Commit graph

16 commits

Author SHA1 Message Date
676c9bdbb0 alarm: stm32f0: stm32f1: initial implementation 2017-10-23 11:23:57 +02:00
3937042b19 gpio: stm32f0: stm32f1: set up reset pin 2017-10-23 10:00:44 +02:00
52956ae46d stm32f0: spi: divide clock rate by 2 instead of 64 2017-10-12 17:00:00 +02:00
82d765bee3 make: set up test framework 2017-09-19 14:15:26 +02:00
dd6579fda7 stm32f0: rtc: remove unused variable 2017-08-03 13:37:00 +02:00
66f0b7b0d6 stm32f0: rtc: fix off by one 2017-08-02 00:09:03 +02:00
2f632d140a usart: generalise code for both stm32f0 and stm32f1 2017-08-01 17:00:35 +02:00
81b475c334 usart: remove old usart code 2017-08-01 16:55:42 +02:00
7c44691059 usart: do not handle Ctrl+C 2017-08-01 16:19:37 +02:00
07e6cadae9 stm32f0: gpio: use PA4-PA7 for SPI1 to be compatible with tbm-schematics 2017-07-28 14:37:56 +02:00
33373dd250 main: swap around USART1 and USART2 to be compatible with tbm-schematics 2017-07-28 13:15:07 +02:00
907175bd37 stm32f0: spi: move to platform-specific directory 2017-07-27 15:28:25 +02:00
2b1d401296 stm32f0: rtc: fix off by one 2017-07-27 12:24:42 +02:00
333706ccb9 stm32f0: rtc: set up the real-time clock and implement functions to get and set the time 2017-07-26 11:30:04 +02:00
386cda3492 stm32f0: spi: use pin PB6 instead of PA4 2017-07-18 15:15:00 +02:00
ea142b75fe stm32f0: gpio: rcc: separate GPIO and RCC setup 2017-07-18 15:08:46 +02:00