From b1b3e3941e6d6b6d3919fca150f79da00d5d5a66 Mon Sep 17 00:00:00 2001 From: Aurabindo Pillai Date: Fri, 27 Mar 2020 21:31:05 -0400 Subject: [PATCH] Add missing interrupts for USART Signed-off-by: Aurabindo Pillai --- devices/stm32f410.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/devices/stm32f410.yaml b/devices/stm32f410.yaml index 392c51399..ca23fb2d9 100644 --- a/devices/stm32f410.yaml +++ b/devices/stm32f410.yaml @@ -44,6 +44,17 @@ RCC: bitOffset: 20 bitWidth: 1 +USART1: +# Add missing USART interrupts + _add: + _interrupts: + USART1: + description: USART1 global interrupt + value: 37 + USART2: + description: USART2 global interrupt + value: 38 + _include: - common_patches/4_nvic_prio_bits.yaml - common_patches/merge_I2C_OAR1_ADDx_fields.yaml