mirror of https://github.com/arendst/Tasmota.git
178 lines
8.9 KiB
INI
178 lines
8.9 KiB
INI
[core]
|
|
; Activate (by removing the ";" in the next lines) if you want to override the standard core defined in platformio.ini !!!
|
|
;platform = ${core_dev.platform}
|
|
;platform_packages = ${core_dev.platform_packages}
|
|
;build_unflags = ${core_dev.build_unflags}
|
|
;build_flags = ${core_dev.build_flags}
|
|
|
|
[core_dev]
|
|
; *** Esp8266 core for Arduino 3.0.2
|
|
platform = https://github.com/platformio/platform-espressif8266.git
|
|
platform_packages =
|
|
build_unflags = ${env.build_unflags}
|
|
-Wswitch-unreachable
|
|
build_flags = ${env.build_flags}
|
|
; *** 16k extra heap https://github.com/esp8266/Arduino/pull/7060
|
|
-D PIO_FRAMEWORK_ARDUINO_MMU_CACHE16_IRAM48_SECHEAP_SHARED
|
|
-Wno-switch-unreachable
|
|
|
|
; Settings in [tasmota] do NOT affect firmware building
|
|
[tasmota]
|
|
; Uncomment next line if you do NOT want gzipped map file(s)
|
|
;disable_map_gz = 1
|
|
; Uncomment and specify a folder where to place the map file(s) (default set to folder build_output)
|
|
;map_dir = /tmp/map_files/
|
|
; Uncomment next line if you do NOT want additionally gzipped firmware file(s)
|
|
;disable_bin_gz = 1
|
|
; Uncomment and specify a folder where to place the firmware file(s) (default set to folder build_output)
|
|
;bin_dir = /tmp/bin_files/
|
|
|
|
[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
|
|
|
|
; *** Tasmota development core version ESP32 IDF3.3.5 / Currently none, same as default
|
|
[env:tasmota32idf3]
|
|
extends = env:tasmota32_base
|
|
platform = espressif32 @ 3.3.0
|
|
platform_packages = framework-arduinoespressif32 @ https://github.com/tasmota/arduino-esp32/releases/download/1.0.7.3/tasmota-arduinoespressif32-release_v3.3.5.tar.gz
|
|
platformio/tool-mklittlefs @ ~1.203.200522
|
|
build_unflags = ${env:tasmota32_base.build_unflags}
|
|
build_flags = ${env:tasmota32_base.build_flags}
|
|
;-DESP32_STAGE=true
|
|
|
|
;*** EXPERIMENTAL Tasmota version for ESP32-S2
|
|
[env:tasmota32s2]
|
|
extends = env:tasmota32_base
|
|
board = esp32s2
|
|
platform = https://github.com/platformio/platform-espressif32.git#feature/arduino-idf-master
|
|
platform_packages = framework-arduinoespressif32 @ https://github.com/Jason2866/esp32-arduino-lib-builder/releases/download/408/framework-arduinoespressif32-master-54caa4c74.tar.gz
|
|
platformio/tool-mklittlefs @ ~1.203.200522
|
|
build_unflags = ${env:tasmota32_base.build_unflags}
|
|
-Wswitch-unreachable
|
|
-Wstringop-overflow
|
|
-Wincompatible-pointer-types
|
|
build_flags = ${env:tasmota32_base.build_flags}
|
|
-Wno-switch-unreachable
|
|
-Wno-stringop-overflow
|
|
lib_extra_dirs = lib/libesp32
|
|
lib/libesp32_lvgl
|
|
lib/lib_basic
|
|
lib/lib_i2c
|
|
lib/lib_ssl
|
|
lib/lib_display
|
|
lib_ignore =
|
|
NimBLE-Arduino
|
|
TTGO TWatch Library
|
|
ESP32-HomeKit
|
|
Micro-RTSP
|
|
|
|
; *** EXPERIMENTAL Tasmota version for ESP32-C3
|
|
[env:tasmota32c3]
|
|
extends = env:tasmota32_base
|
|
board = esp32c3
|
|
platform = https://github.com/platformio/platform-espressif32.git#feature/arduino-idf-master
|
|
platform_packages = framework-arduinoespressif32 @ https://github.com/Jason2866/esp32-arduino-lib-builder/releases/download/408/framework-arduinoespressif32-master-54caa4c74.tar.gz
|
|
platformio/tool-mklittlefs @ ~1.203.200522
|
|
build_unflags = ${env:tasmota32_base.build_unflags}
|
|
-Wswitch-unreachable
|
|
-Wstringop-overflow
|
|
-Wincompatible-pointer-types
|
|
-mtarget-align
|
|
-DNDEBUG
|
|
build_flags = ${env:tasmota32_base.build_flags}
|
|
-Wno-switch-unreachable
|
|
-Wno-stringop-overflow
|
|
; *** Comment next two lines to disable BLE
|
|
-DUSE_BLE_ESP32
|
|
-DUSE_MI_ESP32
|
|
;-DESP32_STAGE=true
|
|
extra_scripts = ${env:tasmota32_base.extra_scripts}
|
|
pre:pio-tools/cxx_flags.py
|
|
lib_extra_dirs = lib/libesp32
|
|
lib/libesp32_div
|
|
lib/libesp32_lvgl
|
|
lib/lib_basic
|
|
lib/lib_i2c
|
|
lib/lib_ssl
|
|
lib/lib_display
|
|
lib_ignore =
|
|
TTGO TWatch Library
|
|
ESP32-HomeKit
|
|
Micro-RTSP
|
|
|
|
; *** EXPERIMENTAL Tasmota version for ESP32 IDF4.4.
|
|
[env:tasmota32idf4]
|
|
extends = env:tasmota32_base
|
|
platform = https://github.com/platformio/platform-espressif32.git#feature/arduino-idf-master
|
|
platform_packages = framework-arduinoespressif32 @ https://github.com/Jason2866/esp32-arduino-lib-builder/releases/download/408/framework-arduinoespressif32-master-54caa4c74.tar.gz
|
|
platformio/tool-mklittlefs @ ~1.203.200522
|
|
build_unflags = ${env:tasmota32_base.build_unflags}
|
|
-Wswitch-unreachable
|
|
-Wstringop-overflow
|
|
-Wincompatible-pointer-types
|
|
build_flags = ${env:tasmota32_base.build_flags}
|
|
-Wno-switch-unreachable
|
|
-Wno-stringop-overflow
|
|
; ***Uncomment next two lines to enable BLE
|
|
;-DUSE_BLE_ESP32
|
|
;-DUSE_MI_ESP32
|
|
;-DESP32_STAGE=true
|
|
extra_scripts = ${common.extra_scripts}
|
|
pre:pio-tools/cxx_flags.py
|
|
lib_extra_dirs = lib/libesp32
|
|
lib/libesp32_div
|
|
lib/libesp32_lvgl
|
|
lib/lib_basic
|
|
lib/lib_i2c
|
|
lib/lib_ssl
|
|
lib/lib_display
|
|
|
|
[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
|
|
|
|
; *** Debug version used for PlatformIO Home Project Inspection
|
|
[env:tasmota-debug]
|
|
build_type = debug
|
|
build_unflags = ${env.build_unflags}
|
|
build_flags = ${env.build_flags}
|
|
; -Wstack-usage=300
|
|
|
|
[env:tasmota32-debug]
|
|
extends = env:tasmota32_base
|
|
build_type = debug
|
|
build_unflags = ${env:tasmota32_base.build_unflags}
|
|
build_flags = ${env:tasmota32_base.build_flags}
|
|
; -Wstack-usage=300
|
|
|
|
; *** JTAG Debug version, needs esp-prog or FT2232H or FT232H
|
|
[env:tasmota32-ocd]
|
|
;build_type = debug
|
|
extends = env:tasmota32_base
|
|
debug_tool = esp-prog
|
|
upload_protocol = esp-prog
|
|
debug_init_break = tbreak setup
|
|
build_unflags = ${env:tasmota32_base.build_unflags}
|
|
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
|
|
platform_packages = framework-arduinoespressif32 @ https://github.com/tasmota/arduino-esp32/releases/download/1.0.7.3/tasmota-arduinoespressif32-solo1-release_v3.3.5.tar.gz
|
|
platformio/tool-esptoolpy @ ~1.30100
|
|
platformio/tool-mklittlefs @ ~1.203.200522
|
|
board = esp32_solo1_4M
|
|
debug_tool = esp-prog
|
|
upload_protocol = esp-prog
|
|
debug_init_break = tbreak setup
|
|
build_unflags = ${env:tasmota32_base.build_unflags}
|
|
build_flags = ${env:tasmota32_base.build_flags}
|