Skip to content

Change the groupName of ADC_Common from ADC to ADC_Common #719

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 3, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions devices/common_patches/adc_common_group_name.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Rename group name of ADC_Common from ADC to ADC_Common

_modify:
ADC_Common:
groupName: ADC_Common
2 changes: 1 addition & 1 deletion devices/common_patches/l4_adc_common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ _add:
# from RM0394.
ADC_Common:
description: ADC common registers
groupName: ADC
groupName: ADC_Common
baseAddress: 0x50040300
addressBlock:
offset: 0
Expand Down
2 changes: 1 addition & 1 deletion devices/common_patches/wb_adc_common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ _add:
# from RM0434.
ADC_Common:
description: ADC common registers
groupName: ADC
groupName: ADC_Common
baseAddress: 0x50040300
addressBlock:
offset: 0
Expand Down
1 change: 1 addition & 0 deletions devices/stm32f215.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,4 @@ _include:
- common_patches/usb_otg/otg_fs_remove_prefix.yaml
- common_patches/usb_otg/otg_fs_fixes_v1.yaml
- common_patches/dbgmcu.yaml
- common_patches/adc_common_group_name.yaml
1 change: 1 addition & 0 deletions devices/stm32f217.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,4 @@ _include:
- common_patches/rtc/rtc_bkpr.yaml
- common_patches/rtc/rtc_cr.yaml
- common_patches/dbgmcu.yaml
- common_patches/adc_common_group_name.yaml
1 change: 1 addition & 0 deletions devices/stm32f401.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,3 +163,4 @@ _include:
- ../peripherals/sdio/sdio_f4.yaml
- common_patches/i2c_v1_fltr.yaml
- ../peripherals/i2c/i2c_v1_fltr.yaml
- common_patches/adc_common_group_name.yaml
1 change: 1 addition & 0 deletions devices/stm32f405.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,4 @@ _include:
- common_patches/f4_rtc_cr.yaml
- common_patches/rtc/rtc_cr.yaml
- ../peripherals/rtc/rtc_common.yaml
- common_patches/adc_common_group_name.yaml
1 change: 1 addition & 0 deletions devices/stm32f407.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,3 +141,4 @@ _include:
- common_patches/rtc/rtc_cr.yaml
- ../peripherals/rtc/rtc_common.yaml
- ../peripherals/sdio/sdio_f4.yaml
- common_patches/adc_common_group_name.yaml
1 change: 1 addition & 0 deletions devices/stm32f410.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -211,3 +211,4 @@ _include:
- ../peripherals/rtc/rtc_common.yaml
- common_patches/i2c_v1_fltr.yaml
- ../peripherals/i2c/i2c_v1_fltr.yaml
- common_patches/adc_common_group_name.yaml
1 change: 1 addition & 0 deletions devices/stm32f411.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -184,3 +184,4 @@ _include:
- ../peripherals/sdio/sdio_f4.yaml
- common_patches/i2c_v1_fltr.yaml
- ../peripherals/i2c/i2c_v1_fltr.yaml
- common_patches/adc_common_group_name.yaml
1 change: 1 addition & 0 deletions devices/stm32f412.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -459,3 +459,4 @@ _include:
- ../peripherals/sdio/sdio_f4.yaml
- common_patches/i2c_v1_fltr.yaml
- ../peripherals/i2c/i2c_v1_fltr.yaml
- common_patches/adc_common_group_name.yaml
1 change: 1 addition & 0 deletions devices/stm32f413.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -247,3 +247,4 @@ _include:
- ../peripherals/rtc/rtc_common.yaml
- ../peripherals/sdio/sdio_f4.yaml
- ../peripherals/i2c/i2c_v1_fltr.yaml
- common_patches/adc_common_group_name.yaml
1 change: 1 addition & 0 deletions devices/stm32f427.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -259,3 +259,4 @@ _include:
- ../peripherals/rtc/rtc_common.yaml
- ../peripherals/sdio/sdio_f4.yaml
- ../peripherals/i2c/i2c_v1_fltr.yaml
- common_patches/adc_common_group_name.yaml
1 change: 1 addition & 0 deletions devices/stm32f429.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -217,3 +217,4 @@ _include:
- ../peripherals/flash/flash_latency16.yaml
- ../peripherals/sdio/sdio_f4.yaml
- ../peripherals/i2c/i2c_v1_fltr.yaml
- common_patches/adc_common_group_name.yaml
1 change: 1 addition & 0 deletions devices/stm32f446.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -597,3 +597,4 @@ _include:
- ../peripherals/flash/flash_latency16.yaml
- ../peripherals/rcc/rcc_v2_pllcfgr_pllr.yaml
- ../peripherals/i2c/i2c_v1_fltr.yaml
- common_patches/adc_common_group_name.yaml
1 change: 1 addition & 0 deletions devices/stm32f469.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -193,3 +193,4 @@ _include:
- ../peripherals/rtc/rtc_common.yaml
- ../peripherals/sdio/sdio_f4.yaml
- ../peripherals/i2c/i2c_v1_fltr.yaml
- common_patches/adc_common_group_name.yaml
1 change: 1 addition & 0 deletions devices/stm32f730.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,4 @@ _include:
- ../peripherals/sai/sai.yaml
- common_patches/rtc/rtc_cr.yaml
- ../peripherals/rtc/rtc_common.yaml
- common_patches/adc_common_group_name.yaml
1 change: 1 addition & 0 deletions devices/stm32f745.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -195,3 +195,4 @@ _include:
- ../peripherals/dma/dma2d_v1.yaml
- common_patches/rtc/rtc_cr.yaml
- ../peripherals/rtc/rtc_common.yaml
- common_patches/adc_common_group_name.yaml
1 change: 1 addition & 0 deletions devices/stm32f750.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,3 +121,4 @@ _include:
- common_patches/ltdc/ltdc.yaml
- common_patches/ltdc/f4_f7_ltdc_bccr.yaml
- ../peripherals/ltdc/ltdc.yaml
- common_patches/adc_common_group_name.yaml
1 change: 1 addition & 0 deletions devices/stm32f765.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -218,3 +218,4 @@ _include:
- ../peripherals/dma/dma2d_v1.yaml
- common_patches/rtc/rtc_cr.yaml
- ../peripherals/rtc/rtc_common.yaml
- common_patches/adc_common_group_name.yaml
1 change: 1 addition & 0 deletions devices/stm32f7x2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,4 @@ _include:
- ../peripherals/sai/sai.yaml
- common_patches/rtc/rtc_cr.yaml
- ../peripherals/rtc/rtc_common.yaml
- common_patches/adc_common_group_name.yaml
1 change: 1 addition & 0 deletions devices/stm32f7x3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,4 @@ _include:
- ../peripherals/sai/sai.yaml
- common_patches/rtc/rtc_cr.yaml
- ../peripherals/rtc/rtc_common.yaml
- common_patches/adc_common_group_name.yaml
1 change: 1 addition & 0 deletions devices/stm32f7x6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -181,3 +181,4 @@ _include:
- ../peripherals/dma/dma2d_v1.yaml
- common_patches/rtc/rtc_cr.yaml
- ../peripherals/rtc/rtc_common.yaml
- common_patches/adc_common_group_name.yaml
2 changes: 1 addition & 1 deletion devices/stm32f7x7.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ _add:
# from RM0410.
ADC_Common:
description: ADC common registers
groupName: ADC
groupName: ADC_Common
baseAddress: 0x40012300
addressBlock:
offset: 0x0
Expand Down
2 changes: 1 addition & 1 deletion devices/stm32f7x9.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ _add:
# from RM0410.
ADC_Common:
description: ADC common registers
groupName: ADC
groupName: ADC_Common
baseAddress: 0x40012300
addressBlock:
offset: 0x0
Expand Down
2 changes: 1 addition & 1 deletion devices/stm32l4r9.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,4 @@ _include:
- common_patches/usb_otg/otg_fs_remove_prefix.yaml
- common_patches/usb_otg/otg_fs_fixes_v1.yaml
- common_patches/l4_lpuart_presc.yaml

