mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 14:12:16 +03:00
Update platformio.ini
Add build_flag all project
This commit is contained in:
@@ -18,6 +18,7 @@ lib_deps =
|
||||
lib_ignore = LT_WebSockets
|
||||
build_flags =
|
||||
-Desp8266_1mb_ota="esp8266_1mb_ota"
|
||||
${env:esp8266_1mb_ota_fromitems.build_flags}
|
||||
framework = arduino
|
||||
board = nodemcuv2
|
||||
board_build.ldscript = eagle.flash.1m64.ld
|
||||
@@ -41,6 +42,7 @@ lib_deps =
|
||||
lib_ignore = LT_WebSockets
|
||||
build_flags =
|
||||
-Desp8266_1mb="esp8266_1mb"
|
||||
${env:esp8266_1mb_fromitems.build_flags}
|
||||
framework = arduino
|
||||
board = nodemcuv2
|
||||
board_build.ldscript = eagle.flash.1m256.ld
|
||||
@@ -64,6 +66,7 @@ lib_deps =
|
||||
lib_ignore = LT_WebSockets
|
||||
build_flags =
|
||||
-Desp8266_1mb_ota="esp8266_1mb_ota"
|
||||
${env:esp8285_1mb_ota_fromitems.build_flags}
|
||||
framework = arduino
|
||||
board = esp8285
|
||||
board_build.ldscript = eagle.flash.1m64.ld
|
||||
@@ -87,6 +90,7 @@ lib_deps =
|
||||
lib_ignore = LT_WebSockets
|
||||
build_flags =
|
||||
-Desp8266_2mb="esp8266_2mb"
|
||||
${env:esp8266_2mb_fromitems.build_flags}
|
||||
framework = arduino
|
||||
board = d1_wroom_02
|
||||
board_build.ldscript = eagle.flash.2m1m.ld
|
||||
@@ -110,6 +114,7 @@ lib_deps =
|
||||
lib_ignore = LT_WebSockets
|
||||
build_flags =
|
||||
-Desp8266_2mb_ota="esp8266_2mb_ota"
|
||||
${env:esp8266_2mb_ota_fromitems.build_flags}
|
||||
framework = arduino
|
||||
board = d1_wroom_02
|
||||
board_build.ldscript = eagle.flash.2m256.ld
|
||||
@@ -133,6 +138,7 @@ lib_deps =
|
||||
lib_ignore = LT_WebSockets
|
||||
build_flags =
|
||||
-Desp8266_1mb="esp8266_1mb"
|
||||
${env:esp8285_1mb_fromitems.build_flags}
|
||||
framework = arduino
|
||||
board = esp8285
|
||||
board_build.ldscript = eagle.flash.1m256.ld
|
||||
@@ -156,6 +162,7 @@ lib_deps =
|
||||
lib_ignore = LT_WebSockets
|
||||
build_flags =
|
||||
-Desp8266_4mb="esp8266_4mb"
|
||||
${env:esp8266_4mb_fromitems.build_flags}
|
||||
framework = arduino
|
||||
board = nodemcuv2
|
||||
board_build.ldscript = eagle.flash.4m1m.ld
|
||||
@@ -180,6 +187,7 @@ lib_deps =
|
||||
lib_ignore = LT_WebSockets
|
||||
build_flags =
|
||||
-Desp8266_16mb="esp8266_16mb"
|
||||
${env:esp8266_16mb_fromitems.build_flags}
|
||||
framework = arduino
|
||||
board = nodemcuv2
|
||||
platform = espressif8266 @4.0.1
|
||||
@@ -204,6 +212,7 @@ lib_ignore = LT_WebSockets
|
||||
build_flags =
|
||||
-Desp32_4mb="esp32_4mb"
|
||||
-Wl,--wrap=esp_panic_handler
|
||||
${env:esp32_4mb_fromitems.build_flags}
|
||||
framework = arduino
|
||||
board = esp32dev
|
||||
platform = espressif32 @6.6.0
|
||||
@@ -256,6 +265,7 @@ build_flags =
|
||||
-DBOARD_HAS_PSRAM
|
||||
-mfix-esp32-psram-cache-issue
|
||||
-Wl,--wrap=esp_panic_handler
|
||||
${env:esp32cam_4mb_fromitems.build_flags}
|
||||
framework = arduino
|
||||
board = esp32cam
|
||||
platform = espressif32 @6.6.0
|
||||
@@ -282,6 +292,7 @@ build_flags =
|
||||
-DARDUINO_USB_CDC_ON_BOOT=1
|
||||
-DARDUINO_USB_MODE=0
|
||||
-Wl,--wrap=esp_panic_handler
|
||||
${env:esp32s2_4mb_fromitems.build_flags}
|
||||
framework = arduino
|
||||
board = lolin_s2_mini
|
||||
platform = espressif32 @6.6.0
|
||||
@@ -306,6 +317,7 @@ lib_ignore = LT_WebSockets
|
||||
build_flags =
|
||||
-Desp32c3m_4mb="esp32c3m_4mb"
|
||||
-Wl,--wrap=esp_panic_handler
|
||||
${env:esp32c3m_4mb_fromitems.build_flags}
|
||||
framework = arduino
|
||||
board = lolin_c3_mini
|
||||
platform = espressif32 @6.6.0
|
||||
@@ -331,6 +343,7 @@ lib_ignore = LT_WebSockets
|
||||
build_flags =
|
||||
-Desp32s3_16mb="esp32s3_16mb"
|
||||
-Wl,--wrap=esp_panic_handler
|
||||
${env:esp32s3_16mb_fromitems.build_flags}
|
||||
framework = arduino
|
||||
board = esp32-s3-devkitc-1
|
||||
board_build.mcu = esp32s3
|
||||
@@ -358,6 +371,7 @@ lib_ignore = LT_WebSockets
|
||||
build_flags =
|
||||
-Desp32_16mb="esp32_16mb"
|
||||
-Wl,--wrap=esp_panic_handler
|
||||
${env:esp32_16mb_fromitems.build_flags}
|
||||
framework = arduino
|
||||
board = esp32dev
|
||||
platform = espressif32 @6.6.0
|
||||
@@ -384,6 +398,7 @@ lib_ignore = LT_WebSockets
|
||||
build_flags =
|
||||
-Desp32_wifirep="esp32_wifirep"
|
||||
-Wl,--wrap=esp_panic_handler
|
||||
${env:esp32_wifirep_fromitems.build_flags}
|
||||
framework = arduino
|
||||
board = esp32dev
|
||||
platform = https://github.com/tasmota/platform-espressif32/releases/download/v2.0.5.3/platform-espressif32-2.0.5.3.zip
|
||||
@@ -411,6 +426,7 @@ build_flags =
|
||||
-DARDUINO_USB_CDC_ON_BOOT=0
|
||||
-DARDUINO_USB_MODE=0
|
||||
-Wl,--wrap=esp_panic_handler
|
||||
${env:esp32c6_4mb_fromitems.build_flags}
|
||||
framework = arduino
|
||||
board = esp32-c6-devkitm-1
|
||||
platform = espressif32 @6.9.0
|
||||
@@ -441,6 +457,7 @@ build_flags =
|
||||
-DARDUINO_USB_CDC_ON_BOOT=0
|
||||
-DARDUINO_USB_MODE=0
|
||||
-Wl,--wrap=esp_panic_handler
|
||||
${env:esp32c6_8mb_fromitems.build_flags}
|
||||
framework = arduino
|
||||
board = esp32-c6-devkitm-1
|
||||
platform = espressif32 @6.9.0
|
||||
@@ -489,6 +506,7 @@ build_flags =
|
||||
-DNODEBUG_WEBSOCKETS=1
|
||||
-DLT_UART_DEFAULT_PORT=1
|
||||
-DUPLOAD_PORT=auto
|
||||
${env:bk7231n_fromitems.build_flags}
|
||||
build_src_filter =
|
||||
+<*.cpp>
|
||||
+<classes/*.cpp>
|
||||
|
||||
Reference in New Issue
Block a user