tinyusb: add support of esp32s3 target
add support of new esp32s3 target and the board update the roles.mk wrapper to allow dfu flashing of espressif chip update examples to allow compilation for esp32s3_addax_1 board once the code is tested the PR to original tinyusb repo will be submitted
This commit is contained in:
committed by
Alex Lisitsyn
parent
c611199632
commit
2f0cb8b5f1
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@@ -180,9 +180,9 @@ jobs:
|
||||
asset_content_type: application/zip
|
||||
|
||||
# ---------------------------------------
|
||||
# Build ESP32S2 family
|
||||
# Build ESP32SX family
|
||||
# ---------------------------------------
|
||||
build-esp32s2:
|
||||
build-esp32sx:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
@@ -192,6 +192,7 @@ jobs:
|
||||
- 'adafruit_feather_esp32s2'
|
||||
- 'adafruit_magtag_29gray'
|
||||
- 'adafruit_metro_esp32s2'
|
||||
- 'espressif_addax_1'
|
||||
- 'espressif_kaluga_1'
|
||||
- 'espressif_saola_1'
|
||||
|
||||
@@ -206,7 +207,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
|
||||
|
||||
Reference in New Issue
Block a user