Skip to content

Commit 1dc8c37

Browse files
authored
Platform 2025.11.31: Tasmota Arduino core 3.1.6 based on IDF 5.3.4.251110 (#24146)
1 parent e0a2023 commit 1dc8c37

File tree

4 files changed

+5
-34
lines changed

4 files changed

+5
-34
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
- [ ] Only relevant files were touched
88
- [ ] Only one feature/fix was added per PR and the code change compiles without warnings
99
- [ ] The code change is tested and works with Tasmota core ESP8266 V.2.7.8
10-
- [ ] The code change is tested and works with Tasmota core ESP32 V.3.1.5
10+
- [ ] The code change is tested and works with Tasmota core ESP32 V.3.1.6
1111
- [ ] I accept the [CLA](https://github.com/arendst/Tasmota/blob/development/CONTRIBUTING.md#contributor-license-agreement-cla).
1212

1313
_NOTE: The code change must pass CI tests. **Your PR cannot be merged unless tests pass**_

boards/esp32-solo1.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"f_flash": "40000000L",
77
"flash_mode": "dio",
88
"mcu": "esp32",
9+
"chip_variant": "esp32u",
910
"variant": "esp32",
1011
"partitions": "partitions/esp32_partition_app2880k_fs320k.csv"
1112
},
@@ -41,13 +42,6 @@
4142
"download": {
4243
"speed": 230400
4344
},
44-
"espidf": {
45-
"custom_sdkconfig": [
46-
"CONFIG_FREERTOS_UNICORE=y",
47-
"# CONFIG_BOOTLOADER_SPI_CUSTOM_WP_PIN is not set",
48-
"CONFIG_BOOTLOADER_SPI_WP_PIN=7"
49-
]
50-
},
5145
"url": "https://www.espressif.com/sites/default/files/documentation/esp32-solo-1_datasheet_en.pdf",
5246
"vendor": "Espressif"
5347
}

platformio_tasmota32.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ custom_component_remove =
9797
espressif/cmake_utilities
9898

9999
[core32]
100-
platform = https://github.com/tasmota/platform-espressif32/releases/download/2025.11.30/platform-espressif32.zip
100+
platform = https://github.com/tasmota/platform-espressif32/releases/download/2025.11.31/platform-espressif32.zip
101101
platform_packages =
102102
build_unflags = ${esp32_defaults.build_unflags}
103103
build_flags = ${esp32_defaults.build_flags}

platformio_tasmota_env32.ini

Lines changed: 2 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -35,18 +35,10 @@ build_flags = ${env:tasmota32_base.build_flags}
3535
-DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32-safeboot.bin"'
3636
lib_extra_dirs = lib/lib_ssl, lib/libesp32
3737
lib_ignore = ${safeboot_flags.lib_ignore}
38-
custom_sdkconfig = '# CONFIG_SPIRAM is not set'
39-
'# CONFIG_BT_ENABLED is not set'
38+
custom_sdkconfig = '# CONFIG_BT_ENABLED is not set'
4039
CONFIG_BT_DISABLED=y
4140
'# CONFIG_BT_NIMBLE_ENABLED is no set'
4241
CONFIG_BT_NIMBLE_DISABLED=y
43-
'# CONFIG_ULP_COPROC_ENABLED is not set'
44-
CONFIG_ULP_COPROC_DISABLED=y
45-
'# CONFIG_TWAI_ERRATA_FIX_BUS_OFF_REC is not set'
46-
'# CONFIG_TWAI_ERRATA_FIX_TX_INTR_LOST is not set'
47-
'# CONFIG_TWAI_ERRATA_FIX_RX_FRAME_INVALID is not set'
48-
'# CONFIG_TWAI_ERRATA_FIX_RX_FIFO_CORRUPT is not set'
49-
'# CONFIG_TWAI_ERRATA_FIX_LISTEN_ONLY_DOM is not set'
5042
custom_component_remove = ${safeboot_flags.custom_component_remove}
5143

5244
[env:tasmota32solo1-safeboot]
@@ -58,18 +50,10 @@ build_flags = ${env:tasmota32_base.build_flags}
5850
-DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32solo1-safeboot.bin"'
5951
lib_extra_dirs = lib/lib_ssl, lib/libesp32
6052
lib_ignore = ${safeboot_flags.lib_ignore}
61-
custom_sdkconfig = '# CONFIG_SPIRAM is not set'
62-
'# CONFIG_BT_ENABLED is not set'
53+
custom_sdkconfig = '# CONFIG_BT_ENABLED is not set'
6354
CONFIG_BT_DISABLED=y
6455
'# CONFIG_BT_NIMBLE_ENABLED is no set'
6556
CONFIG_BT_NIMBLE_DISABLED=y
66-
'# CONFIG_ULP_COPROC_ENABLED is not set'
67-
CONFIG_ULP_COPROC_DISABLED=y
68-
'# CONFIG_TWAI_ERRATA_FIX_BUS_OFF_REC is not set'
69-
'# CONFIG_TWAI_ERRATA_FIX_TX_INTR_LOST is not set'
70-
'# CONFIG_TWAI_ERRATA_FIX_RX_FRAME_INVALID is not set'
71-
'# CONFIG_TWAI_ERRATA_FIX_RX_FIFO_CORRUPT is not set'
72-
'# CONFIG_TWAI_ERRATA_FIX_LISTEN_ONLY_DOM is not set'
7357
custom_component_remove = ${safeboot_flags.custom_component_remove}
7458

7559
[env:tasmota32s2-safeboot]
@@ -272,13 +256,6 @@ build_flags = ${env:tasmota32_base.build_flags}
272256
lib_ignore = ${env:tasmota32_base.lib_ignore}
273257
Micro-RTSP
274258
epdiy
275-
custom_sdkconfig =
276-
'# CONFIG_SPIRAM is not set'
277-
'# CONFIG_TWAI_ERRATA_FIX_BUS_OFF_REC is not set'
278-
'# CONFIG_TWAI_ERRATA_FIX_TX_INTR_LOST is not set'
279-
'# CONFIG_TWAI_ERRATA_FIX_RX_FRAME_INVALID is not set'
280-
'# CONFIG_TWAI_ERRATA_FIX_RX_FIFO_CORRUPT is not set'
281-
'# CONFIG_TWAI_ERRATA_FIX_LISTEN_ONLY_DOM is not set'
282259

283260
[env:tasmota32s2]
284261
extends = env:tasmota32_base

0 commit comments

Comments
 (0)