summaryrefslogtreecommitdiff
path: root/platforms/stm32/index.yaml
AgeCommit message (Collapse)AuthorFilesLines
2022-04-16stm32g4: initial platform supportKarl Palsson1-0/+4
Have some demo code using lptim, lpuart, exti and rtc mostly working. It glitches into undefined exceptions, so it's a little concerning, but... it's all cross checked against RM0440_rev7, so it's pretty good. Signed-off-by: Karl Palsson <karlp@tweak.net.au>
2022-04-16platforms: stm32l4: Fix interrupts, enableKarl Palsson1-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-26stm32l1: initial support, incompleteKarl Palsson1-0/+4
2022-01-20platforms: stm32f3: make functionalKarl Palsson1-0/+4
Sufficient for blinking leds. Not much else tested yet. Signed-off-by: Karl Palsson <karlp@etactica.com>
2021-09-16platforms: add stm32wbKarl Palsson1-0/+4
Basic RCC and memory map support. Signed-off-by: Karl Palsson <karlp@etactica.com>
2021-09-15platforms: Add initial STM32F7 support.Vegard Storheil Eriksen1-1/+4
2021-01-07build: Add platform spec framework.Vegard Storheil Eriksen1-0/+8