remove not compiling MCUs for now
Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2
.github/workflows/esp32_build.yaml
vendored
2
.github/workflows/esp32_build.yaml
vendored
@@ -16,7 +16,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
idf_ver: [release-v5.4, latest]
|
idf_ver: [release-v5.4, latest]
|
||||||
idf_target: [esp32, esp32s2, esp32s3, esp32c3, esp32c5, esp32c6]
|
idf_target: [esp32, esp32s3, esp32c3]
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
2
sdkconfig.defaults.esp32
Normal file
2
sdkconfig.defaults.esp32
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
# default ESP target
|
||||||
|
CONFIG_IDF_TARGET="esp32"
|
2
sdkconfig.defaults.esp32c3
Normal file
2
sdkconfig.defaults.esp32c3
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
# default ESP target
|
||||||
|
CONFIG_IDF_TARGET="esp32c3"
|
Reference in New Issue
Block a user