Browse Source

[F0] Add new irq's

Be warned that this commit changes names of some old definitions. This may broke old code !
pull/255/head
Frantisek Burian 11 years ago
parent
commit
09fcb14f74
  1. 8
      include/libopencm3/stm32/f0/irq.json

8
include/libopencm3/stm32/f0/irq.json

@ -18,7 +18,7 @@
"tim2", "tim2",
"tim3", "tim3",
"tim6_dac", "tim6_dac",
"reserved0", "tim7",
"tim14", "tim14",
"tim15", "tim15",
"tim16", "tim16",
@ -29,9 +29,9 @@
"spi2", "spi2",
"usart1", "usart1",
"usart2", "usart2",
"reserved1", "usart3_4",
"cec", "cec_can",
"reserved2" "usb"
], ],
"partname_humanreadable": "STM32 F0 series", "partname_humanreadable": "STM32 F0 series",
"partname_doxygen": "STM32F0", "partname_doxygen": "STM32F0",

Loading…
Cancel
Save