Commit graph

18 commits

Author SHA1 Message Date
82d765bee3 make: set up test framework 2017-09-19 14:15:26 +02:00
d5266221ef usart: add CONFIG_USER_ECHO option 2017-08-03 17:09:51 +02:00
9922994d1c usart: do not send newlines 2017-08-03 15:27:25 +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
3bf0593928 usart: set baud rate to 9600 2017-08-01 17:20:46 +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
b168422d8a make: move spi_flash.c to source/platform 2017-08-01 16:26:25 +02:00
7c44691059 usart: do not handle Ctrl+C 2017-08-01 16:19:37 +02:00
ebd770b957 stm32f1: initial support 2017-08-01 14:37:27 +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