split irq.yaml output in nvic.h and vector_nvic.h

the weak pragmas need to be used in the very compilation unit where
their target is defined, requiring another dispatch
This commit is contained in:
chrysn
2012-10-18 17:30:18 +02:00
parent 5ceb377a37
commit ae832b4ee8
3 changed files with 25 additions and 7 deletions

View File

@@ -15,6 +15,5 @@
# warning"no chipset defined; user interrupts are disabled"
#define NVIC_IRQ_COUNT 0
#define IRQ_HANDLERS
#endif