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:
Diffstat (limited to 'include/libopencm3/stm32/g0/irq.json')
-rw-r--r--include/libopencm3/stm32/g0/irq.json39
1 files changed, 39 insertions, 0 deletions
diff --git a/include/libopencm3/stm32/g0/irq.json b/include/libopencm3/stm32/g0/irq.json
new file mode 100644
index 00000000..aa43cbc1
--- /dev/null
+++ b/include/libopencm3/stm32/g0/irq.json
@@ -0,0 +1,39 @@
+{
+ "irqs": [
+ "wwdg",
+ "pvd",
+ "rtc",
+ "flash",
+ "rcc",
+ "exti0_1",
+ "exti2_3",
+ "exti4_15",
+ "ucpd1_ucpd2",
+ "dma1_channel1",
+ "dma1_channel2_3",
+ "dma1_channel4_7_dmamux",
+ "adc_comp",
+ "tim1_brk_up_trg_com",
+ "tim1_cc",
+ "tim2",
+ "tim3",
+ "tim6_dac_lptim1",
+ "tim7_lptim2",
+ "tim14",
+ "tim15",
+ "tim16",
+ "tim17",
+ "i2c1",
+ "i2c2",
+ "spi1",
+ "spi2",
+ "usart1",
+ "usart2",
+ "usart3_usart4_lpuart1",
+ "cec",
+ "aes_rng"
+ ],
+ "partname_humanreadable": "STM32 G0 series",
+ "partname_doxygen": "STM32G0",
+ "includeguard": "LIBOPENCM3_STM32_G0_NVIC_H"
+}