Skip to content

Commit 428dcdb

Browse files
Pagtenadamgreig
authored andcommitted
Include crc_rename_pol.yaml for stm32l0x0, stm32l0x1, stm32l0x2 and stm32l0x3 instead of renaming manually
1 parent 4ba5fc1 commit 428dcdb

File tree

4 files changed

+4
-24
lines changed

4 files changed

+4
-24
lines changed

devices/stm32l0x0.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,6 @@ ADC:
1414
SMPR:
1515
name: SMP
1616

17-
CRC:
18-
POL:
19-
_modify:
20-
Polynomialcoefficients:
21-
name: POL
22-
2317
"SPI*,I2S*":
2418
SR:
2519
_modify:
@@ -84,6 +78,7 @@ _include:
8478
- ./common_patches/remove_l0_stk.yaml
8579
- ../peripherals/adc/adc_l0.yaml
8680
- common_patches/crc/crc_rename_init.yaml
81+
- common_patches/crc/crc_rename_pol.yaml
8782
- ../peripherals/crc/crc_advanced.yaml
8883
- ../peripherals/crc/crc_idr_8bit.yaml
8984
- ../peripherals/crc/crc_pol.yaml

devices/stm32l0x1.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,6 @@ ADC:
2121
Disabled: [0, "VLCD reading circuitry disabled"]
2222
Enabled: [1, "VLCD reading circuitry enabled"]
2323

24-
CRC:
25-
POL:
26-
_modify:
27-
Polynomialcoefficients:
28-
name: POL
29-
3024
DBG:
3125
_modify:
3226
DBG_APB2_FZ:
@@ -134,6 +128,7 @@ _include:
134128
- ../peripherals/adc/adc_l0.yaml
135129
- ../peripherals/aes/aes_l0.yaml
136130
- common_patches/crc/crc_rename_init.yaml
131+
- common_patches/crc/crc_rename_pol.yaml
137132
- ../peripherals/crc/crc_advanced.yaml
138133
- ../peripherals/crc/crc_idr_8bit.yaml
139134
- ../peripherals/crc/crc_pol.yaml

devices/stm32l0x2.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,6 @@ ADC:
2424
SMPR:
2525
name: SMP
2626

27-
CRC:
28-
POL:
29-
_modify:
30-
Polynomialcoefficients:
31-
name: POL
32-
3327
FLASH:
3428
_modify:
3529
OBR:
@@ -133,6 +127,7 @@ _include:
133127
- ../peripherals/adc/adc_l0.yaml
134128
- ../peripherals/aes/aes_l0.yaml
135129
- common_patches/crc/crc_rename_init.yaml
130+
- common_patches/crc/crc_rename_pol.yaml
136131
- ../peripherals/crc/crc_advanced.yaml
137132
- ../peripherals/crc/crc_idr_8bit.yaml
138133
- ../peripherals/crc/crc_pol.yaml

devices/stm32l0x3.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,6 @@ ADC:
3535
Disabled: [0, "VLCD reading circuitry disabled"]
3636
Enabled: [1, "VLCD reading circuitry enabled"]
3737

38-
CRC:
39-
POL:
40-
_modify:
41-
Polynomialcoefficients:
42-
name: POL
43-
4438
FLASH:
4539
_modify:
4640
OBR:
@@ -143,6 +137,7 @@ _include:
143137
- ../peripherals/adc/adc_l0.yaml
144138
- ../peripherals/aes/aes_l0.yaml
145139
- common_patches/crc/crc_rename_init.yaml
140+
- common_patches/crc/crc_rename_pol.yaml
146141
- ../peripherals/crc/crc_advanced.yaml
147142
- ../peripherals/crc/crc_idr_8bit.yaml
148143
- ../peripherals/crc/crc_pol.yaml

0 commit comments

Comments
 (0)