Skip to content

Commit 4ff1a49

Browse files
author
Cruz Monrreal
authored
Merge pull request #6541 from jorisa/lpc11c24-spfix
Add mbed-os 5 build support for LPC11C24
2 parents fd756ef + 9e06a30 commit 4ff1a49

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

targets/TARGET_NXP/mbed_rtx.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
#endif
2525

2626
#elif defined(TARGET_LPC11U24) \
27+
|| defined(TARGET_LPC11CXX) \
2728
|| defined(TARGET_LPC11U35_401) \
2829
|| defined(TARGET_LPC11U35_501) \
2930
|| defined(TARGET_LPCCAPPUCCINO)

targets/targets.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
"inherits": ["LPCTarget"],
5151
"core": "Cortex-M0",
5252
"extra_labels": ["NXP", "LPC11XX_11CXX", "LPC11CXX"],
53+
"OUTPUT_EXT": "hex",
5354
"macros": ["CMSIS_VECTAB_VIRTUAL", "CMSIS_VECTAB_VIRTUAL_HEADER_FILE=\"cmsis_nvic.h\""],
5455
"supported_toolchains": ["ARM", "uARM", "GCC_ARM", "IAR"],
5556
"device_has": ["ANALOGIN", "CAN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],

0 commit comments

Comments
 (0)