From 09fcb14f74e3f53f60d0483b89bb3b33debf65fe Mon Sep 17 00:00:00 2001 From: Frantisek Burian Date: Thu, 6 Feb 2014 00:18:09 +0100 Subject: [PATCH] [F0] Add new irq's Be warned that this commit changes names of some old definitions. This may broke old code ! --- include/libopencm3/stm32/f0/irq.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/libopencm3/stm32/f0/irq.json b/include/libopencm3/stm32/f0/irq.json index e6355453..8a407dc2 100644 --- a/include/libopencm3/stm32/f0/irq.json +++ b/include/libopencm3/stm32/f0/irq.json @@ -18,7 +18,7 @@ "tim2", "tim3", "tim6_dac", - "reserved0", + "tim7", "tim14", "tim15", "tim16", @@ -29,9 +29,9 @@ "spi2", "usart1", "usart2", - "reserved1", - "cec", - "reserved2" + "usart3_4", + "cec_can", + "usb" ], "partname_humanreadable": "STM32 F0 series", "partname_doxygen": "STM32F0",