- common_patches/adc_common_group_name.yaml
1 change: 1 addition & 0 deletions devices/stm32l4x5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -198,3 +198,4 @@ _include:
- ./common_patches/l4_dbg_apb_fzr_rename.yaml
- ../peripherals/spi/spi_l4.yaml
- ./common_patches/l4_tim15_ch2.yaml
- common_patches/adc_common_group_name.yaml
1 change: 1 addition & 0 deletions devices/stm32l4x6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,4 @@ _include:
- ../peripherals/spi/spi_l4.yaml
- ./common_patches/l4_dbg_apb_fzr_rename.yaml
- ./common_patches/l4_lcd_segment.yaml
- common_patches/adc_common_group_name.yaml
1 change: 1 addition & 0 deletions devices/stm32l552.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,4 @@ _include:
- ./common_patches/sai/sai_v1.yaml
- common_patches/tim/v2/l5.yaml
- ../peripherals/tim/v2/ccm.yaml
- common_patches/adc_common_group_name.yaml
1 change: 1 addition & 0 deletions devices/stm32l562.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -221,3 +221,4 @@ _include:
- ../peripherals/tim/v2/ccm.yaml
- common_patches/rtc/alarm.yaml
- common_patches/rtc/tamp_bkpr.yaml
- common_patches/adc_common_group_name.yaml