Commit Graph

29 Commits (676c9bdbb045c4f68d24b9014d3de4bd958d8bd0)

Author SHA1 Message Date
S.J.R. van Schaik 676c9bdbb0 alarm: stm32f0: stm32f1: initial implementation 8 years ago
S.J.R. van Schaik d66c6da847 gpio: stm32f1: remove old code 8 years ago
S.J.R. van Schaik 3937042b19 gpio: stm32f0: stm32f1: set up reset pin 8 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 8 years ago
S.J.R. van Schaik ece960b3c9 stm32f0: stm32f1: usart: send \r\n instead of \r 8 years ago
S.J.R. van Schaik 1503c6f0ed usart: set baud rate to 115200 8 years ago
S.J.R. van Schaik 52956ae46d stm32f0: spi: divide clock rate by 2 instead of 64 8 years ago
S.J.R. van Schaik 63525ac93b stm32f1: spi: divide clock rate by 2 instead of 64 8 years ago
S.J.R. van Schaik a53484051a stm32f1: spi: use SPI mode 0 instead of SPI mode 3 8 years ago
S.J.R. van Schaik 6defd2365c spi: flash: require manufacturer ID 8 years ago
S.J.R. van Schaik 81430df971 core: spi: flash: implement flash_get_jedec_id() 8 years ago
S.J.R. van Schaik 82d765bee3 make: set up test framework 8 years ago
S.J.R. van Schaik d5266221ef usart: add CONFIG_USER_ECHO option 8 years ago
S.J.R. van Schaik 9922994d1c usart: do not send newlines 8 years ago
S.J.R. van Schaik dd6579fda7 stm32f0: rtc: remove unused variable 8 years ago
S.J.R. van Schaik 66f0b7b0d6 stm32f0: rtc: fix off by one 8 years ago
S.J.R. van Schaik 3bf0593928 usart: set baud rate to 9600 8 years ago
S.J.R. van Schaik 2f632d140a usart: generalise code for both stm32f0 and stm32f1 8 years ago
S.J.R. van Schaik 81b475c334 usart: remove old usart code 8 years ago
S.J.R. van Schaik b168422d8a make: move spi_flash.c to source/platform 8 years ago
S.J.R. van Schaik 7c44691059 usart: do not handle Ctrl+C 8 years ago
S.J.R. van Schaik ebd770b957 stm32f1: initial support 8 years ago
S.J.R. van Schaik 07e6cadae9 stm32f0: gpio: use PA4-PA7 for SPI1 to be compatible with tbm-schematics 8 years ago
S.J.R. van Schaik 33373dd250 main: swap around USART1 and USART2 to be compatible with tbm-schematics 8 years ago
S.J.R. van Schaik 907175bd37 stm32f0: spi: move to platform-specific directory 8 years ago
S.J.R. van Schaik 2b1d401296 stm32f0: rtc: fix off by one 8 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 8 years ago
S.J.R. van Schaik 386cda3492 stm32f0: spi: use pin PB6 instead of PA4 8 years ago
S.J.R. van Schaik ea142b75fe stm32f0: gpio: rcc: separate GPIO and RCC setup 8 years ago