Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-04-16 | platforms: stm32l4: Fix interrupts, enable | Karl Palsson | 1 | -0/+4 | |
Need to actually include the l4 file to start building! When I copied all the peripheral addresses out of the ref man, I ignored the RCC interrupts and platform define. Fix that now, against RM0351_rev9 Signed-off-by: Karl Palsson <karlp@tweak.net.au> | |||||
2022-01-26 | stm32l1: initial support, incomplete | Karl Palsson | 1 | -0/+4 | |
2022-01-20 | platforms: stm32f3: make functional | Karl Palsson | 1 | -0/+4 | |
Sufficient for blinking leds. Not much else tested yet. Signed-off-by: Karl Palsson <karlp@etactica.com> | |||||
2021-09-16 | platforms: add stm32wb | Karl Palsson | 1 | -0/+4 | |
Basic RCC and memory map support. Signed-off-by: Karl Palsson <karlp@etactica.com> | |||||
2021-09-15 | platforms: Add initial STM32F7 support. | Vegard Storheil Eriksen | 1 | -1/+4 | |
2021-01-07 | build: Add platform spec framework. | Vegard Storheil Eriksen | 1 | -0/+8 | |