diff options
| author | Jeff Epler <jeff@adafruit.com> | 2021-03-17 16:23:55 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-17 16:23:55 -0500 |
| commit | 719e8710f2b758e9efd4d3aedc6c27fd9504ef06 (patch) | |
| tree | de387e1444d103202c6abeea40ac9327c5d255de /.github/workflows | |
| parent | bfc8c89536e12dba0cc9adc0065819d730bb0983 (diff) | |
| parent | 337727ba0ce1c31bb334c34fbd2b74f2447a2b62 (diff) | |
Merge pull request #4411 from mintakka/thingplus-rp2040
added board configuration for Sparkfun ThingPlus RP2040
Diffstat (limited to '.github/workflows')
| -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 29d3d5b28..ce9200e5e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -320,6 +320,7 @@ jobs: - "sparkfun_samd21_dev" - "sparkfun_samd21_mini" - "sparkfun_samd51_thing_plus" + - "sparkfun_thing_plus_rp2040" - "spresense" - "stackrduino_m0_pro" - "stm32f411ce_blackpill" |
