File tree 4 files changed +27
-0
lines changed
4 files changed +27
-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 1
1
_svd : ../svd/stm32f767.svd
2
2
3
+ _delete :
4
+ - DBGMCU
5
+
3
6
_rebase :
4
7
USART1 : USART6
5
8
@@ -475,5 +478,6 @@ _include:
475
478
- fields/eth/eth_mmc_common.yaml
476
479
- fields/eth/eth_mmc_mcfhp_mcp.yaml
477
480
- patches/tim/group.yaml
481
+ - patches/dbgmcu/f7.yaml
478
482
- patches/ethernet/f4_f7.yaml
479
483
- fields/eth/eth_ptp_ppsfreq.yaml
Original file line number Diff line number Diff line change 1
1
_svd : ../svd/stm32f777.svd
2
2
3
+ _delete :
4
+ - DBGMCU
5
+
3
6
_rebase :
4
7
USART1 : USART6
5
8
@@ -466,5 +469,6 @@ _include:
466
469
- fields/eth/eth_mmc_common.yaml
467
470
- fields/eth/eth_mmc_mcfhp_mcp.yaml
468
471
- patches/tim/group.yaml
472
+ - patches/dbgmcu/f7.yaml
469
473
- patches/ethernet/f4_f7.yaml
470
474
- fields/eth/eth_ptp_ppsfreq.yaml
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