2021-10-30 14:50:02 +01:00
|
|
|
; *** Tasmota32 development core version ESP32 IDF4.4
|
|
|
|
[env:tasmota32-dev]
|
2021-11-02 17:51:45 +00:00
|
|
|
extends = env:tasmota32idf4
|
2021-11-02 16:22:04 +00:00
|
|
|
platform_packages = framework-arduinoespressif32 @ https://github.com/Jason2866/esp32-arduino-lib-builder/releases/download/511/framework-arduinoespressif32-release_v4.4-432c3c78c.tar.gz
|
|
|
|
platformio/tool-esptoolpy @ https://github.com/tasmota/esptool/releases/download/v3.2/esptool-v3.2.zip
|
|
|
|
platformio/tool-mklittlefs @ ~1.203.200522
|
2021-10-24 13:07:57 +01:00
|
|
|
build_flags = ${env:tasmota32idf4.build_flags}
|
|
|
|
-D FIRMWARE_TASMOTA32
|
|
|
|
|
2021-10-19 14:43:21 +01:00
|
|
|
;*** Beta Tasmota version for ESP32-S2
|
2021-11-01 14:19:21 +00:00
|
|
|
;*** Example how to override the standard core with [tasmota32-dev] core
|
2021-04-24 18:59:44 +01:00
|
|
|
[env:tasmota32s2]
|
2021-11-01 14:19:21 +00:00
|
|
|
extends = env:tasmota32-dev
|
|
|
|
platform_packages = ${env:tasmota32-dev.platform_packages}
|
2021-04-24 18:59:44 +01:00
|
|
|
board = esp32s2
|
2021-11-01 15:47:23 +00:00
|
|
|
build_flags = ${env:tasmota32idf4.build_flags}
|
2021-04-24 18:59:44 +01:00
|
|
|
lib_extra_dirs = lib/libesp32
|
2021-08-22 14:52:00 +01:00
|
|
|
lib/libesp32_lvgl
|
2021-07-15 11:42:04 +01:00
|
|
|
lib/lib_basic
|
2021-08-22 14:52:00 +01:00
|
|
|
lib/lib_i2c
|
|
|
|
lib/lib_ssl
|
|
|
|
lib/lib_display
|
2021-04-24 18:59:44 +01:00
|
|
|
|
2021-11-02 16:22:04 +00:00
|
|
|
[env:tasmota-rangeextender]
|
|
|
|
build_flags = ${env.build_flags}
|
|
|
|
-D FIRMWARE_RANGE_EXTENDER
|
|
|
|
-D PIO_FRAMEWORK_ARDUINO_LWIP2_HIGHER_BANDWIDTH
|
|
|
|
-D USE_WIFI_RANGE_EXTENDER
|
|
|
|
-D USE_WIFI_RANGE_EXTENDER_NAPT
|
|
|
|
|
|
|
|
[env:tasmota32-rangeextender]
|
|
|
|
extends = env:tasmota32idf4
|
|
|
|
build_flags = ${env:tasmota32idf4.build_flags}
|
|
|
|
-D FIRMWARE_TASMOTA32
|
|
|
|
-D USE_WIFI_RANGE_EXTENDER
|
|
|
|
-D USE_WIFI_RANGE_EXTENDER_NAPT
|
|
|
|
|
2021-04-24 18:59:44 +01:00
|
|
|
; *** Debug version used for PlatformIO Home Project Inspection
|
|
|
|
[env:tasmota-debug]
|
|
|
|
build_type = debug
|
2021-08-03 21:42:26 +01:00
|
|
|
build_unflags = ${env.build_unflags}
|
|
|
|
build_flags = ${env.build_flags}
|
2021-04-24 18:59:44 +01:00
|
|
|
; -Wstack-usage=300
|
|
|
|
|
|
|
|
[env:tasmota32-debug]
|
|
|
|
extends = env:tasmota32_base
|
|
|
|
build_type = debug
|
2021-08-03 21:42:26 +01:00
|
|
|
build_unflags = ${env:tasmota32_base.build_unflags}
|
|
|
|
build_flags = ${env:tasmota32_base.build_flags}
|
2021-04-24 18:59:44 +01:00
|
|
|
; -Wstack-usage=300
|
2021-07-25 12:54:10 +01:00
|
|
|
|
|
|
|
; *** JTAG Debug version, needs esp-prog or FT2232H or FT232H
|
2021-09-17 10:04:03 +01:00
|
|
|
; *** Install howto for Windows https://community.platformio.org/t/esp32-pio-unified-debugger/4541/20
|
2021-07-25 12:54:10 +01:00
|
|
|
[env:tasmota32-ocd]
|
|
|
|
;build_type = debug
|
|
|
|
extends = env:tasmota32_base
|
|
|
|
debug_tool = esp-prog
|
|
|
|
upload_protocol = esp-prog
|
|
|
|
debug_init_break = tbreak setup
|
2021-08-03 21:42:26 +01:00
|
|
|
build_unflags = ${env:tasmota32_base.build_unflags}
|
2021-07-25 12:54:10 +01:00
|
|
|
build_flags = ${env:tasmota32_base.build_flags}
|
|
|
|
|
|
|
|
; *** JTAG Debug version, needs esp-prog or FT2232H or FT232H
|
|
|
|
[env:tasmota32solo1-ocd]
|
|
|
|
;build_type = debug
|
|
|
|
extends = env:tasmota32_base
|
2021-11-01 18:27:43 +00:00
|
|
|
platform_packages = ${core32solo1.platform_packages}
|
2021-07-25 12:54:10 +01:00
|
|
|
board = esp32_solo1_4M
|
|
|
|
debug_tool = esp-prog
|
|
|
|
upload_protocol = esp-prog
|
|
|
|
debug_init_break = tbreak setup
|
2021-08-03 21:42:26 +01:00
|
|
|
build_unflags = ${env:tasmota32_base.build_unflags}
|
2021-07-25 12:54:10 +01:00
|
|
|
build_flags = ${env:tasmota32_base.build_flags}
|