mirror of
https://github.com/hathach/tinyusb.git
synced 2025-05-08 06:35:49 +08:00
bump up esp-idf to v5.4
This commit is contained in:
parent
c2924c51fc
commit
35c5113ef9
@ -114,7 +114,7 @@ commands:
|
||||
name: Build
|
||||
command: |
|
||||
if [ << parameters.toolchain >> == esp-idf ]; then
|
||||
docker run --rm -v $PWD:/project -w /project espressif/idf:v5.3.2 python tools/build.py << parameters.family >>
|
||||
docker run --rm -v $PWD:/project -w /project espressif/idf:v5.4 python tools/build.py << parameters.family >>
|
||||
else
|
||||
# Toolchain option default is gcc
|
||||
if [ << parameters.toolchain >> == arm-clang ]; then
|
||||
|
@ -7,7 +7,7 @@ inputs:
|
||||
toolchain_version:
|
||||
description: 'Toolchain version'
|
||||
required: false
|
||||
default: 'v5.3.2'
|
||||
default: 'v5.4'
|
||||
|
||||
runs:
|
||||
using: "composite"
|
||||
|
Loading…
x
Reference in New Issue
Block a user