2019-11-29 14:22:28 +00:00
|
|
|
; *** Example PlatformIO Project Configuration Override File ***
|
|
|
|
; *** Changes done here override settings in platformio.ini ***
|
|
|
|
;
|
|
|
|
; *****************************************************************
|
|
|
|
; *** to activate rename this file to platformio_override.ini ***
|
|
|
|
; *****************************************************************
|
2019-11-29 13:59:03 +00:00
|
|
|
;
|
|
|
|
; Please visit documentation for the options and examples
|
|
|
|
; http://docs.platformio.org/en/stable/projectconf.html
|
|
|
|
;
|
|
|
|
|
|
|
|
|
|
|
|
[platformio]
|
2020-04-14 09:55:00 +01:00
|
|
|
extra_configs = platformio_tasmota_env32.ini
|
2020-04-17 16:20:46 +01:00
|
|
|
platformio_tasmota_cenv.ini
|
2019-11-29 13:59:03 +00:00
|
|
|
|
|
|
|
; *** Build/upload environment
|
2019-11-29 14:22:28 +00:00
|
|
|
default_envs =
|
2019-11-29 13:59:03 +00:00
|
|
|
; *** Uncomment the line(s) below to select version(s)
|
|
|
|
tasmota
|
|
|
|
; tasmota-debug
|
2020-02-07 22:15:34 +00:00
|
|
|
; tasmota-ircustom
|
2019-11-29 13:59:03 +00:00
|
|
|
; tasmota-minimal
|
2019-12-17 14:13:47 +00:00
|
|
|
; tasmota-lite
|
2019-11-29 13:59:03 +00:00
|
|
|
; tasmota-knx
|
|
|
|
; tasmota-sensors
|
|
|
|
; tasmota-display
|
|
|
|
; tasmota-ir
|
2020-04-13 18:53:33 +01:00
|
|
|
; tasmota32
|
2020-05-12 13:54:18 +01:00
|
|
|
; tasmota32-webcam
|
2020-04-13 18:53:33 +01:00
|
|
|
; tasmota32-minimal
|
|
|
|
; tasmota32-lite
|
|
|
|
; tasmota32-knx
|
|
|
|
; tasmota32-sensors
|
|
|
|
; tasmota32-display
|
|
|
|
; tasmota32-ir
|
|
|
|
; tasmota32-ircustom
|
2019-11-29 13:59:03 +00:00
|
|
|
|
|
|
|
|
|
|
|
[common]
|
|
|
|
platform = ${core_active.platform}
|
2019-12-05 14:16:57 +00:00
|
|
|
platform_packages = ${core_active.platform_packages}
|
2019-11-29 13:59:03 +00:00
|
|
|
build_flags = ${core_active.build_flags}
|
2019-11-29 14:22:28 +00:00
|
|
|
; *** Use settings from file user_config_override.h
|
2019-11-29 13:59:03 +00:00
|
|
|
-DUSE_CONFIG_OVERRIDE
|
|
|
|
|
|
|
|
; *** Optional Debug messages
|
|
|
|
; -DDEBUG_TASMOTA_CORE
|
|
|
|
; -DDEBUG_TASMOTA_DRIVER
|
|
|
|
; -DDEBUG_TASMOTA_SENSOR
|
|
|
|
|
|
|
|
; set CPU frequency to 80MHz (default) or 160MHz
|
|
|
|
;board_build.f_cpu = 160000000L
|
|
|
|
|
2020-06-02 17:02:36 +01:00
|
|
|
; set Flash chip frequency to 40MHz (default), 20MHz, 26Mhz, 80Mhz
|
|
|
|
;board_build.f_flash = 20000000L
|
|
|
|
;board_build.f_flash = 26000000L
|
|
|
|
;board_build.f_flash = 80000000L
|
|
|
|
|
2019-11-29 13:59:03 +00:00
|
|
|
; *** Upload Serial reset method for Wemos and NodeMCU
|
|
|
|
upload_port = COM5
|
|
|
|
|
|
|
|
extra_scripts = ${scripts_defaults.extra_scripts}
|
2020-04-16 18:44:13 +01:00
|
|
|
; pio/obj-dump.py
|
2019-11-29 13:59:03 +00:00
|
|
|
|
|
|
|
; *** Upload file to OTA server using SCP
|
|
|
|
;upload_port = user@host:/path
|
2019-11-29 14:22:28 +00:00
|
|
|
;extra_scripts = ${scripts_defaults.extra_scripts}
|
2020-01-03 00:49:11 +00:00
|
|
|
; pio/strip-floats.py
|
|
|
|
; pio/sftp-uploader.py
|
2019-11-29 13:59:03 +00:00
|
|
|
|
|
|
|
; *** Upload file to OTA server in folder api/arduino using HTTP
|
|
|
|
;upload_port = domus1:80/api/upload-arduino.php
|
|
|
|
;extra_scripts = ${scripts_defaults.extra_scripts}
|
2020-01-03 00:49:11 +00:00
|
|
|
; pio/strip-floats.py
|
|
|
|
; pio/http-uploader.py
|
2019-11-29 13:59:03 +00:00
|
|
|
|
|
|
|
[core_active]
|
2020-05-01 13:29:52 +01:00
|
|
|
; Activate only (one set) if you want to override the standard core defined in platformio.ini !!!
|
2020-02-04 15:50:02 +00:00
|
|
|
|
2020-05-01 13:29:52 +01:00
|
|
|
;platform = ${tasmota_stage.platform}
|
|
|
|
;platform_packages = ${tasmota_stage.platform_packages}
|
|
|
|
;build_flags = ${tasmota_stage.build_flags}
|
2020-02-04 15:50:02 +00:00
|
|
|
|
2019-11-29 13:59:03 +00:00
|
|
|
;platform = ${core_stage.platform}
|
2019-12-05 14:16:57 +00:00
|
|
|
;platform_packages = ${core_stage.platform_packages}
|
2019-11-29 13:59:03 +00:00
|
|
|
;build_flags = ${core_stage.build_flags}
|
|
|
|
|
|
|
|
|
2020-05-01 13:29:52 +01:00
|
|
|
[tasmota_stage]
|
|
|
|
; *** Esp8266 core for Arduino version Tasmota stage
|
2020-05-08 07:49:18 +01:00
|
|
|
extends = tasmota_core
|
2020-05-23 14:52:59 +01:00
|
|
|
platform_packages = framework-arduinoespressif8266 @ https://github.com/esp8266/Arduino.git#52b3e5b7b3ccedcede665682f7896b637b64dbf5
|
2020-05-08 07:49:18 +01:00
|
|
|
; *********** Alternative Options, enable only if you know exactly what you do ********
|
2020-02-04 15:50:02 +00:00
|
|
|
; NONOSDK221
|
|
|
|
; -DPIO_FRAMEWORK_ARDUINO_ESPRESSIF_SDK221
|
|
|
|
; NONOSDK22x_190313
|
|
|
|
; -DPIO_FRAMEWORK_ARDUINO_ESPRESSIF_SDK22x_190313
|
|
|
|
; NONOSDK22x_191024 = 2.2.1+111-dev(5ab15d1)
|
|
|
|
; -DPIO_FRAMEWORK_ARDUINO_ESPRESSIF_SDK22x_191024
|
|
|
|
; NONOSDK22x_191105 = 2.2.1+113-dev(bb83b9b)
|
|
|
|
; -DPIO_FRAMEWORK_ARDUINO_ESPRESSIF_SDK22x_191105
|
|
|
|
; NONOSDK22x_191122 = 2.2.1+119-dev(a58da79)
|
|
|
|
; -DPIO_FRAMEWORK_ARDUINO_ESPRESSIF_SDK22x_191122
|
|
|
|
; NONOSDK3V0 (known issues)
|
|
|
|
; -DPIO_FRAMEWORK_ARDUINO_ESPRESSIF_SDK3
|
|
|
|
; lwIP 1.4
|
|
|
|
; -DPIO_FRAMEWORK_ARDUINO_LWIP_HIGHER_BANDWIDTH
|
|
|
|
; lwIP 2 - Low Memory
|
|
|
|
; -DPIO_FRAMEWORK_ARDUINO_LWIP2_LOW_MEMORY
|
|
|
|
; lwIP 2 - Higher Bandwidth
|
|
|
|
; -DPIO_FRAMEWORK_ARDUINO_LWIP2_HIGHER_BANDWIDTH
|
|
|
|
; lwIP 2 - Higher Bandwidth Low Memory no Features
|
|
|
|
; -DPIO_FRAMEWORK_ARDUINO_LWIP2_LOW_MEMORY_LOW_FLASH
|
|
|
|
; VTABLES in Heap
|
|
|
|
; -DVTABLES_IN_DRAM
|
|
|
|
; VTABLES in IRAM
|
|
|
|
; -DVTABLES_IN_IRAM
|
2020-05-08 07:49:18 +01:00
|
|
|
; Exception code in firmware /needs much space!
|
2020-02-04 15:50:02 +00:00
|
|
|
; -fexceptions
|
|
|
|
; -lstdc++-exc
|
|
|
|
|
2019-11-29 13:59:03 +00:00
|
|
|
[core_stage]
|
2020-05-01 13:29:52 +01:00
|
|
|
; *** Esp8266 core for Arduino version latest development version
|
2020-05-08 07:49:18 +01:00
|
|
|
extends = tasmota_core
|
2019-12-05 14:16:57 +00:00
|
|
|
platform_packages = framework-arduinoespressif8266 @ https://github.com/esp8266/Arduino.git
|
2020-05-08 07:49:18 +01:00
|
|
|
;
|
|
|
|
; *********** Alternative Options, enable only if you know exactly what you do ********
|
2019-11-29 13:59:03 +00:00
|
|
|
; NONOSDK221
|
|
|
|
; -DPIO_FRAMEWORK_ARDUINO_ESPRESSIF_SDK221
|
|
|
|
; NONOSDK22x_190313
|
|
|
|
; -DPIO_FRAMEWORK_ARDUINO_ESPRESSIF_SDK22x_190313
|
2019-12-04 01:25:03 +00:00
|
|
|
; NONOSDK22x_191024 = 2.2.1+111-dev(5ab15d1)
|
2019-11-29 13:59:03 +00:00
|
|
|
; -DPIO_FRAMEWORK_ARDUINO_ESPRESSIF_SDK22x_191024
|
2019-12-04 01:25:03 +00:00
|
|
|
; NONOSDK22x_191105 = 2.2.1+113-dev(bb83b9b)
|
2019-11-29 14:22:28 +00:00
|
|
|
; -DPIO_FRAMEWORK_ARDUINO_ESPRESSIF_SDK22x_191105
|
2019-12-04 01:25:03 +00:00
|
|
|
; NONOSDK22x_191122 = 2.2.1+119-dev(a58da79)
|
|
|
|
; -DPIO_FRAMEWORK_ARDUINO_ESPRESSIF_SDK22x_191122
|
2019-11-29 13:59:03 +00:00
|
|
|
; NONOSDK3V0 (known issues)
|
|
|
|
; -DPIO_FRAMEWORK_ARDUINO_ESPRESSIF_SDK3
|
|
|
|
; lwIP 1.4
|
|
|
|
; -DPIO_FRAMEWORK_ARDUINO_LWIP_HIGHER_BANDWIDTH
|
|
|
|
; lwIP 2 - Low Memory
|
|
|
|
; -DPIO_FRAMEWORK_ARDUINO_LWIP2_LOW_MEMORY
|
|
|
|
; lwIP 2 - Higher Bandwidth
|
|
|
|
; -DPIO_FRAMEWORK_ARDUINO_LWIP2_HIGHER_BANDWIDTH
|
|
|
|
; lwIP 2 - Higher Bandwidth Low Memory no Features
|
|
|
|
; -DPIO_FRAMEWORK_ARDUINO_LWIP2_LOW_MEMORY_LOW_FLASH
|
|
|
|
; VTABLES in Heap
|
|
|
|
; -DVTABLES_IN_DRAM
|
|
|
|
; VTABLES in IRAM
|
|
|
|
; -DVTABLES_IN_IRAM
|
2020-05-08 07:49:18 +01:00
|
|
|
; Exception code in firmware /needs much space!
|
2019-11-29 13:59:03 +00:00
|
|
|
; -fexceptions
|
|
|
|
; -lstdc++-exc
|
|
|
|
|
|
|
|
|
|
|
|
; *** Debug version used for PlatformIO Home Project Inspection
|
|
|
|
[env:tasmota-debug]
|
|
|
|
build_type = debug
|
2020-04-13 18:53:33 +01:00
|
|
|
|
|
|
|
|
|
|
|
; *** Experimental ESP32 Tasmota version ***
|
|
|
|
; *** expect the unexpected. Many features not working!!! ***
|
|
|
|
|
|
|
|
[common32]
|
2020-05-26 20:46:34 +01:00
|
|
|
platform = espressif32@1.12.2
|
2020-04-16 19:54:35 +01:00
|
|
|
platform_packages = tool-esptoolpy@1.20800.0
|
2020-05-12 13:54:18 +01:00
|
|
|
board = esp32dev
|
2020-04-13 18:53:33 +01:00
|
|
|
board_build.ldscript = esp32_out.ld
|
2020-04-14 19:18:00 +01:00
|
|
|
board_build.partitions = esp32_partition_app1984k_spiffs64k.csv
|
2020-04-13 18:53:33 +01:00
|
|
|
board_build.flash_mode = ${common.board_build.flash_mode}
|
2020-06-02 17:06:04 +01:00
|
|
|
board_build.f_flash = ${common.board_build.f_flash}
|
2020-04-13 18:53:33 +01:00
|
|
|
board_build.f_cpu = ${common.board_build.f_cpu}
|
|
|
|
build_unflags = ${common.build_unflags}
|
2020-05-27 10:14:17 +01:00
|
|
|
-Wpointer-arith
|
2020-04-13 18:53:33 +01:00
|
|
|
monitor_speed = ${common.monitor_speed}
|
|
|
|
upload_port = ${common.upload_port}
|
|
|
|
upload_resetmethod = ${common.upload_resetmethod}
|
|
|
|
upload_speed = 921600
|
|
|
|
extra_scripts = ${common.extra_scripts}
|
|
|
|
|
2020-04-16 18:44:13 +01:00
|
|
|
build_flags = ${esp_defaults.build_flags}
|
2020-05-26 19:45:55 +01:00
|
|
|
|
2020-04-13 18:53:33 +01:00
|
|
|
-D BUFFER_LENGTH=128
|
|
|
|
-D MQTT_MAX_PACKET_SIZE=1200
|
|
|
|
-D uint32=uint32_t
|
|
|
|
-D uint16=uint16_t
|
|
|
|
-D uint8=uint8_t
|
|
|
|
-D sint8_t=int8_t
|
|
|
|
-D sint32_t=int32_t
|
|
|
|
-D sint16_t=int16_t
|
|
|
|
-D memcpy_P=memcpy
|
2020-04-21 08:58:33 +01:00
|
|
|
-D memcmp_P=memcmp
|
2020-05-17 13:55:00 +01:00
|
|
|
-D USE_CONFIG_OVERRIDE
|
2020-04-13 18:53:33 +01:00
|
|
|
|
|
|
|
lib_extra_dirs =
|
|
|
|
libesp32
|
|
|
|
|
|
|
|
lib_ignore =
|
2020-05-29 18:29:03 +01:00
|
|
|
; ILI9488
|
2020-05-27 10:14:17 +01:00
|
|
|
; SSD3115
|
2020-04-13 18:53:33 +01:00
|
|
|
cc1101
|