Skip to content

Commit

Permalink
switch all interrupt lists to yaml format
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysn committed Oct 18, 2012
1 parent 5afa53f commit 5ceb377
Show file tree
Hide file tree
Showing 18 changed files with 435 additions and 2,213 deletions.
6 changes: 3 additions & 3 deletions include/libopencm3/dispatch/nvic.h
@@ -1,9 +1,9 @@
#if defined(STM32F1)
# include <libopencm3/stm32/f1/nvic_f1.h>
# include <libopencm3/stm32/f1/nvic.h>
#elif defined(STM32F2)
# include <libopencm3/stm32/f2/nvic_f2.h>
# include <libopencm3/stm32/f2/nvic.h>
#elif defined(STM32F4)
# include <libopencm3/stm32/f4/nvic_f4.h>
# include <libopencm3/stm32/f4/nvic.h>

#elif defined(TINYGECKO)
# include <libopencm3/efm32/tinygecko/nvic.h>
Expand Down
2 changes: 1 addition & 1 deletion include/libopencm3/efm32/tinygecko/irq.yaml
@@ -1,4 +1,4 @@
includeguard: LIBOPENCM3_EFM32_TINYGECKO_VECTOR_H
includeguard: LIBOPENCM3_EFM32_TINYGECKO_NVIC_H
partname_humanreadable: EFM32 Tiny Gecko series
partname_doxygen: EFM32TG
# The names and sequence are taken from d0034_efm32tg_reference_manual.pdf table 4.1.
Expand Down

0 comments on commit 5ceb377

Please sign in to comment.