Skip to content

Commit 96cf60f

Browse files
committed
Merge remote-tracking branch 'adafruit/main' into native_wifi
2 parents 0b94638 + 5d17d64 commit 96cf60f

File tree

130 files changed

+11941
-1010
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

130 files changed

+11941
-1010
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ jobs:
234234
- "makerdiary_nrf52840_m2_devkit"
235235
- "makerdiary_nrf52840_mdk"
236236
- "makerdiary_nrf52840_mdk_usb_dongle"
237+
- "matrixportal_m4"
237238
- "meowbit_v121"
238239
- "meowmeow"
239240
- "metro_m0_express"
@@ -408,6 +409,8 @@ jobs:
408409
fail-fast: false
409410
matrix:
410411
board:
412+
- "electroniccats_bastwifi"
413+
- "espressif_kaluga_1"
411414
- "espressif_saola_1_wroom"
412415
- "espressif_saola_1_wrover"
413416
- "microdev_micro_s2"
@@ -431,6 +434,11 @@ jobs:
431434
with:
432435
path: ${{ github.workspace }}/.idf_tools
433436
key: ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/esp32s2/esp-idf/HEAD') }}-20200801
437+
- name: Clone IDF submodules
438+
run: |
439+
(cd $IDF_PATH && git submodule update --init)
440+
env:
441+
IDF_PATH: ${{ github.workspace }}/ports/esp32s2/esp-idf
434442
- name: Install IDF tools
435443
run: |
436444
$IDF_PATH/tools/idf_tools.py --non-interactive install required

0 commit comments

Comments
 (0)