mirror of
https://github.com/arendst/Tasmota.git
synced 2026-02-20 00:32:32 +01:00
build safeboot bin for C2/C6 (#19422)
* build safeboot bin for C2/C6 * add C2/C6 safeboot to CI * Enable core3 env settings before Pio starts
This commit is contained in:
@@ -253,6 +253,34 @@ lib_ignore =
|
||||
Micro-RTSP
|
||||
epdiy
|
||||
|
||||
[env:tasmota32c2-safeboot]
|
||||
extends = env:tasmota32c2-arduino30
|
||||
build_unflags = ${env:tasmota32c2-arduino30.build_unflags}
|
||||
-DFIRMWARE_ARDUINO30
|
||||
build_flags = ${env:tasmota32c2-arduino30.build_flags}
|
||||
-DFIRMWARE_SAFEBOOT
|
||||
lib_extra_dirs = lib/lib_ssl, lib/libesp32
|
||||
lib_ignore = ${safeboot_flags.lib_ignore}
|
||||
|
||||
[env:tasmota32c6-safeboot]
|
||||
extends = env:tasmota32c6-arduino30
|
||||
build_unflags = ${env:tasmota32c6-arduino30.build_unflags}
|
||||
-DFIRMWARE_ARDUINO30
|
||||
build_flags = ${env:tasmota32c6-arduino30.build_flags}
|
||||
-DFIRMWARE_SAFEBOOT
|
||||
lib_extra_dirs = lib/lib_ssl, lib/libesp32
|
||||
lib_ignore = ${safeboot_flags.lib_ignore}
|
||||
|
||||
[env:tasmota32c6cdc-safeboot]
|
||||
extends = env:tasmota32c6-arduino30
|
||||
board = esp32c6cdc
|
||||
build_unflags = ${env:tasmota32c6-arduino30.build_unflags}
|
||||
-DFIRMWARE_ARDUINO30
|
||||
build_flags = ${env:tasmota32c6-arduino30.build_flags}
|
||||
-DFIRMWARE_SAFEBOOT
|
||||
lib_extra_dirs = lib/lib_ssl, lib/libesp32
|
||||
lib_ignore = ${safeboot_flags.lib_ignore}
|
||||
|
||||
[env:tasmota32s3cdc-safeboot]
|
||||
extends = env:tasmota32s3-safeboot
|
||||
board = esp32s3cdc-qio_qspi
|
||||
|
||||
Reference in New Issue
Block a user