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]
|
2021-11-10 11:24:39 +00:00
|
|
|
extends = env:tasmota32_base
|
|
|
|
build_flags = ${env:tasmota32_base.build_flags}
|
2021-11-02 16:22:04 +00:00
|
|
|
-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-12-19 22:30:29 +00:00
|
|
|
monitor_filters = esp32_exception_decoder
|
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]
|
2021-12-19 22:30:29 +00:00
|
|
|
build_type = debug
|
2021-07-25 12:54:10 +01:00
|
|
|
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}
|
2021-12-19 22:30:29 +00:00
|
|
|
monitor_filters = esp32_exception_decoder
|
2021-07-25 12:54:10 +01:00
|
|
|
|
|
|
|
; *** JTAG Debug version, needs esp-prog or FT2232H or FT232H
|
|
|
|
[env:tasmota32solo1-ocd]
|
2021-12-19 22:30:29 +00:00
|
|
|
build_type = debug
|
2022-01-01 12:32:49 +00:00
|
|
|
extends = env:tasmota32solo1
|
2021-12-23 12:54:26 +00:00
|
|
|
platform = ${core32solo1.platform}
|
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
|
2022-01-01 12:32:49 +00:00
|
|
|
build_unflags = ${core32solo1.build_unflags}
|
|
|
|
build_flags = ${core32solo1.build_flags}
|
2021-12-19 22:30:29 +00:00
|
|
|
monitor_filters = esp32_exception_decoder
|
2022-01-30 11:55:03 +00:00
|
|
|
|
2022-02-26 16:01:02 +00:00
|
|
|
; *** alpha S3 Version
|
2022-01-30 11:55:03 +00:00
|
|
|
[env:tasmota32s3]
|
|
|
|
extends = env:tasmota32_base
|
|
|
|
board = esp32s3
|
2022-02-12 19:01:12 +00:00
|
|
|
build_flags = ${env:tasmota32_base.build_flags} -D FIRMWARE_BLUETOOTH
|
2022-01-30 11:55:03 +00:00
|
|
|
lib_extra_dirs =
|
|
|
|
lib/lib_basic
|
|
|
|
lib/lib_ssl
|
2022-02-01 13:38:55 +00:00
|
|
|
lib/lib_i2c
|
|
|
|
lib/lib_rf
|
|
|
|
lib/lib_div
|
|
|
|
lib/lib_display
|
|
|
|
lib/lib_audio
|
2022-01-30 11:55:03 +00:00
|
|
|
lib/libesp32
|
2022-02-01 13:38:55 +00:00
|
|
|
lib/libesp32_lvgl
|
|
|
|
lib/libesp32_div
|
|
|
|
lib/libesp32_eink
|
2022-01-30 11:55:03 +00:00
|
|
|
lib_ignore =
|
|
|
|
TTGO TWatch Library
|
|
|
|
Micro-RTSP
|
|
|
|
epdiy
|