Commit Graph

443 Commits (master)
 

Author SHA1 Message Date
S.J.R. van Schaik 161acf1731 make: enable pedantic C99 7 years ago
S.J.R. van Schaik 333706ccb9 stm32f0: rtc: set up the real-time clock and implement functions to get and set the time 7 years ago
S.J.R. van Schaik c071903dd1 shell: pass around console object 7 years ago
S.J.R. van Schaik 3f7580ae39 usart: only allocate two USART structures 7 years ago
S.J.R. van Schaik 715cd7f72e usart: use a baud rate of 9600 7 years ago
S.J.R. van Schaik fffcd4c3b9 usart: remove debugging statement 7 years ago
S.J.R. van Schaik 7536a6878b shell: improve parse_hex() to use new stdio implementation 7 years ago
S.J.R. van Schaik de701429a7 shell: mufs: use a temporary hack to get unbuffered input from the serial interface 7 years ago
S.J.R. van Schaik 846ea90bdc ftl: initialise the offset in the map 7 years ago
S.J.R. van Schaik 952f2e63fb mufs: sync in mufs_format() 7 years ago
S.J.R. van Schaik e24012af82 ftl: enable sync-less writes 7 years ago
S.J.R. van Schaik 7125ddadf9 mufs: get proper virtual address in mufs_shrink_tree() 7 years ago
S.J.R. van Schaik 5164ded1fe mufs: reduce memory footprint of mufs_do_free_page() 7 years ago
S.J.R. van Schaik 25774eaab5 ftl: sync dirty writes before reading or trimming 7 years ago
S.J.R. van Schaik 070c36a361 mufs: sync writes 7 years ago
S.J.R. van Schaik 58c93eecf4 mufs: reduce memory footprint of mufs_shrink_tree() 7 years ago
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 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