diff options
| author | Scott Shawcroft <scott@adafruit.com> | 2019-10-14 14:19:09 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-14 14:19:09 -0700 |
| commit | 51582abc87f59313cdd6a5f5fa4214d0afa65cac (patch) | |
| tree | 68f3a70c6ab7d89d221997f096ef69d570a41857 /.github | |
| parent | 1a53ced167f4ea7e8b2d4b9b57900c769fca6ad0 (diff) | |
| parent | 150f9041e32f8d0887378d6568db1f50bf2b9317 (diff) | |
Merge pull request #2207 from kamtom480/circuitpython-spresense
Add Spresense board
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8c1f46f6f..1bf7bf9ad 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -145,6 +145,7 @@ jobs: - "sparkfun_redboard_turbo" - "sparkfun_samd21_dev" - "sparkfun_samd21_mini" + - "spresense" - "stm32f411ve_discovery" - "stm32f412zg_discovery" - "trellis_m4_express" |
