Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thirdpin/libopencm3.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Randolf <br1@einfach.org>2017-12-28 18:54:23 +0300
committerKarl Palsson <karlp@tweak.net.au>2019-06-03 01:18:05 +0300
commita1f58ea8ae4ab38a640634c4fe47bd650c755f94 (patch)
treeeb3926d54db8000dbc39617d58964447db545c52 /include
parentfe722d46436afe502ddf1cc023a24b348e809293 (diff)
stm32:l4: Add interrupts for STM32L4x5/STM32L4x6
Add all interrups from RM0351
Diffstat (limited to 'include')
-rw-r--r--include/libopencm3/stm32/l4/irq.json11
1 files changed, 10 insertions, 1 deletions
diff --git a/include/libopencm3/stm32/l4/irq.json b/include/libopencm3/stm32/l4/irq.json
index 2e575ac4..85d93722 100644
--- a/include/libopencm3/stm32/l4/irq.json
+++ b/include/libopencm3/stm32/l4/irq.json
@@ -81,7 +81,16 @@
"lcd",
"aes",
"rng",
- "fpu"
+ "fpu",
+ "hash_crs",
+ "i2c4_ev",
+ "i2c4_er",
+ "dcmi",
+ "can2_tx",
+ "can2_rx0",
+ "can2_rx1",
+ "can2_sce",
+ "dma2d"
],
"partname_humanreadable": "STM32 L4 series",
"partname_doxygen": "STM32L4",