From 104c965101dfa6b9122184209cc00d0f18e7dbbe Mon Sep 17 00:00:00 2001 From: Vegard Storheil Eriksen Date: Thu, 28 Jul 2022 23:13:15 +0200 Subject: stm32_adc: Rename common blocks to ADC12 and ADC345 respectively. --- platforms/stm32/f3.yaml | 6 ++++-- platforms/stm32/g4.yaml | 6 ++++-- platforms/stm32/wb.yaml | 4 +++- 3 files changed, 11 insertions(+), 5 deletions(-) (limited to 'platforms') 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 -- cgit v1.2.3