Skip to content

Commit bffb734

Browse files
committed
Added interrupts for USARTs
1 parent 7f78657 commit bffb734

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

arm/stm32/stm32f4x1/svd/a-intnam.ads

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,12 @@ package Ada.Interrupts.Names is
9090
-- SPI2 global interrupt
9191
SPI2_Interrupt : constant Interrupt_ID := 36;
9292

93+
-- USART1 global interrupt
94+
USART1_Interrupt : constant Interrupt_ID := 37;
95+
96+
-- USART2 global interrupt
97+
USART2_Interrupt : constant Interrupt_ID := 38;
98+
9399
-- EXTI Line[15:10] interrupts
94100
EXTI15_10_Interrupt : constant Interrupt_ID := 40;
95101

0 commit comments

Comments
 (0)