mirror of https://github.com/arendst/Tasmota.git
add missing safeboot env
This commit is contained in:
parent
218b282396
commit
cad288bd0d
|
@ -129,6 +129,17 @@ build_flags = ${env:tasmota32_base.build_flags}
|
||||||
lib_extra_dirs = lib/lib_ssl, lib/libesp32
|
lib_extra_dirs = lib/lib_ssl, lib/libesp32
|
||||||
lib_ignore = ${safeboot_flags.lib_ignore}
|
lib_ignore = ${safeboot_flags.lib_ignore}
|
||||||
|
|
||||||
|
[env:tasmota32c3-safeboot]
|
||||||
|
extends = env:tasmota32_base
|
||||||
|
board = esp32c3
|
||||||
|
build_unflags = ${env:tasmota32_base.build_unflags}
|
||||||
|
-mtarget-align
|
||||||
|
build_flags = ${env:tasmota32_base.build_flags}
|
||||||
|
-DFIRMWARE_SAFEBOOT
|
||||||
|
-DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32c3-safeboot.bin"'
|
||||||
|
lib_extra_dirs = lib/lib_ssl, lib/libesp32
|
||||||
|
lib_ignore = ${safeboot_flags.lib_ignore}
|
||||||
|
|
||||||
[env:tasmota32c3cdc]
|
[env:tasmota32c3cdc]
|
||||||
extends = env:tasmota32_base
|
extends = env:tasmota32_base
|
||||||
board = esp32c3cdc
|
board = esp32c3cdc
|
||||||
|
@ -160,7 +171,7 @@ lib_ignore = ${env:tasmota32_base.lib_ignore}
|
||||||
epdiy
|
epdiy
|
||||||
|
|
||||||
[env:tasmota32s2cdc-safeboot]
|
[env:tasmota32s2cdc-safeboot]
|
||||||
extends = env:tasmota32s2-safeboot
|
extends = env:tasmota32_base
|
||||||
board = esp32s2cdc
|
board = esp32s2cdc
|
||||||
build_flags = ${env:tasmota32_base.build_flags}
|
build_flags = ${env:tasmota32_base.build_flags}
|
||||||
-DFIRMWARE_SAFEBOOT
|
-DFIRMWARE_SAFEBOOT
|
||||||
|
@ -184,6 +195,15 @@ build_flags = ${env:tasmota32_base.build_flags}
|
||||||
lib_extra_dirs = lib/lib_ssl, lib/libesp32
|
lib_extra_dirs = lib/lib_ssl, lib/libesp32
|
||||||
lib_ignore = ${safeboot_flags.lib_ignore}
|
lib_ignore = ${safeboot_flags.lib_ignore}
|
||||||
|
|
||||||
|
[env:tasmota32s3-safeboot]
|
||||||
|
extends = env:tasmota32_base
|
||||||
|
board = esp32s3-qio_qspi
|
||||||
|
build_flags = ${env:tasmota32_base.build_flags}
|
||||||
|
-DFIRMWARE_SAFEBOOT
|
||||||
|
-DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32s3-safeboot.bin"'
|
||||||
|
lib_extra_dirs = lib/lib_ssl, lib/libesp32
|
||||||
|
lib_ignore = ${safeboot_flags.lib_ignore}
|
||||||
|
|
||||||
[env:tasmota32s3cdc]
|
[env:tasmota32s3cdc]
|
||||||
extends = env:tasmota32_base
|
extends = env:tasmota32_base
|
||||||
board = esp32s3cdc-qio_qspi
|
board = esp32s3cdc-qio_qspi
|
||||||
|
@ -239,12 +259,23 @@ extends = env:tasmota32_base
|
||||||
board = esp32c6cdc
|
board = esp32c6cdc
|
||||||
build_unflags = ${env:tasmota32_base.build_unflags}
|
build_unflags = ${env:tasmota32_base.build_unflags}
|
||||||
-mtarget-align
|
-mtarget-align
|
||||||
build_flags = ${env:tasmota32c6cdc.build_flags}
|
build_flags = ${env:tasmota32_base.build_flags}
|
||||||
-DFIRMWARE_SAFEBOOT
|
-DFIRMWARE_SAFEBOOT
|
||||||
-DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32c6cdc-safeboot.bin"'
|
-DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32c6cdc-safeboot.bin"'
|
||||||
lib_extra_dirs = lib/lib_ssl, lib/libesp32
|
lib_extra_dirs = lib/lib_ssl, lib/libesp32
|
||||||
lib_ignore = ${safeboot_flags.lib_ignore}
|
lib_ignore = ${safeboot_flags.lib_ignore}
|
||||||
|
|
||||||
|
[env:tasmota32c6-safeboot]
|
||||||
|
extends = env:tasmota32_base
|
||||||
|
board = esp32c6
|
||||||
|
build_unflags = ${env:tasmota32_base.build_unflags}
|
||||||
|
-mtarget-align
|
||||||
|
build_flags = ${env:tasmota32_base.build_flags}
|
||||||
|
-DFIRMWARE_SAFEBOOT
|
||||||
|
-DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32c6-safeboot.bin"'
|
||||||
|
lib_extra_dirs = lib/lib_ssl, lib/libesp32
|
||||||
|
lib_ignore = ${safeboot_flags.lib_ignore}
|
||||||
|
|
||||||
|
|
||||||
[env:tasmota32-AD]
|
[env:tasmota32-AD]
|
||||||
extends = env:tasmota32_base
|
extends = env:tasmota32_base
|
||||||
|
|
Loading…
Reference in New Issue