From dc8be7ccad67f76f35c64c028588c9457ed438a2 Mon Sep 17 00:00:00 2001 From: robert-hh Date: Fri, 13 Aug 2021 17:15:48 +0200 Subject: [PATCH] tools/autobuild: Add the MIMXRT1010_EVK board to autobuild. Having a board now available for testing, this binary can be provided with good confidence. --- tools/autobuild/build-mimxrt-latest.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/autobuild/build-mimxrt-latest.sh b/tools/autobuild/build-mimxrt-latest.sh index f5bc1397a5..fea5da81c5 100755 --- a/tools/autobuild/build-mimxrt-latest.sh +++ b/tools/autobuild/build-mimxrt-latest.sh @@ -33,5 +33,6 @@ fi # build the boards do_build TEENSY40 TEENSY40 hex do_build TEENSY41 TEENSY41 hex +do_build MIMXRT1010_EVK MIMXRT1010_EVK bin do_build MIMXRT1020_EVK MIMXRT1020_EVK bin do_build MIMXRT1050_EVK MIMXRT1050_EVK bin