File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -231,6 +231,7 @@ Family-specific:
231
231
* L4:
232
232
* Update L4/L4+ vendor SVD bundles to v1.4 (#1084 )
233
233
* Add missing CAN registers to l4x3/x5 (#914 )
234
+ * Fix L412 RTC interrupts
234
235
* L4+ unify patches (#1233 )
235
236
236
237
* L5:
Original file line number Diff line number Diff line change @@ -193,10 +193,28 @@ RCC:
193
193
- fields/rcc/rcc_l4.yaml
194
194
195
195
RNG :
196
+ _add :
197
+ _interrupts :
198
+ RNG :
199
+ description : RNG global interrupt
200
+ value : 80
196
201
_include :
197
202
- fields/rng/v1.yaml
198
203
199
204
RTC :
205
+ _delete :
206
+ _interrupts : RNG
207
+ _add :
208
+ _interrupts :
209
+ RTC_TAMP_STAMP :
210
+ description : Tamper and TimeStamp interrupts
211
+ value : 2
212
+ RTC_WKUP :
213
+ description : RTC Tamper or TimeStamp/CSS on LSE through EXTI line 19 interrupts
214
+ value : 3
215
+ RTC_ALARM :
216
+ description : RTC alarms through EXTI line 18 interrupts
217
+ value : 41
200
218
_include :
201
219
- patches/rtc/alarm.yaml
202
220
- fields/rtc/v3/common.yaml
You can’t perform that action at this time.
0 commit comments