mirror of
https://github.com/arendst/Tasmota.git
synced 2026-07-27 20:05:46 +00:00
Add initial c5 support (#23804)
This commit is contained in:
@@ -130,6 +130,64 @@ build_flags = ${env:tasmota32_base.build_flags}
|
||||
lib_extra_dirs = lib/lib_ssl, lib/libesp32
|
||||
lib_ignore = ${safeboot_flags.lib_ignore}
|
||||
|
||||
[env:tasmota32c5-safeboot]
|
||||
platform = https://github.com/Jason2866/platform-espressif32.git#Arduino/IDF55
|
||||
extends = env:tasmota32_base
|
||||
board = esp32c5
|
||||
board_build.app_partition_name = safeboot
|
||||
build_flags = ${env:tasmota32_base.build_flags}
|
||||
-DFIRMWARE_SAFEBOOT
|
||||
-DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32c5-safeboot.bin"'
|
||||
lib_extra_dirs = lib/lib_ssl, lib/libesp32
|
||||
lib_ignore = ${safeboot_flags.lib_ignore}
|
||||
custom_sdkconfig =
|
||||
'# CONFIG_BT_ENABLED is not set'
|
||||
'# CONFIG_BT_NIMBLE_ENABLED is not set'
|
||||
'# CONFIG_BT_CONTROLLER_ENABLED is not set'
|
||||
CONFIG_BT_CONTROLLER_DISABLED=y
|
||||
'# CONFIG_LWIP_IP_FORWARD is not set'
|
||||
'# CONFIG_LWIP_IPV4_NAPT is not set'
|
||||
'# CONFIG_LWIP_IPV4_NAPT_PORTMAP is not set'
|
||||
'# CONFIG_ETH_ENABLED is not set'
|
||||
'# CONFIG_ETH_USE_SPI_ETHERNET is not set'
|
||||
'# CONFIG_ETH_TRANSMIT_MUTEX is not set'
|
||||
'# CONFIG_ETH_SPI_ETHERNET_DM9051 is not set'
|
||||
'# CONFIG_ETH_SPI_ETHERNET_W5500 is not set'
|
||||
'# CONFIG_ETH_SPI_ETHERNET_KSZ8851SNL is not set'
|
||||
'# CONFIG_LWIP_PPP_SUPPORT is not set'
|
||||
custom_component_remove = espressif/esp_hosted
|
||||
espressif/esp_wifi_remote
|
||||
espressif/esp_modem
|
||||
|
||||
[env:tasmota32c5ser-safeboot]
|
||||
platform = https://github.com/Jason2866/platform-espressif32.git#Arduino/IDF55
|
||||
extends = env:tasmota32_base
|
||||
board = esp32c5ser
|
||||
board_build.app_partition_name = safeboot
|
||||
build_flags = ${env:tasmota32_base.build_flags}
|
||||
-DFIRMWARE_SAFEBOOT
|
||||
-DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32c5ser-safeboot.bin"'
|
||||
lib_extra_dirs = lib/lib_ssl, lib/libesp32
|
||||
lib_ignore = ${safeboot_flags.lib_ignore}
|
||||
custom_sdkconfig =
|
||||
'# CONFIG_BT_ENABLED is not set'
|
||||
'# CONFIG_BT_NIMBLE_ENABLED is not set'
|
||||
'# CONFIG_BT_CONTROLLER_ENABLED is not set'
|
||||
CONFIG_BT_CONTROLLER_DISABLED=y
|
||||
'# CONFIG_LWIP_IP_FORWARD is not set'
|
||||
'# CONFIG_LWIP_IPV4_NAPT is not set'
|
||||
'# CONFIG_LWIP_IPV4_NAPT_PORTMAP is not set'
|
||||
'# CONFIG_ETH_ENABLED is not set'
|
||||
'# CONFIG_ETH_USE_SPI_ETHERNET is not set'
|
||||
'# CONFIG_ETH_TRANSMIT_MUTEX is not set'
|
||||
'# CONFIG_ETH_SPI_ETHERNET_DM9051 is not set'
|
||||
'# CONFIG_ETH_SPI_ETHERNET_W5500 is not set'
|
||||
'# CONFIG_ETH_SPI_ETHERNET_KSZ8851SNL is not set'
|
||||
'# CONFIG_LWIP_PPP_SUPPORT is not set'
|
||||
custom_component_remove = espressif/esp_hosted
|
||||
espressif/esp_wifi_remote
|
||||
espressif/esp_modem
|
||||
|
||||
[env:tasmota32c6-safeboot]
|
||||
extends = env:tasmota32_base
|
||||
board = esp32c6
|
||||
@@ -244,7 +302,15 @@ build_flags = ${env:tasmota32_base.build_flags}
|
||||
-DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32c3.bin"'
|
||||
lib_ignore = ${env:tasmota32_base.lib_ignore}
|
||||
Micro-RTSP
|
||||
|
||||
[env:tasmota32c5]
|
||||
platform = https://github.com/Jason2866/platform-espressif32.git#Arduino/IDF55
|
||||
extends = env:tasmota32_base
|
||||
board = esp32c5
|
||||
build_flags = ${env:tasmota32_base.build_flags}
|
||||
-DFIRMWARE_TASMOTA32
|
||||
-DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32c5.bin"'
|
||||
lib_ignore = ${env:tasmota32_base.lib_ignore}
|
||||
Micro-RTSP
|
||||
[env:tasmota32c6]
|
||||
extends = env:tasmota32_base
|
||||
board = esp32c6
|
||||
@@ -456,3 +522,4 @@ build_flags = ${env:tasmota32_base.build_flags} -DMY_LANGUAGE=uk_UA
|
||||
[env:tasmota32-VN]
|
||||
extends = env:tasmota32_base
|
||||
build_flags = ${env:tasmota32_base.build_flags} -DMY_LANGUAGE=vi_VN -DFIRMWARE_TASMOTA32 -DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32-VN.bin"'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user