diff options
author | Vegard Storheil Eriksen <zyp@jvnv.net> | 2021-09-16 23:50:26 +0200 |
---|---|---|
committer | Vegard Storheil Eriksen <zyp@jvnv.net> | 2021-09-16 23:50:26 +0200 |
commit | d5fbedc24fdd41e7c30b2f9239f666f33893e065 (patch) | |
tree | d41c8b118a2c2e5822ee47e130550134458dc02e /platforms/stm32/f1.yaml | |
parent | c7666a7cd83d590a067d8cbbe4a7e4eb93d155d6 (diff) |
gpio: Generate instances from platform spec.
Diffstat (limited to 'platforms/stm32/f1.yaml')
-rw-r--r-- | platforms/stm32/f1.yaml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/platforms/stm32/f1.yaml b/platforms/stm32/f1.yaml index ed97844..a71a319 100644 --- a/platforms/stm32/f1.yaml +++ b/platforms/stm32/f1.yaml @@ -1,5 +1,21 @@ # This is incomplete, just preserving register addresses! - periph: + stm32_gpio: + GPIOA: + offset: 0x40010800 + type: v1 + GPIOB: + offset: 0x40010c00 + type: v1 + GPIOC: + offset: 0x40011000 + type: v1 + GPIOD: + offset: 0x40011400 + type: v1 + GPIOE: + offset: 0x40011800 + type: v1 stm32_timer: TIM1: offset: 0x40012c00 |