Commit Graph

113 Commits (master)

Author SHA1 Message Date
S.J.R. van Schaik ecc8911272 stm32f1: jtag: add command to enable/disable JTAG 5 years ago
S.J.R. van Schaik 1c0a6907df clean up and size optimisations 7 years ago
S.J.R. van Schaik 914b168727 shell: led: add command to enable/disable LEDs 7 years ago
S.J.R. van Schaik 6394c5f006 shell: alarm: add command to enable/disable the alarm 7 years ago
S.J.R. van Schaik 0542810d22 stm32f0: stm32f1: alarm: implement functionality to enable and disable the alarm with a time-out for resetting the host 7 years ago
S.J.R. van Schaik a5dc77550d stm32f0: stm32f1: led: initial implementation 7 years ago
S.J.R. van Schaik ce71976939 make: add missing header files and update build system 7 years ago
S.J.R. van Schaik 8c8e7fc67c macros: implement count_of() 7 years ago
S.J.R. van Schaik 5730538c5f stm32f0: stm32f1: buzzer: initial implementation 7 years ago
S.J.R. van Schaik 81430df971 core: spi: flash: implement flash_get_jedec_id() 7 years ago
S.J.R. van Schaik 238ea35524 stm32f1: fix PRSZu macro 7 years ago
S.J.R. van Schaik 1638f9b0f1 shell: implement draw_progress() as a convenience function 7 years ago
S.J.R. van Schaik 65d269e2d4 ftl: maintain state for the transaction that is currently active 7 years ago
S.J.R. van Schaik b29e0b945d tbm: fix minor issues during compilation 7 years ago
S.J.R. van Schaik ebc8dbffa5 mufs: move header 7 years ago
S.J.R. van Schaik 538b3150a5 macros: add proper BIT_MASK() macro 7 years ago
S.J.R. van Schaik dc6365c7f8 ftl: fix bug in root recovery by marking page descriptors with a magic value 7 years ago
S.J.R. van Schaik 756e5852cb flash: implement functions to check if pages are all zero or one 7 years ago
S.J.R. van Schaik 428ce212a5 shell: add boot commands 7 years ago
S.J.R. van Schaik 4aa807a7b3 shell: return exit codes to the user console 7 years ago
S.J.R. van Schaik 2942340b21 shell: return exit codes 7 years ago
S.J.R. van Schaik a7504ad99c shell: swap argc and argv 7 years ago
S.J.R. van Schaik 501b80e87c shell: mufs: expose individual commands 7 years ago
S.J.R. van Schaik 6570ab27c9 shell: implement version command 7 years ago
S.J.R. van Schaik 149281f694 shell: rtc: add header 7 years ago
S.J.R. van Schaik 6dcf58a25d shell: implement echo command 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 ac3d198004 core: flash: implement flash_sync() to sync buffered data 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 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 5957cc3bc6 gpio: rcc: add missing headers 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 7d0dcfaae5 macros: add macro to specify a bit mask range 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 c38413dc90 flash: change prototype of flash_copy() and use the default implementation in the sandbox 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 a22b59b2a8 macros: add mask() as a macro to calculate the bit mask 7 years ago
S.J.R. van Schaik f20e7128eb spi: flash: wait for operations to complete 7 years ago
S.J.R. van Schaik 154c33950a spi: get rid of the separate calls to spi_set_cs_level() 7 years ago
S.J.R. van Schaik 60d316711f spi: clean up the code in order to reduce the latency 7 years ago