File tree 3 files changed +10
-7
lines changed
actions/setup_toolchain/espressif
3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 6
6
required : true
7
7
toolchain_version :
8
8
description : ' Toolchain version'
9
- required : true
9
+ required : false
10
+ default : ' v5.3.1'
10
11
11
12
runs :
12
13
using : " composite"
38
39
run : |
39
40
du -sh $DOCKER_ESP_IDF
40
41
docker load --input $DOCKER_ESP_IDF
42
+ docker images
43
+ #docker tag espressif/idf:${{ inputs.toolchain_version }} espressif/idf:tinyusb
44
+ #docker images
41
45
shell : bash
Original file line number Diff line number Diff line change @@ -80,11 +80,11 @@ jobs:
80
80
matrix :
81
81
toolchain :
82
82
# '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'
88
88
- ' esp-idf' # build-system is ignored
89
89
with :
90
90
build-system : ' make'
Original file line number Diff line number Diff line change 41
41
uses : ./.github/actions/setup_toolchain
42
42
with :
43
43
toolchain : ${{ inputs.toolchain }}
44
- toolchain_version : ' v5.3.1'
45
44
46
45
- name : Get Dependencies
47
46
uses : ./.github/actions/get_deps
You can’t perform that action at this time.
0 commit comments