Commit graph

27 commits

Author SHA1 Message Date
3937042b19 gpio: stm32f0: stm32f1: set up reset pin 2017-10-23 10:00:44 +02:00
45d51197b1 stm32f0: stm32f1: usart: have console_read() only react to Ctrl+D and not echo the user input 2017-10-19 16:12:39 +02:00
ece960b3c9 stm32f0: stm32f1: usart: send \r\n instead of \r 2017-10-19 13:23:02 +02:00
1503c6f0ed usart: set baud rate to 115200 2017-10-12 17:10:00 +02:00
52956ae46d stm32f0: spi: divide clock rate by 2 instead of 64 2017-10-12 17:00:00 +02:00
63525ac93b stm32f1: spi: divide clock rate by 2 instead of 64 2017-10-12 16:53:12 +02:00
a53484051a stm32f1: spi: use SPI mode 0 instead of SPI mode 3 2017-10-10 18:20:32 +02:00
6defd2365c spi: flash: require manufacturer ID 2017-10-09 17:21:12 +02:00
81430df971 core: spi: flash: implement flash_get_jedec_id() 2017-10-09 17:17:47 +02:00
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