Commit Graph

432 Commits (b5cdc92ba8e768d5380eafd22e2f6ddf56d182bf)
 

Author SHA1 Message Date
S.J.R. van Schaik b5cdc92ba8 reset: remove old code 7 years ago
S.J.R. van Schaik 89605d6da0 main: add commands 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 40ba5323f3 stm32f0: stm32f1: gpio: enable GPIO for LED 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 928487b58e main: initialize buzzers and add shell commands 7 years ago
S.J.R. van Schaik 56f2870fa4 shell: implement set-time command that accepts seconds since the UNIX epoch 7 years ago
S.J.R. van Schaik b369e3a1c0 shell: implement buzzer command 7 years ago
S.J.R. van Schaik 5730538c5f stm32f0: stm32f1: buzzer: initial implementation 7 years ago
S.J.R. van Schaik 0fb4d67cce stm32f0: stm32f1: gpio: rcc: set up timers for PWM 7 years ago
S.J.R. van Schaik 43e3476a6d stm32f1: rtc: use external crystal 7 years ago
S.J.R. van Schaik 6fb626d601 shell: use amount of bytes returned from mufs_read() 7 years ago
S.J.R. van Schaik d1457e8be6 usart: stm32f0: stm32f1: do not null-terminate the buffer in console_read() 7 years ago
S.J.R. van Schaik 4739b8f995 mufs: return actual amount of bytes read in mufs_read() 7 years ago
S.J.R. van Schaik 676c9bdbb0 alarm: stm32f0: stm32f1: initial implementation 7 years ago
S.J.R. van Schaik d66c6da847 gpio: stm32f1: remove old code 7 years ago
S.J.R. van Schaik 3937042b19 gpio: stm32f0: stm32f1: set up reset pin 7 years ago
S.J.R. van Schaik 45d51197b1 stm32f0: stm32f1: usart: have console_read() only react to Ctrl+D and not echo the user input 7 years ago
S.J.R. van Schaik b006de37ad shell: generalise interface of mufs write/mufs append by reading stdin 7 years ago
S.J.R. van Schaik 3df8a7afdf main: check if the flash chip can be probed properly 7 years ago
S.J.R. van Schaik ece960b3c9 stm32f0: stm32f1: usart: send \r\n instead of \r 7 years ago
S.J.R. van Schaik 1e9a5b3fe4 shell: return exit code for admin shell 7 years ago
S.J.R. van Schaik 1503c6f0ed usart: set baud rate to 115200 7 years ago
S.J.R. van Schaik 52956ae46d stm32f0: spi: divide clock rate by 2 instead of 64 7 years ago
S.J.R. van Schaik 63525ac93b stm32f1: spi: divide clock rate by 2 instead of 64 7 years ago
S.J.R. van Schaik a53484051a stm32f1: spi: use SPI mode 0 instead of SPI mode 3 7 years ago
S.J.R. van Schaik 6defd2365c spi: flash: require manufacturer ID 7 years ago
S.J.R. van Schaik 84454c8054 shell: flash: show JEDEC ID when running flash info 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 36971300b0 ftl: map: only declare __wrap_find_block() in testing mode 7 years ago
S.J.R. van Schaik adbd045af5 mufs: fix offset calculation in mufs_seek() 7 years ago
S.J.R. van Schaik 23b478e582 shell: fix off by one in draw_progress() 7 years ago
S.J.R. van Schaik 635df8e06f shell: mufs: use fprintf in shell_stat() 7 years ago
S.J.R. van Schaik 9a2888341d shell: mufs: fix order 7 years ago
S.J.R. van Schaik 5cc4824fdb shell: mufs: implement mufs cp to copy files 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 4c2f4eab24 ftl: call trace_path() in ftl_sync() to get the page descriptor to write out 7 years ago
S.J.R. van Schaik dddba0af8f ftl: check outstanding flags in ftl_seek() 7 years ago
S.J.R. van Schaik 52a7ec1fae mufs: call flash_sync() after each flash_write() 7 years ago
S.J.R. van Schaik bf1f0f4bee test: ftl: add tests for ftl_read() 7 years ago
S.J.R. van Schaik 0d1ffa71fb ftl: change order of decrementing the used page count to be more logical 7 years ago
S.J.R. van Schaik bea048006a ftl: separate code to start a transaction 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 e40bd819d6 test: flash: mock flash_write0() and flash_copy() 7 years ago
S.J.R. van Schaik fc1476d9dd test: ftl: add test to check if an exact match works for trace_path() 7 years ago