aboutsummaryrefslogtreecommitdiff
path: root/include/libopencm3/stm32/l1/irq.yaml
diff options
context:
space:
mode:
authorKarl Palsson2013-01-22 22:43:48 +0000
committerKarl Palsson2013-01-22 22:55:25 +0000
commit2306c907abc5d7e0f54318a6c14bf198706cee0b (patch)
tree5eadc95eef9e291690faff015644041e516c6a41 /include/libopencm3/stm32/l1/irq.yaml
parentdf5e3e5ff115af6c145d0d7ccd23631dffaeebd9 (diff)
[l1] Update to newest ref man definitions
Support for the Medium+ and High density parts, mostly by way of extra irqs and register definitions.
Diffstat (limited to 'include/libopencm3/stm32/l1/irq.yaml')
-rw-r--r--include/libopencm3/stm32/l1/irq.yaml19
1 files changed, 16 insertions, 3 deletions
diff --git a/include/libopencm3/stm32/l1/irq.yaml b/include/libopencm3/stm32/l1/irq.yaml
index c2f118f..a10e96c 100644
--- a/include/libopencm3/stm32/l1/irq.yaml
+++ b/include/libopencm3/stm32/l1/irq.yaml
@@ -4,8 +4,8 @@ partname_doxygen: STM32L1
irqs:
- wwdg
- pvd
- - tamper
- - rtc
+ - tamper_stamp
+ - rtc_wkup
- flash
- rcc
- exti0
@@ -44,6 +44,19 @@ irqs:
- usart3
- exti15_10
- rtc_alarm
- - usb_wakeup
+ - usb_fs_wakeup
- tim6
- tim7
+ # below here is medium+/high density
+ - sdio
+ - tim5
+ - spi3
+ - uart4
+ - uart5
+ - dma2_ch1
+ - dma2_ch2
+ - dma2_ch3
+ - dma2_ch4
+ - dma2_ch5
+ - aes
+ - comp_acq \ No newline at end of file