Commit Graph

23 Commits (master)

Author SHA1 Message Date
S.J.R. van Schaik 1c0a6907df clean up and size optimisations 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 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 676c9bdbb0 alarm: stm32f0: stm32f1: initial implementation 7 years ago
S.J.R. van Schaik 3937042b19 gpio: stm32f0: stm32f1: set up reset pin 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 82d765bee3 make: set up test framework 7 years ago
S.J.R. van Schaik dd6579fda7 stm32f0: rtc: remove unused variable 7 years ago
S.J.R. van Schaik 66f0b7b0d6 stm32f0: rtc: fix off by one 7 years ago
S.J.R. van Schaik 2f632d140a usart: generalise code for both stm32f0 and stm32f1 7 years ago
S.J.R. van Schaik 81b475c334 usart: remove old usart code 7 years ago
S.J.R. van Schaik 7c44691059 usart: do not handle Ctrl+C 7 years ago
S.J.R. van Schaik 07e6cadae9 stm32f0: gpio: use PA4-PA7 for SPI1 to be compatible with tbm-schematics 7 years ago
S.J.R. van Schaik 33373dd250 main: swap around USART1 and USART2 to be compatible with tbm-schematics 7 years ago
S.J.R. van Schaik 907175bd37 stm32f0: spi: move to platform-specific directory 7 years ago
S.J.R. van Schaik 2b1d401296 stm32f0: rtc: fix off by one 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 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