Skip to content

Commit 5e9a419

Browse files
authored
Merge pull request #1236 from stm32-rs/l412int
Fix L412 RTC interrupts
2 parents 7620c6a + 7bc644a commit 5e9a419

File tree

4 files changed

+27
-0
lines changed

4 files changed

+27
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ Family-specific:
231231
* L4:
232232
* Update L4/L4+ vendor SVD bundles to v1.4 (#1084)
233233
* Add missing CAN registers to l4x3/x5 (#914)
234+
* Fix L412 RTC interrupts
234235
* L4+ unify patches (#1233)
235236

236237
* L5:

devices/stm32f767.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
_svd: ../svd/stm32f767.svd
22

3+
_delete:
4+
- DBGMCU
5+
36
_rebase:
47
USART1: USART6
58

@@ -475,5 +478,6 @@ _include:
475478
- fields/eth/eth_mmc_common.yaml
476479
- fields/eth/eth_mmc_mcfhp_mcp.yaml
477480
- patches/tim/group.yaml
481+
- patches/dbgmcu/f7.yaml
478482
- patches/ethernet/f4_f7.yaml
479483
- fields/eth/eth_ptp_ppsfreq.yaml

devices/stm32f777.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
_svd: ../svd/stm32f777.svd
22

3+
_delete:
4+
- DBGMCU
5+
36
_rebase:
47
USART1: USART6
58

@@ -466,5 +469,6 @@ _include:
466469
- fields/eth/eth_mmc_common.yaml
467470
- fields/eth/eth_mmc_mcfhp_mcp.yaml
468471
- patches/tim/group.yaml
472+
- patches/dbgmcu/f7.yaml
469473
- patches/ethernet/f4_f7.yaml
470474
- fields/eth/eth_ptp_ppsfreq.yaml

devices/stm32l412.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,10 +193,28 @@ RCC:
193193
- fields/rcc/rcc_l4.yaml
194194

195195
RNG:
196+
_add:
197+
_interrupts:
198+
RNG:
199+
description: RNG global interrupt
200+
value: 80
196201
_include:
197202
- fields/rng/v1.yaml
198203

199204
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
200218
_include:
201219
- patches/rtc/alarm.yaml
202220
- fields/rtc/v3/common.yaml

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy