diff options
| author | robert-hh <robert@hammelrath.com> | 2021-07-29 17:52:19 +0200 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2021-07-31 16:27:47 +1000 |
| commit | 4445c73b113d8a35506ae5467559a7302dc79c7a (patch) | |
| tree | f2f5a98a851ca8c183cf528764f516ac7edab658 | |
| parent | b2533fe47930b12e695e2afbef2019c664261790 (diff) | |
tools/autobuild: Add the MIMXRT1050_EVKB board to the daily builds.
| -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 e36b294ac..4db65c091 100755 --- a/tools/autobuild/build-mimxrt-latest.sh +++ b/tools/autobuild/build-mimxrt-latest.sh @@ -34,3 +34,4 @@ fi do_build TEENSY40 TEENSY40 hex do_build TEENSY41 TEENSY41 hex do_build MIMXRT1020_EVK MIMXRT1020_EVK bin +do_build MIMXRT1050_EVKB MIMXRT1050_EVKB bin |
