Skip to content

Commit 617bede

Browse files
bors[bot]aurabindo
andauthored
Merge #360
360: Add missing interrupts for USART r=adamgreig a=aurabindo Signed-off-by: Aurabindo Pillai <mail@aurabindo.in> Co-authored-by: Aurabindo Pillai <mail@aurabindo.in>
2 parents ad91c98 + b1b3e39 commit 617bede

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

devices/stm32f410.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,17 @@ RCC:
4444
bitOffset: 20
4545
bitWidth: 1
4646

47+
USART1:
48+
# Add missing USART interrupts
49+
_add:
50+
_interrupts:
51+
USART1:
52+
description: USART1 global interrupt
53+
value: 37
54+
USART2:
55+
description: USART2 global interrupt
56+
value: 38
57+
4758
_include:
4859
- common_patches/4_nvic_prio_bits.yaml
4960
- common_patches/merge_I2C_OAR1_ADDx_fields.yaml

0 commit comments

Comments
 (0)