Skip to content

Commit ed13c38

Browse files
committed
[Travis] Libraries addition to some targets
1 parent cd18872 commit ed13c38

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

workspace_tools/build_travis.py

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,22 @@
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"] },
12-
{ "target": "LPC2368", "toolchains": "GCC_ARM" },
13-
{ "target": "LPC11U24", "toolchains": "GCC_ARM" },
14-
{ "target": "LPC11U24_301", "toolchains": "GCC_ARM" },
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" },
1515
{ "target": "NUCLEO_F103RB", "toolchains": "GCC_ARM"},
1616

17-
{ "target": "NUCLEO_F401RE", "toolchains": "GCC_ARM"},
18-
{ "target": "LPC1114", "toolchains": "GCC_ARM", "libs": ["dsp"] },
19-
{ "target": "LPC11U35_401", "toolchains": "GCC_ARM", "libs": ["dsp"] },
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"] },
2020
{ "target": "UBLOX_C027", "toolchains": "GCC_ARM", "libs": ["dsp", "rtos"] },
2121
{ "target": "LPC11U35_501", "toolchains": "GCC_ARM", "libs": ["dsp"] },
22-
{ "target": "LPC11U68", "toolchains": "GCC_ARM", "libs": ["dsp"] },
22+
{ "target": "LPC11U68", "toolchains": "GCC_ARM", "libs": ["dsp", "rtos"] },
2323

24-
{ "target": "KL05Z", "toolchains": "GCC_ARM", "libs": ["dsp"] },
25-
{ "target": "KL25Z", "toolchains": "GCC_ARM", "libs": ["dsp", "usb"] },
26-
{ "target": "KL46Z", "toolchains": "GCC_ARM", "libs": ["dsp", "usb"] },
24+
{ "target": "KL05Z", "toolchains": "GCC_ARM", "libs": ["dsp", "rtos"] },
25+
{ "target": "KL25Z", "toolchains": "GCC_ARM", "libs": ["dsp", "rtos", "usb"] },
26+
{ "target": "KL46Z", "toolchains": "GCC_ARM", "libs": ["dsp", "rtos", "usb"] },
2727
{ "target": "K20D50M", "toolchains": "GCC_ARM", "libs": ["dsp"] },
2828
{ "target": "K64F", "toolchains": "GCC_ARM", "libs": ["dsp", "rtos", "usb"] },
2929
{ "target": "LPC4088", "toolchains": "GCC_ARM", "libs": ["dsp", "rtos", "usb"] },

0 commit comments

Comments
 (0)