From c1c37a8b0fedc12c59d0cb8e9578d0ecda8dc86c Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Wed, 14 Oct 2015 16:02:32 +0000 Subject: [PATCH] stm32f7: Update IRQs from latest ref manual One name change and some new ones. --- include/libopencm3/stm32/f7/irq.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/include/libopencm3/stm32/f7/irq.json b/include/libopencm3/stm32/f7/irq.json index 0dc069e6..79e1ee62 100644 --- a/include/libopencm3/stm32/f7/irq.json +++ b/include/libopencm3/stm32/f7/irq.json @@ -49,7 +49,7 @@ "tim8_cc", "dma1_stream7", "fsmc", - "sdio", + "sdmmc1", "tim5", "spi3", "uart4", @@ -90,7 +90,12 @@ "sai1", "lcd_tft", "lcd_tft_err", - "dma2d" + "dma2d", + "sai2", + "quadspi", + "i2c4_ev", + "i2c4_er", + "spdifrx" ], "partname_humanreadable": "STM32 F7 series", "partname_doxygen": "STM32F7",