summaryrefslogtreecommitdiff
path: root/platforms/stm32/f3.yaml
AgeCommit message (Collapse)AuthorFilesLines
2022-01-26flash: convert to new styleKarl Palsson1-0/+5
2022-01-20platforms: stm32f3: make functionalKarl Palsson1-2/+228
Sufficient for blinking leds. Not much else tested yet. Signed-off-by: Karl Palsson <karlp@etactica.com>
2021-09-17gpio: stm32: default to v2Karl Palsson1-6/+0
v2 is for everyone except f1, so avoid the yaml spam. Signed-off-by: Karl Palsson <karlp@etactica.com>
2021-09-16gpio: Generate instances from platform spec.Vegard Storheil Eriksen1-0/+19
2021-09-16timer: stm32: default to v1Karl Palsson1-8/+0
"All" parts so far have the v1 timer api, so default to that, but allow overriding, instead of requiring it to be specified every time. Signed-off-by: Karl Palsson <karlp@etactica.com>
2021-09-16timer: convert to new style and add WBKarl Palsson1-0/+27
Stub f1 and f3 platform files have been added to preserve the collected timer base addresses, even though those platforms aren't actually supported in laks yet. Signed-off-by: Karl Palsson <karlp@etactica.com>