Skip to content

Commit 3a9e981

Browse files
committed
Disable some examples for ESP32-S3
1 parent fef7fb3 commit 3a9e981

File tree

14 files changed

+1
-1
lines changed

14 files changed

+1
-1
lines changed

.github/scripts/install-platformio-esp32.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ replace_script+="data['packages']['toolchain-xtensa-esp32']['version']='$TOOLCHA
3232
replace_script+="data['packages']['toolchain-xtensa-esp32s2']['version']='$TOOLCHAIN_VERSION';"
3333
replace_script+="data['packages']['toolchain-riscv32-esp']['version']='$TOOLCHAIN_VERSION';"
3434
# Add ESP32-S3 Toolchain
35-
replace_script+="data['packages'].update({'toolchain-xtensa-esp32s3':{'type':'toolchain','optional':true,'owner':'$ESPRESSIF_ORGANIZATION_NAME','version':'$TOOLCHAIN_VERSION'}});"
35+
replace_script+="data['packages'].update({'toolchain-xtensa-esp32s3':{'type':'toolchain','optional':True,'owner':'$ESPRESSIF_ORGANIZATION_NAME','version':'$TOOLCHAIN_VERSION'}});"
3636
# esptool.py may require an upstream version (for now platformio is the owner)
3737
replace_script+="data['packages']['tool-esptoolpy']['version']='$ESPTOOLPY_VERSION';"
3838
# Save results

libraries/BluetoothSerial/examples/SerialToSerialBT/.skip.esp32s3

Whitespace-only changes.

libraries/BluetoothSerial/examples/SerialToSerialBTM/.skip.esp32s3

Whitespace-only changes.

libraries/BluetoothSerial/examples/SerialToSerialBT_SSP_pairing/.skip.esp32s3

Whitespace-only changes.

libraries/BluetoothSerial/examples/bt_classic_device_discovery/.skip.esp32s3

Whitespace-only changes.

libraries/BluetoothSerial/examples/bt_remove_paired_devices/.skip.esp32s3

Whitespace-only changes.

libraries/ESP32/examples/HallSensor/.skip.esp32s3

Whitespace-only changes.

libraries/Ethernet/examples/ETH_LAN8720/.skip.esp32c3

Whitespace-only changes.

libraries/Ethernet/examples/ETH_LAN8720/.skip.esp32s3

Whitespace-only changes.

libraries/Ethernet/examples/ETH_TLK110/.skip.esp32c3

Whitespace-only changes.

libraries/Ethernet/examples/ETH_TLK110/.skip.esp32s3

Whitespace-only changes.

libraries/RainMaker/examples/RMakerCustom/.skip.esp32s3

Whitespace-only changes.

libraries/RainMaker/examples/RMakerSonoffDualR3/.skip.esp32s3

Whitespace-only changes.

libraries/RainMaker/examples/RMakerSwitch/.skip.esp32s3

Whitespace-only changes.

0 commit comments

Comments
 (0)