Skip to content

Commit e14aeed

Browse files
committed
Merge pull request #409 from 0xc0170/dev_travis_new_targets
Travis - targets addition
2 parents 805f470 + ed13c38 commit e14aeed

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

workspace_tools/build_travis.py

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,26 @@
88
# "libs" can contain "dsp", "rtos", "eth", "usb_host", "usb", "ublox"
99

1010
build_list = (
11-
{ "target": "LPC1768", "toolchains": "GCC_ARM", "libs": ["dsp", "rtos", "eth", "usb_host", "usb", "ublox"] },
11+
{ "target": "LPC1768", "toolchains": "GCC_ARM", "libs": ["dsp", "rtos", "eth", "usb_host", "usb", "ublox"] },
12+
{ "target": "LPC2368", "toolchains": "GCC_ARM" },
13+
{ "target": "LPC11U24", "toolchains": "GCC_ARM", "libs": ["dsp", "rtos"]},
14+
{ "target": "LPC11U24_301", "toolchains": "GCC_ARM" },
15+
{ "target": "NUCLEO_F103RB", "toolchains": "GCC_ARM"},
16+
17+
{ "target": "NUCLEO_F401RE", "toolchains": "GCC_ARM", "libs": ["dsp", "rtos"]},
18+
{ "target": "LPC1114", "toolchains": "GCC_ARM", "libs": ["dsp", "rtos"] },
19+
{ "target": "LPC11U35_401", "toolchains": "GCC_ARM", "libs": ["dsp", "rtos"] },
20+
{ "target": "UBLOX_C027", "toolchains": "GCC_ARM", "libs": ["dsp", "rtos"] },
21+
{ "target": "LPC11U35_501", "toolchains": "GCC_ARM", "libs": ["dsp"] },
22+
{ "target": "LPC11U68", "toolchains": "GCC_ARM", "libs": ["dsp", "rtos"] },
23+
24+
{ "target": "KL05Z", "toolchains": "GCC_ARM", "libs": ["dsp", "rtos"] },
1225
{ "target": "KL25Z", "toolchains": "GCC_ARM", "libs": ["dsp", "rtos", "usb"] },
26+
{ "target": "KL46Z", "toolchains": "GCC_ARM", "libs": ["dsp", "rtos", "usb"] },
27+
{ "target": "K20D50M", "toolchains": "GCC_ARM", "libs": ["dsp"] },
28+
{ "target": "K64F", "toolchains": "GCC_ARM", "libs": ["dsp", "rtos", "usb"] },
1329
{ "target": "LPC4088", "toolchains": "GCC_ARM", "libs": ["dsp", "rtos", "usb"] },
30+
{ "target": "ARCH_PRO", "toolchains": "GCC_ARM", "libs": ["dsp", "rtos"] },
1431
)
1532

1633
################################################################################

0 commit comments

Comments
 (0)