Skip to content

Commit 591d68d

Browse files
ccli8adbridge
authored andcommitted
Update travis file
1 parent ffd6d4e commit 591d68d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tools/build_travis.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@
130130

131131
{ "target": "NUMAKER_PFM_NUC472", "toolchains": "GCC_ARM", "libs": ["dsp", "usb"] },
132132
{ "target": "NUMAKER_PFM_M453", "toolchains": "GCC_ARM", "libs": ["dsp", "usb"] },
133+
{ "target": "NUMAKER_PFM_M487", "toolchains": "GCC_ARM", "libs": ["dsp", "usb"] },
133134
)
134135

135136
################################################################################
@@ -264,6 +265,12 @@
264265
}
265266
},
266267
{"target": "NUMAKER_PFM_M453",
268+
"toolchains": "GCC_ARM",
269+
"tests": {"" : ["MBED_2", "MBED_10", "MBED_11", "MBED_16"],
270+
"usb" : ["USB_1", "USB_2" ,"USB_3"],
271+
}
272+
},
273+
{"target": "NUMAKER_PFM_M487",
267274
"toolchains": "GCC_ARM",
268275
"tests": {"" : ["MBED_2", "MBED_10", "MBED_11", "MBED_16"],
269276
"usb" : ["USB_1", "USB_2" ,"USB_3"],

0 commit comments

Comments
 (0)