Skip to content

Commit a524c1d

Browse files
committed
update esp-idf setup
1 parent 880aae4 commit a524c1d

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

.github/actions/setup_toolchain/espressif/action.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ inputs:
66
required: true
77
toolchain_version:
88
description: 'Toolchain version'
9-
required: true
9+
required: false
10+
default: 'v5.3.1'
1011

1112
runs:
1213
using: "composite"
@@ -38,4 +39,7 @@ runs:
3839
run: |
3940
du -sh $DOCKER_ESP_IDF
4041
docker load --input $DOCKER_ESP_IDF
42+
docker images
43+
#docker tag espressif/idf:${{ inputs.toolchain_version }} espressif/idf:tinyusb
44+
#docker images
4145
shell: bash

.github/workflows/build.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,11 @@ jobs:
8080
matrix:
8181
toolchain:
8282
# 'arm-clang'
83-
- 'arm-gcc'
84-
- 'aarch64-gcc'
85-
- 'msp430-gcc'
86-
- 'riscv-gcc'
87-
- 'rx-gcc'
83+
#- 'arm-gcc'
84+
#- 'aarch64-gcc'
85+
#- 'msp430-gcc'
86+
#- 'riscv-gcc'
87+
#- 'rx-gcc'
8888
- 'esp-idf' # build-system is ignored
8989
with:
9090
build-system: 'make'

.github/workflows/build_util.yml

-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ jobs:
4141
uses: ./.github/actions/setup_toolchain
4242
with:
4343
toolchain: ${{ inputs.toolchain }}
44-
toolchain_version: 'v5.3.1'
4544

4645
- name: Get Dependencies
4746
uses: ./.github/actions/get_deps

0 commit comments

Comments
 (0)