File tree 13 files changed +23
-8
lines changed 13 files changed +23
-8
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,6 @@ _modify:
12
12
name : FDCAN2
13
13
DAC :
14
14
name : DAC1
15
- OCTOSPI1_CONTROL_REGISTER :
16
- name : OCTOSPI1
17
15
18
16
# The SVD is just quite different to the RM for all these registers.
19
17
# We'll go with the RM convention even though it is inconsistent too.
313
311
# Work around the DMA_STR? interrupt mess in the SVD.
314
312
# Some interrupts are on DMA2 instead on DMA1 and/or called DMA_STR? without
315
313
# the numeral.
314
+ #
315
+ # Since it is not possible to modify a derivedFrom peripheral, we delete it first
316
316
317
317
_delete :
318
318
- DMA2
@@ -322,6 +322,7 @@ _delete:
322
322
- UART8
323
323
- USART9
324
324
- USART10
325
+ - OCTOSPI1_CONTROL_REGISTER
325
326
326
327
_add :
327
328
DMA2 :
@@ -394,6 +395,13 @@ _add:
394
395
USART10 :
395
396
description : USART10 global interrupt
396
397
value : 141
398
+ OCTOSPI1 :
399
+ derivedFrom : OCTOSPI2
400
+ baseAddress : 0x52005000
401
+ interrupts :
402
+ OCTOSPI1 :
403
+ description : OCTOSPI global interrupt
404
+ value : 92
397
405
DAC2 :
398
406
derivedFrom : DAC1
399
407
baseAddress : 0x58003400
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ _include:
89
89
- ../peripherals/dma/dma_v1_with_remapping.yaml
90
90
- ../peripherals/exti/exti.yaml
91
91
- ../peripherals/flash/flash_l0.yaml
92
- - ../peripherals/fw/fw_l0 .yaml
92
+ - ../peripherals/fw/fw_l0_l4 .yaml
93
93
- ../peripherals/gpio/gpio_l0.yaml
94
94
- ../peripherals/i2c/i2c_v2.yaml
95
95
- ../peripherals/iwdg/iwdg_with_WINR.yaml
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ _include:
139
139
- ../peripherals/dma/dma_v1_with_remapping.yaml
140
140
- ../peripherals/exti/exti.yaml
141
141
- ../peripherals/flash/flash_l0.yaml
142
- - ../peripherals/fw/fw_l0 .yaml
142
+ - ../peripherals/fw/fw_l0_l4 .yaml
143
143
- ../peripherals/gpio/gpio_l0.yaml
144
144
- ../peripherals/i2c/i2c_v2.yaml
145
145
- ../peripherals/iwdg/iwdg_with_WINR.yaml
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ _include:
140
140
- ../peripherals/dma/dma_v1_with_remapping.yaml
141
141
- ../peripherals/exti/exti.yaml
142
142
- ../peripherals/flash/flash_l0.yaml
143
- - ../peripherals/fw/fw_l0 .yaml
143
+ - ../peripherals/fw/fw_l0_l4 .yaml
144
144
- ../peripherals/gpio/gpio_l0.yaml
145
145
- ../peripherals/i2c/i2c_v2.yaml
146
146
- ../peripherals/iwdg/iwdg_with_WINR.yaml
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ _include:
150
150
- ../peripherals/dma/dma_v1_with_remapping.yaml
151
151
- ../peripherals/exti/exti.yaml
152
152
- ../peripherals/flash/flash_l0.yaml
153
- - ../peripherals/fw/fw_l0 .yaml
153
+ - ../peripherals/fw/fw_l0_l4 .yaml
154
154
- ../peripherals/gpio/gpio_l0.yaml
155
155
- ../peripherals/i2c/i2c_v2.yaml
156
156
- ../peripherals/iwdg/iwdg_with_WINR.yaml
Original file line number Diff line number Diff line change 233
233
# Most of the other patches for this device are common with the L4x2 device.
234
234
_include :
235
235
- ./common_patches/stm32l4x2_l412.yaml
236
+ - ../peripherals/fw/fw_l0_l4.yaml
Original file line number Diff line number Diff line change @@ -72,6 +72,7 @@ _include:
72
72
- common_patches/rtc/rtc_cr.yaml
73
73
- common_patches/tsc/tsc.yaml
74
74
- ./common_patches/flash/flash_boot0s.yaml
75
+ - ../peripherals/fw/fw_l0_l4.yaml
75
76
- ../peripherals/sai/sai.yaml
76
77
- ../peripherals/dma/dma2d_v1.yaml
77
78
- common_patches/usb_otg/otg_fs_remove_prefix.yaml
Original file line number Diff line number Diff line change @@ -124,6 +124,7 @@ _include:
124
124
- common_patches/tsc/tsc.yaml
125
125
- common_patches/fpu_interrupt.yaml
126
126
- ./common_patches/flash/flash_boot0s.yaml
127
+ - ../peripherals/fw/fw_l0_l4.yaml
127
128
- ../peripherals/sai/sai.yaml
128
129
- ./common_patches/l4_adc_common.yaml
129
130
- ./common_patches/l4_adc_smpr.yaml
Original file line number Diff line number Diff line change 9
9
_include :
10
10
- ./common_patches/stm32l4x2_l412.yaml
11
11
- common_patches/rtc/rtc_bkpr.yaml
12
+ - ../peripherals/fw/fw_l0_l4.yaml
Original file line number Diff line number Diff line change @@ -154,6 +154,7 @@ _include:
154
154
- common_patches/rtc/rtc_cr.yaml
155
155
- common_patches/tsc/tsc.yaml
156
156
- ./common_patches/flash/flash_boot0s.yaml
157
+ - ../peripherals/fw/fw_l0_l4.yaml
157
158
- ../peripherals/sai/sai.yaml
158
159
- common_patches/dma_interrupt_names.yaml
159
160
- ./common_patches/l4_adc_common.yaml
Original file line number Diff line number Diff line change @@ -173,6 +173,7 @@ _include:
173
173
- common_patches/rtc/rtc_cr.yaml
174
174
- common_patches/tsc/tsc.yaml
175
175
- ./common_patches/flash/flash_boot0s.yaml
176
+ - ../peripherals/fw/fw_l0_l4.yaml
176
177
- ../peripherals/sai/sai.yaml
177
178
- common_patches/dma_interrupt_names.yaml
178
179
- ./common_patches/l4_adc_smpr.yaml
Original file line number Diff line number Diff line change @@ -80,6 +80,7 @@ _include:
80
80
- common_patches/rtc/rtc_cr.yaml
81
81
- common_patches/tsc/tsc.yaml
82
82
- ./common_patches/flash/flash_boot0s.yaml
83
+ - ../peripherals/fw/fw_l0_l4.yaml
83
84
- ../peripherals/sai/sai.yaml
84
85
- ../peripherals/dma/dma2d_v1.yaml
85
86
- ./common_patches/l4_spi.yaml
Original file line number Diff line number Diff line change 1
- # This FW is used on the STM32L0 families.
1
+ # This FW is used on the STM32L0/L4 families.
2
2
3
- " FW " :
3
+ " FW,FIREWALL " :
4
4
CSSA :
5
5
ADD : [0, 0xFFFF]
6
6
CSL :
You can’t perform that action at this time.
0 commit comments