Merge pull request #783 from alisitsyn/esp-based_on_334e95f

WIP: Add new Espressif target esp32s3 for tinyUSB
This commit is contained in:
Ha Thach
2021-04-19 13:01:50 +07:00
committed by GitHub
39 changed files with 706 additions and 71 deletions

View File

@@ -181,20 +181,23 @@ jobs:
asset_content_type: application/zip
# ---------------------------------------
# Build ESP32S2 family
# Build ESP32SX family
# ---------------------------------------
build-esp32s2:
build-esp32sx:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
board:
# Alphabetical order
# ESP32-S2
- 'adafruit_feather_esp32s2'
- 'adafruit_magtag_29gray'
- 'adafruit_metro_esp32s2'
- 'espressif_kaluga_1'
- 'espressif_saola_1'
# ESP32-S3
# - 'espressif_addax_1' # temporarily remove the board from test while espressif MR is not merged
steps:
- name: Setup Python
@@ -207,7 +210,7 @@ jobs:
uses: actions/checkout@v2
- name: Build
run: docker run --rm -v $PWD:/project -w /project espressif/idf:latest python3 tools/build_esp32s2.py ${{ matrix.board }}
run: docker run --rm -v $PWD:/project -w /project espressif/idf:latest python3 tools/build_esp32sx.py ${{ matrix.board }}
# ---------------------------------------
# Build msp430 family