mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-07-28 04:07:47 +00:00
[Build] Add LittleFS to lib_ignore
This commit is contained in:
@@ -12,6 +12,7 @@ platform_packages = ${core_2_7_1.platform_packages}
|
||||
lib_ignore = ${core_2_7_1.lib_ignore}
|
||||
|
||||
|
||||
|
||||
[core262_sdk3_platform]
|
||||
build_unflags =
|
||||
build_flags = ${core_2_7_1_sdk3.build_flags}
|
||||
@@ -28,13 +29,25 @@ platform_packages = ${core_stage.platform_packages}
|
||||
lib_ignore = ${core_stage.lib_ignore}
|
||||
|
||||
|
||||
[no_ir]
|
||||
lib_ignore = IRremoteESP8266, HeatpumpIR
|
||||
|
||||
[no_sd]
|
||||
lib_ignore = SD(esp8266), SDFS
|
||||
|
||||
[no_littlefs]
|
||||
lib_ignore = LittleFS(esp8266)
|
||||
|
||||
[generic_build]
|
||||
lib_ignore = ${no_ir.lib_ignore}, ${no_sd.lib_ignore}, ${no_littlefs.lib_ignore}
|
||||
|
||||
[esp82xx_common]
|
||||
extends = common
|
||||
board_build.f_cpu = 80000000L
|
||||
build_flags = ${debug_flags.build_flags} ${mqtt_flags.build_flags} -DHTTPCLIENT_1_1_COMPATIBLE=0
|
||||
build_unflags = -DDEBUG_ESP_PORT
|
||||
lib_deps = https://github.com/TD-er/ESPEasySerial.git#v2.0.3, Adafruit ILI9341, Adafruit GFX Library
|
||||
lib_ignore = ${esp82xx_defaults.lib_ignore}, IRremoteESP8266, HeatpumpIR, SD(esp8266), SDFS
|
||||
lib_ignore = ${esp82xx_defaults.lib_ignore}, IRremoteESP8266, HeatpumpIR, SD(esp8266), SDFS, LittleFS(esp8266)
|
||||
board = esp12e
|
||||
monitor_filters = esp8266_exception_decoder
|
||||
|
||||
@@ -99,7 +112,7 @@ lib_ignore = ${regular_platform.lib_ignore}
|
||||
platform = ${regular_platform.platform}
|
||||
platform_packages = ${regular_platform.platform_packages}
|
||||
build_flags = ${regular_platform.build_flags}
|
||||
lib_ignore = ${esp82xx_defaults.lib_ignore}, SD(esp8266), SDFS
|
||||
lib_ignore = ${esp82xx_defaults.lib_ignore}, SD(esp8266), SDFS, LittleFS(esp8266)
|
||||
|
||||
[minimal_ir]
|
||||
extends = ir
|
||||
@@ -155,6 +168,7 @@ extends = esp82xx_1M
|
||||
board_build.flash_mode = dout
|
||||
board_upload.maximum_size = 616448
|
||||
build_flags = ${esp82xx_1M.build_flags} -DPLUGIN_BUILD_MINIMAL_OTA
|
||||
lib_deps =
|
||||
|
||||
|
||||
[esp8266_1M_OTA]
|
||||
|
||||
@@ -343,7 +343,7 @@ build_flags = ${testing.build_flags}
|
||||
-DFEATURE_MDNS
|
||||
-DFEATURE_SD
|
||||
-DLIMIT_BUILD_SIZE
|
||||
lib_ignore = ESP32_ping, ESP32WebServer, ESP32HTTPUpdateServer, , IRremoteESP8266, HeatpumpIR
|
||||
lib_ignore = ESP32_ping, ESP32WebServer, ESP32HTTPUpdateServer, IRremoteESP8266, HeatpumpIR, LittleFS(esp8266)
|
||||
|
||||
|
||||
[env:test_beta_ESP8266_4M1M]
|
||||
@@ -363,6 +363,7 @@ platform_packages = ${testing_beta.platform_packages}
|
||||
build_flags = ${testing_beta.build_flags}
|
||||
${esp8266_16M.build_flags}
|
||||
-DPIO_FRAMEWORK_ARDUINO_ESPRESSIF_SDK22y
|
||||
lib_ignore = ESP32_ping, ESP32WebServer, ESP32HTTPUpdateServer, IRremoteESP8266, HeatpumpIR
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ build_flags = ${regular_platform.build_flags}
|
||||
${debug_pio.build_flags}
|
||||
${esp8266_4M1M.build_flags}
|
||||
-DPLUGIN_BUILD_CUSTOM
|
||||
lib_ignore = ${regular_platform.lib_ignore}
|
||||
lib_ignore = ${regular_platform.lib_ignore}, IRremoteESP8266, HeatpumpIR, SD(esp8266), SDFS, LittleFS(esp8266)
|
||||
extra_scripts = ${esp8266_scripts_custom.extra_scripts}
|
||||
|
||||
|
||||
@@ -32,7 +32,7 @@ build_flags = ${beta_platform.build_flags}
|
||||
${debug_pio.build_flags}
|
||||
${esp8266_4M1M.build_flags}
|
||||
-DPLUGIN_BUILD_CUSTOM
|
||||
lib_ignore = ${beta_platform.lib_ignore}
|
||||
lib_ignore = ${regular_platform.lib_ignore}, IRremoteESP8266, HeatpumpIR, SD(esp8266), SDFS, LittleFS(esp8266)
|
||||
extra_scripts = ${esp8266_scripts_custom.extra_scripts}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user