Commit Graph

403 Commits (master)

Author SHA1 Message Date
S.J.R. van Schaik 4ef4aa7036 ftl: implement flash_sync() 7 years ago
S.J.R. van Schaik ac3d198004 core: flash: implement flash_sync() to sync buffered data 7 years ago
S.J.R. van Schaik f7b11a8726 ftl: temporarily disable reading the cached va in trace_path() 7 years ago
S.J.R. van Schaik 6c7594acaa ftl: invalidate cached va during sync 7 years ago
S.J.R. van Schaik 018b0043a3 ftl: implement transactions to perform partial writes 7 years ago
S.J.R. van Schaik 15d2f6dc4b ftl: cache unmapped translations 7 years ago
S.J.R. van Schaik f68e26ac12 ftl: implement flags to keep track of state 7 years ago
S.J.R. van Schaik 8f061a808d ftl: cache last virtual address translation 7 years ago
S.J.R. van Schaik bc50af00b6 shell: mufs: implement experimental write command 7 years ago
S.J.R. van Schaik 57217644f2 shell: fix mufs cat to write contents to the appropriate serial interface 7 years ago
S.J.R. van Schaik cfa38c9d39 shell: reimplement all commands to use the new shell system 7 years ago
S.J.R. van Schaik fa16f60b06 shell: reimplementation to improve command handling and to support multiple serial interfaces 7 years ago
S.J.R. van Schaik f04041ae96 main: test parsing command line into arguments 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 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 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