PIO cleanup and ESP8266/32 core bump (#699)
* Try to fix TravisCI * Bump ESP8266/ESP32 core version Co-authored-by: Aircoookie <cschwinne@gmail.com>
This commit is contained in:
parent
a0b208cca0
commit
447594b5ea
@ -77,12 +77,14 @@ arduino_core_2_5_0 = espressif8266@2.0.4
|
||||
arduino_core_2_5_2 = espressif8266@2.2.3
|
||||
arduino_core_2_6_1 = espressif8266@2.3.0
|
||||
arduino_core_2_6_2 = espressif8266@2.3.1
|
||||
arduino_core_2_6_3 = espressif8266@2.3.3
|
||||
arduino_core_stage = https://github.com/platformio/platform-espressif8266.git#feature/stage
|
||||
platform = ${common:esp8266.arduino_core_2_6_2}
|
||||
platform = ${common:esp8266.arduino_core_2_6_3}
|
||||
build_flags =
|
||||
-D ESP8266
|
||||
-D PIO_FRAMEWORK_ARDUINO_LWIP2_HIGHER_BANDWIDTH
|
||||
-Wl,-Teagle.flash.4m1m.ld ;;;; Required for core > v2.5.0 or staging version 4MB Flash 3MB SPIFFs
|
||||
lib_ignore = AsyncTCP
|
||||
|
||||
[common:esp8266_1M]
|
||||
platform = espressif8266@1.8.0
|
||||
@ -96,6 +98,7 @@ build_flags =
|
||||
-D WLED_DISABLE_CRONIXIE
|
||||
; -D WLED_DISABLE_HUESYNC
|
||||
; -D WLED_DISABLE_INFRARED
|
||||
lib_ignore = ${common:esp8266.lib_ignore}
|
||||
|
||||
[common:esp8266_512k]
|
||||
platform = espressif8266@1.8.0
|
||||
@ -109,12 +112,16 @@ build_flags =
|
||||
-D WLED_DISABLE_CRONIXIE
|
||||
-D WLED_DISABLE_HUESYNC
|
||||
; -D WLED_DISABLE_INFRARED
|
||||
lib_ignore = ${common:esp8266.lib_ignore}
|
||||
|
||||
[common:esp32]
|
||||
platform = espressif32@1.11.1
|
||||
platform = espressif32@1.11.2
|
||||
build_flags =
|
||||
-D PIO_FRAMEWORK_ARDUINO_LWIP2_HIGHER_BANDWIDTH
|
||||
-D ARDUINO_ARCH_ESP32
|
||||
lib_ignore =
|
||||
ESPAsyncTCP
|
||||
ESPAsyncUDP
|
||||
|
||||
# see: http://docs.platformio.org/en/latest/platforms/espressif8266.html
|
||||
[env:nodemcuv2]
|
||||
@ -129,7 +136,7 @@ build_flags =
|
||||
lib_deps =
|
||||
${common.lib_deps_external}
|
||||
lib_compat_mode = strict
|
||||
lib_ignore = AsyncTCP
|
||||
lib_ignore = ${common:esp8266.lib_ignore}
|
||||
|
||||
[env:d1_mini]
|
||||
board = d1_mini
|
||||
@ -143,7 +150,7 @@ build_flags =
|
||||
lib_deps =
|
||||
${common.lib_deps_external}
|
||||
lib_compat_mode = strict
|
||||
lib_ignore = AsyncTCP
|
||||
lib_ignore = ${common:esp8266.lib_ignore}
|
||||
|
||||
[env:esp01_1m]
|
||||
board = esp01_1m
|
||||
@ -159,7 +166,7 @@ build_flags =
|
||||
lib_deps =
|
||||
${common.lib_deps_external}
|
||||
lib_compat_mode = strict
|
||||
lib_ignore = AsyncTCP
|
||||
lib_ignore = ${common:esp8266.lib_ignore}
|
||||
|
||||
[env:esp01]
|
||||
board = esp01
|
||||
@ -174,7 +181,7 @@ build_flags =
|
||||
lib_deps =
|
||||
${common.lib_deps_external}
|
||||
lib_compat_mode = strict
|
||||
lib_ignore = AsyncTCP
|
||||
lib_ignore = ${common:esp8266.lib_ignore}
|
||||
|
||||
[env:esp07]
|
||||
board = esp07
|
||||
@ -188,7 +195,7 @@ build_flags =
|
||||
lib_deps =
|
||||
${common.lib_deps_external}
|
||||
lib_compat_mode = strict
|
||||
lib_ignore = AsyncTCP
|
||||
lib_ignore = ${common:esp8266.lib_ignore}
|
||||
|
||||
# see: http://docs.platformio.org/en/latest/platforms/espressif32.html
|
||||
[env:esp32dev]
|
||||
@ -202,8 +209,7 @@ build_flags =
|
||||
${common:esp32.build_flags}
|
||||
lib_deps =
|
||||
${common.lib_deps_external}
|
||||
lib_ignore =
|
||||
ESPAsyncUDP
|
||||
lib_ignore = ${common:esp32.lib_ignore}
|
||||
lib_compat_mode = strict
|
||||
|
||||
[env:esp8285_4CH_MagicHome]
|
||||
@ -220,7 +226,7 @@ build_flags =
|
||||
lib_deps =
|
||||
${common.lib_deps_external}
|
||||
lib_compat_mode = strict
|
||||
lib_ignore = AsyncTCP
|
||||
lib_ignore = ${common:esp8266.lib_ignore}
|
||||
|
||||
[env:esp8285_4CH_H801]
|
||||
board = esp8285
|
||||
@ -237,7 +243,7 @@ build_flags =
|
||||
lib_deps =
|
||||
${common.lib_deps_external}
|
||||
lib_compat_mode = strict
|
||||
lib_ignore = AsyncTCP
|
||||
lib_ignore = ${common:esp8266.lib_ignore}
|
||||
|
||||
[env:esp8285_5CH_H801]
|
||||
board = esp8285
|
||||
@ -255,5 +261,4 @@ build_flags =
|
||||
lib_deps =
|
||||
${common.lib_deps_external}
|
||||
lib_compat_mode = strict
|
||||
lib_ignore = AsyncTCP
|
||||
|
||||
lib_ignore = ${common:esp8266.lib_ignore}
|
||||
|
Loading…
Reference in New Issue
Block a user