Skip to content

File tree

4 files changed

+13
-0
lines changed

4 files changed

+13
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
RCC:
2+
BDCR:
3+
_add:
4+
LSEMOD:
5+
description: External low speed oscillator
6+
bitOffset: 3
7+
bitWidth: 1

devices/stm32f410.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,11 +163,13 @@ _include:
163163
- common_patches/f4_rcc_fmpi2c.yaml
164164
- common_patches/f4_adc_single_csr.yaml
165165
- common_patches/f4_adc_single_ccr.yaml
166+
- common_patches/f41x_bdcr_lsemod.yaml
166167
- ../peripherals/dac/dac_wavegen.yaml
167168
- ../peripherals/dac/dac_common_2ch.yaml
168169
- ../peripherals/dac/dac_dmaudr.yaml
169170
- ../peripherals/rcc/rcc_merge_sw_sws.yaml
170171
- ../peripherals/rcc/rcc_v2.yaml
172+
- ../peripherals/rcc/rcc_v2_bdcr_lsemod.yaml
171173
- ../peripherals/rcc/rcc_v2_pllcfgr_pllr.yaml
172174
- ../peripherals/rcc/rcc_v2_cfgr_mcoen.yaml
173175
- ../peripherals/rcc/rcc_v2_dckcfgr_timpre.yaml

devices/stm32f411.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,10 @@ _include:
139139
- common_patches/f4_rcc_dckcfgr.yaml
140140
- common_patches/f4_adc_no_csr.yaml
141141
- common_patches/f4_adc_single_ccr.yaml
142+
- common_patches/f41x_bdcr_lsemod.yaml
142143
- ../peripherals/rcc/rcc_merge_sw_sws.yaml
143144
- ../peripherals/rcc/rcc_v2.yaml
145+
- ../peripherals/rcc/rcc_v2_bdcr_lsemod.yaml
144146
- ../peripherals/rcc/rcc_v2_i2s.yaml
145147
- ../peripherals/rcc/rcc_v2_i2s_pll.yaml
146148
- ../peripherals/rcc/rcc_v2_i2s_pllm.yaml

devices/stm32f412.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,9 +405,11 @@ _include:
405405
- common_patches/f4_adc_single_ccr.yaml
406406
- common_patches/fsmc/fsmc_sram.yaml
407407
- common_patches/fsmc/fsmc_sramfix_common.yaml
408+
- common_patches/f41x_bdcr_lsemod.yaml
408409
- ../peripherals/fsmc/fsmc_sram.yaml
409410
- ../peripherals/rcc/rcc_merge_sw_sws.yaml
410411
- ../peripherals/rcc/rcc_v2.yaml
412+
- ../peripherals/rcc/rcc_v2_bdcr_lsemod.yaml
411413
- ../peripherals/rcc/rcc_v2_pllcfgr_pllr.yaml
412414
- ../peripherals/rcc/rcc_v2_i2s.yaml
413415
- ../peripherals/rcc/rcc_v2_i2s_pll.yaml

0 commit comments

Comments
 (0)