Skip to content

Commit 8122f63

Browse files
committed
add Travis build target for LPC2460
1 parent 7c67167 commit 8122f63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

workspace_tools/build_travis.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
build_list = (
3030
{ "target": "LPC1768", "toolchains": "GCC_ARM", "libs": ["dsp", "rtos", "eth", "usb_host", "usb", "ublox", "fat"] },
3131
{ "target": "LPC2368", "toolchains": "GCC_ARM", "libs": ["fat"] },
32+
{ "target": "LPC2460", "toolchains": "GCC_ARM", "libs": ["rtos", "usb_host", "usb", "fat"] },
3233
{ "target": "LPC11U24", "toolchains": "GCC_ARM", "libs": ["dsp", "rtos", "fat"] },
3334
{ "target": "OC_MBUINO", "toolchains": "GCC_ARM", "libs": ["fat"] },
3435

0 commit comments

Comments
 (0)