mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-21 17:56:31 +00:00
* IDF 55 * Arduino based on IDF 55 * Update platformio_tasmota32.ini * Update Tasmota_build_devel.yml * Create platformio_override.ini * Update platformio_tasmota32.ini * Update Tasmota_build_devel.yml * Update platformio_override.ini * Update Tasmota_build_devel.yml * Delete platformio_override.ini * Update esp32c2.json * Update esp32c2_2M.json * Update platformio_tasmota32.ini * Update PULL_REQUEST_TEMPLATE.md
This commit is contained in:
parent
66013fcf04
commit
98c6b0730f
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -7,7 +7,7 @@
|
|||||||
- [ ] Only relevant files were touched
|
- [ ] Only relevant files were touched
|
||||||
- [ ] Only one feature/fix was added per PR and the code change compiles without warnings
|
- [ ] Only one feature/fix was added per PR and the code change compiles without warnings
|
||||||
- [ ] The code change is tested and works with Tasmota core ESP8266 V.2.7.8
|
- [ ] The code change is tested and works with Tasmota core ESP8266 V.2.7.8
|
||||||
- [ ] The code change is tested and works with Tasmota core ESP32 V.3.1.3.250411
|
- [ ] The code change is tested and works with Tasmota core ESP32 V.3.2.0.250504
|
||||||
- [ ] I accept the [CLA](https://github.com/arendst/Tasmota/blob/development/CONTRIBUTING.md#contributor-license-agreement-cla).
|
- [ ] I accept the [CLA](https://github.com/arendst/Tasmota/blob/development/CONTRIBUTING.md#contributor-license-agreement-cla).
|
||||||
|
|
||||||
_NOTE: The code change must pass CI tests. **Your PR cannot be merged unless tests pass**_
|
_NOTE: The code change must pass CI tests. **Your PR cannot be merged unless tests pass**_
|
||||||
|
@ -41,6 +41,11 @@
|
|||||||
"download": {
|
"download": {
|
||||||
"speed": 230400
|
"speed": 230400
|
||||||
},
|
},
|
||||||
|
"espidf": {
|
||||||
|
"custom_sdkconfig": [
|
||||||
|
"CONFIG_FREERTOS_UNICORE=y"
|
||||||
|
]
|
||||||
|
},
|
||||||
"url": "https://www.espressif.com/sites/default/files/documentation/esp32-solo-1_datasheet_en.pdf",
|
"url": "https://www.espressif.com/sites/default/files/documentation/esp32-solo-1_datasheet_en.pdf",
|
||||||
"vendor": "Espressif"
|
"vendor": "Espressif"
|
||||||
}
|
}
|
||||||
|
@ -39,6 +39,6 @@
|
|||||||
"download": {
|
"download": {
|
||||||
"speed": 230400
|
"speed": 230400
|
||||||
},
|
},
|
||||||
"url": "https://docs.espressif.com/projects/espressif-esp-dev-kits/en/latest/esp32c6/esp32-c6-devkitc-1/index.html",
|
"url": "https://docs.espressif.com/projects/espressif-esp-dev-kits/en/latest/esp8684/esp8684-devkitm-1/user_guide.html",
|
||||||
"vendor": "Espressif"
|
"vendor": "Espressif"
|
||||||
}
|
}
|
||||||
|
@ -39,6 +39,6 @@
|
|||||||
"download": {
|
"download": {
|
||||||
"speed": 230400
|
"speed": 230400
|
||||||
},
|
},
|
||||||
"url": "https://docs.espressif.com/projects/espressif-esp-dev-kits/en/latest/esp32c6/esp32-c6-devkitc-1/index.html",
|
"url": "https://docs.espressif.com/projects/espressif-esp-dev-kits/en/latest/esp8684/esp8684-devkitm-1/user_guide.html",
|
||||||
"vendor": "Espressif"
|
"vendor": "Espressif"
|
||||||
}
|
}
|
||||||
|
@ -81,7 +81,7 @@ lib_ignore = ${esp32_defaults.lib_ignore}
|
|||||||
ccronexpr
|
ccronexpr
|
||||||
|
|
||||||
[core32]
|
[core32]
|
||||||
platform = https://github.com/tasmota/platform-espressif32/releases/download/2025.04.30/platform-espressif32.zip
|
platform = https://github.com/tasmota/platform-espressif32/releases/download/2025.05.40/platform-espressif32.zip
|
||||||
platform_packages =
|
platform_packages =
|
||||||
build_unflags = ${esp32_defaults.build_unflags}
|
build_unflags = ${esp32_defaults.build_unflags}
|
||||||
build_flags = ${esp32_defaults.build_flags}
|
build_flags = ${esp32_defaults.build_flags}
|
||||||
|
@ -31,7 +31,6 @@ extends = env:tasmota32_base
|
|||||||
board = esp32-solo1
|
board = esp32-solo1
|
||||||
board_build.app_partition_name = safeboot
|
board_build.app_partition_name = safeboot
|
||||||
build_flags = ${env:tasmota32_base.build_flags}
|
build_flags = ${env:tasmota32_base.build_flags}
|
||||||
-DFRAMEWORK_ARDUINO_SOLO1
|
|
||||||
-DFIRMWARE_SAFEBOOT
|
-DFIRMWARE_SAFEBOOT
|
||||||
-DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32-safeboot.bin"'
|
-DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32-safeboot.bin"'
|
||||||
lib_extra_dirs = lib/lib_ssl, lib/libesp32
|
lib_extra_dirs = lib/lib_ssl, lib/libesp32
|
||||||
@ -264,13 +263,14 @@ board_build.partitions = partitions/esp32_partition_app1856k_fs1344k.csv
|
|||||||
build_flags = ${env:tasmota32_base.build_flags}
|
build_flags = ${env:tasmota32_base.build_flags}
|
||||||
-DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32-zbbrdgpro.bin"'
|
-DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32-zbbrdgpro.bin"'
|
||||||
-DFIRMWARE_ZBBRDGPRO
|
-DFIRMWARE_ZBBRDGPRO
|
||||||
-DFRAMEWORK_ARDUINO_ITEAD
|
|
||||||
custom_files_upload = ${env:tasmota32_base.custom_files_upload}
|
custom_files_upload = ${env:tasmota32_base.custom_files_upload}
|
||||||
tools/fw_SonoffZigbeeBridgePro_cc2652/Sonoff_ZBPro.autoconf
|
tools/fw_SonoffZigbeeBridgePro_cc2652/Sonoff_ZBPro.autoconf
|
||||||
tasmota/berry/zigbee/cc2652_flasher.be
|
tasmota/berry/zigbee/cc2652_flasher.be
|
||||||
tasmota/berry/zigbee/intelhex.be
|
tasmota/berry/zigbee/intelhex.be
|
||||||
tasmota/berry/zigbee/sonoff_zb_pro_flasher.be
|
tasmota/berry/zigbee/sonoff_zb_pro_flasher.be
|
||||||
tools/fw_SonoffZigbeeBridgePro_cc2652/SonoffZBPro_coord_20220219.hex
|
tools/fw_SonoffZigbeeBridgePro_cc2652/SonoffZBPro_coord_20220219.hex
|
||||||
|
custom_sdkconfig = CONFIG_D0WD_PSRAM_CLK_IO=5
|
||||||
|
CONFIG_D0WD_PSRAM_CS_IO=18
|
||||||
lib_extra_dirs = lib/lib_basic, lib/lib_ssl, lib/libesp32
|
lib_extra_dirs = lib/lib_basic, lib/lib_ssl, lib/libesp32
|
||||||
lib_ignore = ${env:tasmota32_base.lib_ignore}
|
lib_ignore = ${env:tasmota32_base.lib_ignore}
|
||||||
Micro-RTSP
|
Micro-RTSP
|
||||||
@ -282,8 +282,9 @@ lib_ignore = ${env:tasmota32_base.lib_ignore}
|
|||||||
extends = env:tasmota32_base
|
extends = env:tasmota32_base
|
||||||
build_flags = ${env:tasmota32_base.build_flags}
|
build_flags = ${env:tasmota32_base.build_flags}
|
||||||
-DFIRMWARE_NSPANEL
|
-DFIRMWARE_NSPANEL
|
||||||
-DFRAMEWORK_ARDUINO_ITEAD
|
|
||||||
-DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32-nspanel.bin"'
|
-DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32-nspanel.bin"'
|
||||||
|
custom_sdkconfig = CONFIG_D0WD_PSRAM_CLK_IO=5
|
||||||
|
CONFIG_D0WD_PSRAM_CS_IO=18
|
||||||
|
|
||||||
[env:tasmota32-AD]
|
[env:tasmota32-AD]
|
||||||
extends = env:tasmota32_base
|
extends = env:tasmota32_base
|
||||||
|
Loading…
x
Reference in New Issue
Block a user