Skip to content

Commit 752c167

Browse files
iabdalkaderdpgeorge
authored andcommitted
tools/ci.sh: Build MIMXRT1060_EVK with MSC enabled as part of mimxrt CI.
Signed-off-by: iabdalkader <[email protected]>
1 parent cb41750 commit 752c167

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/ci.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,8 @@ function ci_mimxrt_build {
230230
make ${MAKEOPTS} -C ports/mimxrt BOARD=MIMXRT1020_EVK
231231
make ${MAKEOPTS} -C ports/mimxrt BOARD=TEENSY40 submodules
232232
make ${MAKEOPTS} -C ports/mimxrt BOARD=TEENSY40
233+
make ${MAKEOPTS} -C ports/mimxrt BOARD=MIMXRT1060_EVK submodules
234+
make ${MAKEOPTS} -C ports/mimxrt BOARD=MIMXRT1060_EVK CFLAGS_EXTRA=-DMICROPY_HW_USB_MSC=1
233235
}
234236

235237
########################################################################################

0 commit comments

Comments
 (0)