mirror of https://github.com/ARMmbed/mbed-os.git
Compile LPC1549 with GCC_ARM under Travis
parent
15129aa459
commit
beaec03041
|
@ -49,6 +49,7 @@ build_list = (
|
|||
{ "target": "K64F", "toolchains": "GCC_ARM", "libs": ["dsp", "rtos", "usb", "fat"] },
|
||||
{ "target": "LPC4088", "toolchains": "GCC_ARM", "libs": ["dsp", "rtos", "usb", "fat"] },
|
||||
{ "target": "ARCH_PRO", "toolchains": "GCC_ARM", "libs": ["dsp", "rtos", "fat"] },
|
||||
{ "target": "LPC1549", "toolchains": "GCC_ARM", "libs": ["dsp", "rtos", "fat"] },
|
||||
)
|
||||
|
||||
################################################################################
|
||||
|
|
Loading…
Reference in New Issue