diff options
author | Vegard Storheil Eriksen <zyp@jvnv.net> | 2022-07-28 23:13:15 +0200 |
---|---|---|
committer | Vegard Storheil Eriksen <zyp@jvnv.net> | 2022-07-28 23:13:15 +0200 |
commit | 104c965101dfa6b9122184209cc00d0f18e7dbbe (patch) | |
tree | 3ec4fe7e03cae75649fdb38aa0df4c93eb1bfb2f /platforms/stm32 | |
parent | a3a82c502e045c4e6de37f7ead1f3b9fcecd37b9 (diff) |
stm32_adc: Rename common blocks to ADC12 and ADC345 respectively.
Diffstat (limited to 'platforms/stm32')
-rw-r--r-- | platforms/stm32/f3.yaml | 6 | ||||
-rw-r--r-- | platforms/stm32/g4.yaml | 6 | ||||
-rw-r--r-- | platforms/stm32/wb.yaml | 4 |
3 files changed, 11 insertions, 5 deletions
diff --git a/platforms/stm32/f3.yaml b/platforms/stm32/f3.yaml index 03f2498..4d0c02f 100644 --- a/platforms/stm32/f3.yaml +++ b/platforms/stm32/f3.yaml @@ -80,10 +80,12 @@ ADC4: type: v2 offset: 0x50000500 - ADC_COMMON1: + + stm32_adc_common: + ADC12: type: v2 offset: 0x50000300 - ADC_COMMON3: + ADC345: type: v2 offset: 0x50000700 diff --git a/platforms/stm32/g4.yaml b/platforms/stm32/g4.yaml index 417e3b4..acd333c 100644 --- a/platforms/stm32/g4.yaml +++ b/platforms/stm32/g4.yaml @@ -48,10 +48,12 @@ ADC5: type: v2 offset: 0x50000600 - ADC_COMMON1: + + stm32_adc_common: + ADC12: type: v2 offset: 0x50000300 - ADC_COMMON3: + ADC345: type: v2 offset: 0x50000700 diff --git a/platforms/stm32/wb.yaml b/platforms/stm32/wb.yaml index 241c467..f2572a8 100644 --- a/platforms/stm32/wb.yaml +++ b/platforms/stm32/wb.yaml @@ -32,7 +32,9 @@ ADC1: type: v2 offset: 0x50040000 - ADC_COMMON1: + + stm32_adc_common: + ADC12: type: v2 offset: 0x50040300 |