summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDan Halbert <halbert@adafruit.com>2021-01-21 16:54:37 -0500
committerGitHub <noreply@github.com>2021-01-21 16:54:37 -0500
commit2249a33203339803c8a0b23e80eec15d77b7f23e (patch)
tree49fb85346b3ce60a08ad7780b8aec7fd0f72366f /.github
parenteff68b0d9fb101176a808cb68f0158e1615ed8bf (diff)
parent9b8246f889bda79b5945c7acbd016de4886419ef (diff)
Merge pull request #4031 from tannewt/rp2040
Add initial RP2040 support
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index fd4840830..cc5ad4f7b 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -177,6 +177,7 @@ jobs:
- "8086_commander"
- "ADM_B_NRF52840_1"
- "TG-Watch"
+ - "adafruit_feather_rp2040"
- "aloriumtech_evo_m51"
- "aramcon_badge_2019"
- "arduino_mkr1300"
@@ -294,6 +295,7 @@ jobs:
- "pyruler"
- "qtpy_m0"
- "qtpy_m0_haxpress"
+ - "raspberry_pi_pico"
- "raytac_mdbt50q-db-40"
- "robohatmm1_m4"
- "sam32"
@@ -465,7 +467,7 @@ jobs:
id: idf-cache
with:
path: ${{ github.workspace }}/.idf_tools
- key: ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/esp32s2/esp-idf/HEAD') }}-20210114
+ key: ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/esp32s2/esp-idf/HEAD') }}-20210121
- name: Clone IDF submodules
run: |
(cd $IDF_PATH && git submodule update --init)