Commit Graph

383 Commits (fc1476d9ddbdc02cc16d7c4cf88339fd58ed01fd)
 

Author SHA1 Message Date
S.J.R. van Schaik e24012af82 ftl: enable sync-less writes 8 years ago
S.J.R. van Schaik 7125ddadf9 mufs: get proper virtual address in mufs_shrink_tree() 8 years ago
S.J.R. van Schaik 5164ded1fe mufs: reduce memory footprint of mufs_do_free_page() 8 years ago
S.J.R. van Schaik 25774eaab5 ftl: sync dirty writes before reading or trimming 8 years ago
S.J.R. van Schaik 070c36a361 mufs: sync writes 8 years ago
S.J.R. van Schaik 58c93eecf4 mufs: reduce memory footprint of mufs_shrink_tree() 8 years ago
S.J.R. van Schaik 4ef4aa7036 ftl: implement flash_sync() 8 years ago
S.J.R. van Schaik ac3d198004 core: flash: implement flash_sync() to sync buffered data 8 years ago
S.J.R. van Schaik f7b11a8726 ftl: temporarily disable reading the cached va in trace_path() 8 years ago
S.J.R. van Schaik 6c7594acaa ftl: invalidate cached va during sync 8 years ago
S.J.R. van Schaik 018b0043a3 ftl: implement transactions to perform partial writes 8 years ago
S.J.R. van Schaik 15d2f6dc4b ftl: cache unmapped translations 8 years ago
S.J.R. van Schaik f68e26ac12 ftl: implement flags to keep track of state 8 years ago
S.J.R. van Schaik 8f061a808d ftl: cache last virtual address translation 8 years ago
S.J.R. van Schaik bc50af00b6 shell: mufs: implement experimental write command 8 years ago
S.J.R. van Schaik 57217644f2 shell: fix mufs cat to write contents to the appropriate serial interface 8 years ago
S.J.R. van Schaik cfa38c9d39 shell: reimplement all commands to use the new shell system 8 years ago
S.J.R. van Schaik fa16f60b06 shell: reimplementation to improve command handling and to support multiple serial interfaces 8 years ago
S.J.R. van Schaik f04041ae96 main: test parsing command line into arguments 8 years ago
S.J.R. van Schaik 5957cc3bc6 gpio: rcc: add missing headers 8 years ago
S.J.R. van Schaik 20aec106c0 stm32f0: usart: return EAGAIN 8 years ago
S.J.R. van Schaik 5b97afd1bc shell: implement functions to parse command lines into an (argc, argv) tuple 8 years ago
S.J.R. van Schaik 7d0f730212 stm32f0: usart: implement asynchronous serial interfaces 8 years ago
S.J.R. van Schaik ad46f9ccae stm32f0: usart: add code to enable USART 2 8 years ago
S.J.R. van Schaik 30f878e562 stm32f0: usart: set up process line callback and pass the file pointer 8 years ago
S.J.R. van Schaik 40c0668d20 stm32f0: usart: allocate USART console object and expose FILE pointer 8 years ago
S.J.R. van Schaik 8af9ba9fa9 stm32f0: usart: set up array of consoles 8 years ago
S.J.R. van Schaik d37f64dccb stm32f0: usart: remove unused variable 8 years ago
S.J.R. van Schaik 04d161a6a9 stm32f0: usart: add callback to process each fully received line 8 years ago
S.J.R. van Schaik 2610c11a3d stm32f0: usart: simplify while loop in interrupt handler 8 years ago
S.J.R. van Schaik 386cda3492 stm32f0: spi: use pin PB6 instead of PA4 8 years ago
S.J.R. van Schaik c827115333 merge 8 years ago
S.J.R. van Schaik ea142b75fe stm32f0: gpio: rcc: separate GPIO and RCC setup 8 years ago
S.J.R. van Schaik 4e9f1c77bf stm32f0: usart: temporarily enable GPIOs 8 years ago
S.J.R. van Schaik 963b713d46 stm32f0: usart: fix typo 8 years ago
S.J.R. van Schaik eaa61e50af stm32f0: usart: generalise initialisation 8 years ago
S.J.R. van Schaik 652a90aab8 ftl: add newline for clarity 8 years ago
S.J.R. van Schaik 2b2827eb18 shell: simplify prompt() 8 years ago
S.J.R. van Schaik e4d0dc3cb3 usart: implement interrupt for USART receive 8 years ago
S.J.R. van Schaik 7d0dcfaae5 macros: add macro to specify a bit mask range 8 years ago
S.J.R. van Schaik 159a4e83b4 spi: flash: correct wrap-around. 8 years ago
S.J.R. van Schaik 3395eb1a82 spi: flash: support the 256-byte wraparound when programming pages 8 years ago
S.J.R. van Schaik 3d33e5e0ce flash: return the amount of written bytes in flash_write0() and default_flash_copy() 8 years ago
S.J.R. van Schaik 7826eccc36 ftl: restructure ftl_write() to use less memory by using flash_write0() and flash_copy() 8 years ago
S.J.R. van Schaik 3a287deba2 style: flash: remove trailing newlines 8 years ago
S.J.R. van Schaik cd67577f35 flash: implement flash_write0() to write a sequence of zeroes 8 years ago
S.J.R. van Schaik 22028021ca ftl: use write_page_desc() in ftl_trim() 8 years ago
S.J.R. van Schaik 7a3e5a7679 spi: flash: enable write before every chunk to write in flash_write() 8 years ago
S.J.R. van Schaik d17c80e7eb spi: flash: provide the proper length of the buffer in flash_write() 8 years ago
S.J.R. van Schaik 24f7c7b96a shell: flash: display offsets properly 8 years ago