diff options
Diffstat (limited to 'platforms/stm32')
-rw-r--r-- | platforms/stm32/wb.yaml | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/platforms/stm32/wb.yaml b/platforms/stm32/wb.yaml index 06e03da..251e369 100644 --- a/platforms/stm32/wb.yaml +++ b/platforms/stm32/wb.yaml @@ -28,6 +28,19 @@ size: 10k periph: + stm32_dma: + DMA1: + type: v1 + offset: 0x40020000 + DMA2: + type: v1 + offset: 0x40020400 + + stm32_dmamux: + DMAMUX1: + type: v1 + offset: 0x40020800 + stm32_flash: FLASH: type: wb @@ -60,19 +73,6 @@ type: v2 offset: 0x40013800 - stm32_dma: - DMA1: - type: v1 - offset: 0x40020000 - DMA2: - type: v1 - offset: 0x40020400 - - stm32_dmamux: - DMAMUX1: - type: v1 - offset: 0x40020800 - rcc: RCC: offset: 0x58000000 |