diff options
Diffstat (limited to 'platforms')
-rw-r--r-- | platforms/stm32/wb.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/platforms/stm32/wb.yaml b/platforms/stm32/wb.yaml index 6aee549..cb1d5fb 100644 --- a/platforms/stm32/wb.yaml +++ b/platforms/stm32/wb.yaml @@ -28,6 +28,18 @@ size: 10k periph: + stm32_gpio: + GPIOA: + offset: 0x48000000 + GPIOB: + offset: 0x48000400 + GPIOC: + offset: 0x48000800 + GPIOD: + offset: 0x48000c00 + GPIOE: + offset: 0x48001000 + stm32_timer: TIM1: offset: 0x40012C00 |