From 7bd7d48408348cfdf2ba1c23f0241b3fb3a67cda Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Thu, 8 Mar 2018 09:52:21 +0000 Subject: [PATCH] stm32l0: add all new IRQs from later families --- include/libopencm3/stm32/l0/irq.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/include/libopencm3/stm32/l0/irq.json b/include/libopencm3/stm32/l0/irq.json index 91fb7106..3073ea15 100644 --- a/include/libopencm3/stm32/l0/irq.json +++ b/include/libopencm3/stm32/l0/irq.json @@ -14,14 +14,14 @@ "dma1_channel4_5", "adc_comp", "lptim1", - "reserved1", + "usart4_5", "tim2", "tim3", "tim6_dac", - "reserved3", + "tim7", "reserved4", "tim21", - "reserved5", + "i2c3", "tim22", "i2c1", "i2c2", @@ -29,11 +29,11 @@ "spi2", "usart1", "usart2", - "lpuart1", + "lpuart1_aes_rng", "lcd", "usb" ], "partname_humanreadable": "STM32 L0 series", "partname_doxygen": "STM32L0", "includeguard": "LIBOPENCM3_STM32_L0_NVIC_H" -} \ No newline at end of file +}