diff options
| author | robert-hh <robert@hammelrath.com> | 2021-08-13 17:15:48 +0200 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2021-10-25 23:52:23 +1100 |
| commit | dc8be7ccad67f76f35c64c028588c9457ed438a2 (patch) | |
| tree | f1a3a027b134b42e3951261e3319fdf250fe78de | |
| parent | c827d4b7ab418e5299e3d8b9fc8e7520ae42493a (diff) | |
tools/autobuild: Add the MIMXRT1010_EVK board to autobuild.
Having a board now available for testing, this binary can be provided with
good confidence.
| -rwxr-xr-x | tools/autobuild/build-mimxrt-latest.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/autobuild/build-mimxrt-latest.sh b/tools/autobuild/build-mimxrt-latest.sh index f5bc1397a..fea5da81c 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 |
