Commit Graph

41 Commits (master)

Author SHA1 Message Date
S.J.R. van Schaik e3c592a9dc stm32f1: buzzer: replace timer_reset() with rcc_periph_reset_pulse() 5 years ago
S.J.R. van Schaik 3484a7b3f6 shell: jtag: add command to enable/disable JTAG 6 years ago
S.J.R. van Schaik e05afe9cc9 stm32f1: gpio: prepare GPIOs 7 years ago
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 43e3476a6d stm32f1: rtc: use external crystal 7 years ago
S.J.R. van Schaik d1457e8be6 usart: stm32f0: stm32f1: do not null-terminate the buffer in console_read() 7 years ago
S.J.R. van Schaik 676c9bdbb0 alarm: stm32f0: stm32f1: initial implementation 7 years ago
S.J.R. van Schaik d66c6da847 gpio: stm32f1: remove old code 7 years ago
S.J.R. van Schaik 3937042b19 gpio: stm32f0: stm32f1: set up reset pin 7 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 7 years ago
S.J.R. van Schaik ece960b3c9 stm32f0: stm32f1: usart: send \r\n instead of \r 7 years ago
S.J.R. van Schaik 1503c6f0ed usart: set baud rate to 115200 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 63525ac93b stm32f1: spi: divide clock rate by 2 instead of 64 7 years ago
S.J.R. van Schaik a53484051a stm32f1: spi: use SPI mode 0 instead of SPI mode 3 7 years ago
S.J.R. van Schaik 6defd2365c spi: flash: require manufacturer ID 7 years ago
S.J.R. van Schaik 81430df971 core: spi: flash: implement flash_get_jedec_id() 7 years ago
S.J.R. van Schaik 82d765bee3 make: set up test framework 7 years ago
S.J.R. van Schaik d5266221ef usart: add CONFIG_USER_ECHO option 7 years ago
S.J.R. van Schaik 9922994d1c usart: do not send newlines 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 3bf0593928 usart: set baud rate to 9600 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 b168422d8a make: move spi_flash.c to source/platform 7 years ago
S.J.R. van Schaik 7c44691059 usart: do not handle Ctrl+C 7 years ago
S.J.R. van Schaik ebd770b957 stm32f1: initial support 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