Commit Graph

264 Commits (5957cc3bc6ca3145e487c23eb9c8645190dce9e9)
 

Author SHA1 Message Date
S.J.R. van Schaik 5957cc3bc6 gpio: rcc: add missing headers 7 years ago
S.J.R. van Schaik 20aec106c0 stm32f0: usart: return EAGAIN 7 years ago
S.J.R. van Schaik 5b97afd1bc shell: implement functions to parse command lines into an (argc, argv) tuple 7 years ago
S.J.R. van Schaik 7d0f730212 stm32f0: usart: implement asynchronous serial interfaces 7 years ago
S.J.R. van Schaik ad46f9ccae stm32f0: usart: add code to enable USART 2 7 years ago
S.J.R. van Schaik 30f878e562 stm32f0: usart: set up process line callback and pass the file pointer 7 years ago
S.J.R. van Schaik 40c0668d20 stm32f0: usart: allocate USART console object and expose FILE pointer 7 years ago
S.J.R. van Schaik 8af9ba9fa9 stm32f0: usart: set up array of consoles 7 years ago
S.J.R. van Schaik d37f64dccb stm32f0: usart: remove unused variable 7 years ago
S.J.R. van Schaik 04d161a6a9 stm32f0: usart: add callback to process each fully received line 7 years ago
S.J.R. van Schaik 2610c11a3d stm32f0: usart: simplify while loop in interrupt handler 7 years ago
S.J.R. van Schaik 386cda3492 stm32f0: spi: use pin PB6 instead of PA4 7 years ago
S.J.R. van Schaik c827115333 merge 7 years ago
S.J.R. van Schaik ea142b75fe stm32f0: gpio: rcc: separate GPIO and RCC setup 7 years ago
S.J.R. van Schaik 4e9f1c77bf stm32f0: usart: temporarily enable GPIOs 7 years ago
S.J.R. van Schaik 963b713d46 stm32f0: usart: fix typo 7 years ago
S.J.R. van Schaik eaa61e50af stm32f0: usart: generalise initialisation 7 years ago
S.J.R. van Schaik 652a90aab8 ftl: add newline for clarity 7 years ago
S.J.R. van Schaik 2b2827eb18 shell: simplify prompt() 7 years ago
S.J.R. van Schaik e4d0dc3cb3 usart: implement interrupt for USART receive 7 years ago
S.J.R. van Schaik 7d0dcfaae5 macros: add macro to specify a bit mask range 7 years ago
S.J.R. van Schaik 159a4e83b4 spi: flash: correct wrap-around. 7 years ago
S.J.R. van Schaik 3395eb1a82 spi: flash: support the 256-byte wraparound when programming pages 7 years ago
S.J.R. van Schaik 3d33e5e0ce flash: return the amount of written bytes in flash_write0() and default_flash_copy() 7 years ago
S.J.R. van Schaik 7826eccc36 ftl: restructure ftl_write() to use less memory by using flash_write0() and flash_copy() 7 years ago
S.J.R. van Schaik 3a287deba2 style: flash: remove trailing newlines 7 years ago
S.J.R. van Schaik cd67577f35 flash: implement flash_write0() to write a sequence of zeroes 7 years ago
S.J.R. van Schaik 22028021ca ftl: use write_page_desc() in ftl_trim() 7 years ago
S.J.R. van Schaik 7a3e5a7679 spi: flash: enable write before every chunk to write in flash_write() 7 years ago
S.J.R. van Schaik d17c80e7eb spi: flash: provide the proper length of the buffer in flash_write() 7 years ago
S.J.R. van Schaik 24f7c7b96a shell: flash: display offsets properly 7 years ago
S.J.R. van Schaik 463cf04f8d shell: flash display offsets 7 years ago
S.J.R. van Schaik d1a82f333a shell: flash: add padding in print_hex() 7 years ago
S.J.R. van Schaik 7013192b2e shell: mufs: fix an issue when claiming ownership of flash device for mufs unmount 7 years ago
S.J.R. van Schaik b0548df204 shell: mufs: check if the file system has been mounted 7 years ago
S.J.R. van Schaik 0e9c19c836 mufs: fix syncing issue in write_dirent() 7 years ago
S.J.R. van Schaik cbd395e137 mufs: optimise memory footprint of mufs_do_lookup() 7 years ago
S.J.R. van Schaik 807959eb29 mufs: optimise memory footprint of write_dirent() 7 years ago
S.J.R. van Schaik 0484f082ee mufs: optimise memory footprint of read_dirent() 7 years ago
S.J.R. van Schaik 555e28e229 mufs: optimise memory footprint of find_dirent_size() 7 years ago
S.J.R. van Schaik 6d73d7a655 spi: flash: use default_flash_copy() 7 years ago
S.J.R. van Schaik 1a2341e012 make: stm32f0: optimise for size 7 years ago
S.J.R. van Schaik c38413dc90 flash: change prototype of flash_copy() and use the default implementation in the sandbox 7 years ago
S.J.R. van Schaik d21b5addff mufs: include block.h in super.c 7 years ago
S.J.R. van Schaik a8beb53fa0 flash: implement a default function for copying data 7 years ago
S.J.R. van Schaik 1ba4e77dd6 ftl: copy the page of the cousin instead of the page to trim in ftl_trim() 7 years ago
S.J.R. van Schaik bc28781181 mufs: do not write back in mufs_next_free_block() 7 years ago
S.J.R. van Schaik ed5e3ef8ea ftl: fix typo 7 years ago
S.J.R. van Schaik dfa497198f ftl: copy dev->log2_block_size to log2_erase_size in reset_map() 7 years ago
S.J.R. van Schaik 4292ef2f26 ftl: copy log2_page_size to dev->log2_block_size 7 years ago