Skip to content

Commit

Permalink
update esp-idf setup
Browse files Browse the repository at this point in the history
  • Loading branch information
hathach committed Jan 16, 2025
1 parent 880aae4 commit a524c1d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
6 changes: 5 additions & 1 deletion .github/actions/setup_toolchain/espressif/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ inputs:
required: true
toolchain_version:
description: 'Toolchain version'
required: true
required: false
default: 'v5.3.1'

runs:
using: "composite"
Expand Down Expand Up @@ -38,4 +39,7 @@ runs:
run: |
du -sh $DOCKER_ESP_IDF
docker load --input $DOCKER_ESP_IDF
docker images
#docker tag espressif/idf:${{ inputs.toolchain_version }} espressif/idf:tinyusb
#docker images
shell: bash
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@ jobs:
matrix:
toolchain:
# 'arm-clang'
- 'arm-gcc'
- 'aarch64-gcc'
- 'msp430-gcc'
- 'riscv-gcc'
- 'rx-gcc'
#- 'arm-gcc'
#- 'aarch64-gcc'
#- 'msp430-gcc'
#- 'riscv-gcc'
#- 'rx-gcc'
- 'esp-idf' # build-system is ignored
with:
build-system: 'make'
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build_util.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ jobs:
uses: ./.github/actions/setup_toolchain
with:
toolchain: ${{ inputs.toolchain }}
toolchain_version: 'v5.3.1'

- name: Get Dependencies
uses: ./.github/actions/get_deps
Expand Down

0 comments on commit a524c1d

Please sign in to comment.