mirror of https://github.com/ARMmbed/mbed-os.git
Add virtual nvic support to OC_MBUINO (LPC11U24 based)
parent
33be92c2b8
commit
14153e7f98
|
@ -88,7 +88,7 @@
|
|||
},
|
||||
"OC_MBUINO": {
|
||||
"inherits": ["LPC11U24"],
|
||||
"macros": ["TARGET_LPC11U24"],
|
||||
"macros": ["TARGET_LPC11U24", "CMSIS_VECTAB_VIRTUAL", "CMSIS_VECTAB_VIRTUAL_HEADER_FILE=\"cmsis_nvic.h\""],
|
||||
"extra_labels": ["NXP", "LPC11UXX"],
|
||||
"device_has": ["ANALOGIN", "ERROR_PATTERN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
|
||||
"release_versions": ["2"]
|
||||
|
|
Loading…
Reference in New Issue