Disable some examples for ESP32-S3
This commit is contained in:
parent
fef7fb39fe
commit
3a9e981db1
14 changed files with 1 additions and 1 deletions
2
.github/scripts/install-platformio-esp32.sh
vendored
2
.github/scripts/install-platformio-esp32.sh
vendored
|
|
@ -32,7 +32,7 @@ replace_script+="data['packages']['toolchain-xtensa-esp32']['version']='$TOOLCHA
|
|||
replace_script+="data['packages']['toolchain-xtensa-esp32s2']['version']='$TOOLCHAIN_VERSION';"
|
||||
replace_script+="data['packages']['toolchain-riscv32-esp']['version']='$TOOLCHAIN_VERSION';"
|
||||
# Add ESP32-S3 Toolchain
|
||||
replace_script+="data['packages'].update({'toolchain-xtensa-esp32s3':{'type':'toolchain','optional':true,'owner':'$ESPRESSIF_ORGANIZATION_NAME','version':'$TOOLCHAIN_VERSION'}});"
|
||||
replace_script+="data['packages'].update({'toolchain-xtensa-esp32s3':{'type':'toolchain','optional':True,'owner':'$ESPRESSIF_ORGANIZATION_NAME','version':'$TOOLCHAIN_VERSION'}});"
|
||||
# esptool.py may require an upstream version (for now platformio is the owner)
|
||||
replace_script+="data['packages']['tool-esptoolpy']['version']='$ESPTOOLPY_VERSION';"
|
||||
# Save results
|
||||
|
|
|
|||
0
libraries/ESP32/examples/HallSensor/.skip.esp32s3
Normal file
0
libraries/ESP32/examples/HallSensor/.skip.esp32s3
Normal file
0
libraries/Ethernet/examples/ETH_LAN8720/.skip.esp32c3
Normal file
0
libraries/Ethernet/examples/ETH_LAN8720/.skip.esp32c3
Normal file
0
libraries/Ethernet/examples/ETH_LAN8720/.skip.esp32s3
Normal file
0
libraries/Ethernet/examples/ETH_LAN8720/.skip.esp32s3
Normal file
0
libraries/Ethernet/examples/ETH_TLK110/.skip.esp32c3
Normal file
0
libraries/Ethernet/examples/ETH_TLK110/.skip.esp32c3
Normal file
0
libraries/Ethernet/examples/ETH_TLK110/.skip.esp32s3
Normal file
0
libraries/Ethernet/examples/ETH_TLK110/.skip.esp32s3
Normal file
0
libraries/RainMaker/examples/RMakerCustom/.skip.esp32s3
Normal file
0
libraries/RainMaker/examples/RMakerCustom/.skip.esp32s3
Normal file
0
libraries/RainMaker/examples/RMakerSwitch/.skip.esp32s3
Normal file
0
libraries/RainMaker/examples/RMakerSwitch/.skip.esp32s3
Normal file
Loading…
Reference in a new issue