diff options
| author | Scott Shawcroft <scott@adafruit.com> | 2020-01-27 14:11:08 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-27 14:11:08 -0800 |
| commit | b36b2493bced9ca127803b307f0c6df52c9568f0 (patch) | |
| tree | 133f22d411dc0d0b804d1d1d7d3740f337fce304 /.github | |
| parent | 7c11a5ad6d59d6a87eec4cfb6ed4728d0c06761b (diff) | |
| parent | 085242bf5c05fec4ae0450712879e78b7e35ac38 (diff) | |
Merge pull request #2532 from tannewt/teensy4-dev
Refine iMX RT memory layout and add three boards
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cd049a53d..b13b6e421 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -113,6 +113,8 @@ jobs: - "hallowing_m0_express" - "hallowing_m4_express" - "imxrt1010_evk" + - "imxrt1020_evk" + - "imxrt1060_evk" - "itsybitsy_m0_express" - "itsybitsy_m4_express" - "itsybitsy_nrf52840_express" @@ -164,6 +166,7 @@ jobs: - "stm32f411ve_discovery" - "stm32f412zg_discovery" - "stringcar_m0_express" + - "teensy40" - "teknikio_bluebird" - "trellis_m4_express" - "trinket_m0" |
