mirror of https://github.com/arendst/Tasmota.git
added incompatible libs
This commit is contained in:
parent
e98deea633
commit
39a852e4a8
|
@ -53,32 +53,36 @@ lib_ignore =
|
||||||
|
|
||||||
; *** EXPERIMENTAL Tasmota version for ESP32-C3
|
; *** EXPERIMENTAL Tasmota version for ESP32-C3
|
||||||
[env:tasmota32c3]
|
[env:tasmota32c3]
|
||||||
extends = env:tasmota32_base
|
extends = env:tasmota32_base
|
||||||
board = esp32c3
|
board = esp32c3
|
||||||
platform = https://github.com/Jason2866/platform-espressif32.git#feature/arduino-c3
|
platform = https://github.com/Jason2866/platform-espressif32.git#feature/arduino-c3
|
||||||
platform_packages = framework-arduinoespressif32 @ https://github.com/Jason2866/esp32-arduino-lib-builder/releases/download/277/framework-arduinoespressif32-master-1d7068e4b.tar.gz
|
platform_packages = framework-arduinoespressif32 @ https://github.com/Jason2866/esp32-arduino-lib-builder/releases/download/277/framework-arduinoespressif32-master-1d7068e4b.tar.gz
|
||||||
tasmota/toolchain-riscv32
|
tasmota/toolchain-riscv32
|
||||||
platformio/tool-mklittlefs @ ~1.203.200522
|
platformio/tool-mklittlefs @ ~1.203.200522
|
||||||
build_unflags = ${esp32_defaults.build_unflags}
|
build_unflags = ${esp32_defaults.build_unflags}
|
||||||
-Wswitch-unreachable
|
-Wswitch-unreachable
|
||||||
-mtarget-align
|
-mtarget-align
|
||||||
build_flags = ${esp32_defaults.build_flags}
|
build_flags = ${esp32_defaults.build_flags}
|
||||||
-Wno-switch-unreachable
|
-Wno-switch-unreachable
|
||||||
-I$PROJECT_DIR/include
|
-I$PROJECT_DIR/include
|
||||||
-include "fix_esp32c3.h"
|
-include "fix_esp32c3.h"
|
||||||
-include "sdkconfig.h"
|
-include "sdkconfig.h"
|
||||||
;-DESP32_STAGE=true
|
;-DESP32_STAGE=true
|
||||||
lib_extra_dirs = lib/libesp32
|
lib_extra_dirs = lib/libesp32
|
||||||
lib/libesp32_lvgl
|
lib/libesp32_lvgl
|
||||||
lib/lib_basic
|
lib/lib_basic
|
||||||
lib/lib_i2c
|
lib/lib_i2c
|
||||||
lib/lib_ssl
|
lib/lib_ssl
|
||||||
lib/lib_display
|
lib/lib_display
|
||||||
lib_ignore =
|
lib_ignore =
|
||||||
rc-switch
|
rc-switch
|
||||||
OneWire
|
OneWire
|
||||||
NimBLE-Arduino
|
NimBLE-Arduino
|
||||||
Micro-RTSP
|
Micro-RTSP
|
||||||
|
ILI9488
|
||||||
|
SSD3115
|
||||||
|
RA8876
|
||||||
|
universal display Library
|
||||||
|
|
||||||
; *** EXPERIMENTAL Tasmota version for ESP32 IDF4.4.
|
; *** EXPERIMENTAL Tasmota version for ESP32 IDF4.4.
|
||||||
[env:tasmota32idf4]
|
[env:tasmota32idf4]
|
||||||
|
|
Loading…
Reference in New Issue