Skip to content

Commit e397e44

Browse files
committed
Enable USB tests in Travis build
1 parent e609796 commit e397e44

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/build_travis.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
{ "target": "NUCLEO_F401RE", "toolchains": "GCC_ARM", "libs": ["dsp", "rtos", "usb", "fat", "usb_host"] },
5555
{ "target": "NUCLEO_F410RB", "toolchains": "GCC_ARM", "libs": ["dsp", "rtos", "fat"] },
5656
{ "target": "NUCLEO_F411RE", "toolchains": "GCC_ARM", "libs": ["dsp", "rtos", "usb", "fat", "usb_host"] },
57-
{ "target": "NUCLEO_F412ZG", "toolchains": "GCC_ARM", "libs": ["dsp", "rtos", "fat"] },
57+
{ "target": "NUCLEO_F412ZG", "toolchains": "GCC_ARM", "libs": ["dsp", "rtos", "usb", "fat", "usb_host"] },
5858
{ "target": "NUCLEO_L432KC", "toolchains": "GCC_ARM", "libs": ["dsp", "fat"] },
5959
{ "target": "NUCLEO_L476RG", "toolchains": "GCC_ARM", "libs": ["dsp", "fat", "rtos", "usb_host"] },
6060
{ "target": "NUCLEO_L011K4", "toolchains": "GCC_ARM", "libs": ["dsp"] },
@@ -194,6 +194,7 @@
194194
"toolchains": "GCC_ARM",
195195
"tests": {"" : ["MBED_2", "MBED_10", "MBED_11", "MBED_16"],
196196
"rtos" : ["RTOS_1", "RTOS_2", "RTOS_3"],
197+
"usb" : ["USB_1", "USB_2" ,"USB_3", "USB_10", "USB_11"],
197198
}
198199
},
199200
{"target": "NUCLEO_F429ZI",

0 commit comments

Comments
 (0)