mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-07-27 19:57:38 +00:00
[ESP-IDF5.1] No longer support Ethernet on ESP32-C2
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
|
||||
; No Ethernet for ESP32-C2 as this one already hasn't much RAM.
|
||||
; Thus Jason removed Ethernet support for ESP32-C2 from the PIO platform_packages
|
||||
[esp32c2_common_LittleFS]
|
||||
extends = esp32_base_idf5
|
||||
build_flags = ${esp32_base_idf5.build_flags}
|
||||
@@ -16,40 +16,36 @@ lib_ignore = ${esp32_base_idf5.lib_ignore}
|
||||
Adafruit NeoMatrix via NeoPixelBus
|
||||
|
||||
|
||||
[env:safeboot_ESP32c2_4M_LittleFS_ETH]
|
||||
[env:safeboot_ESP32c2_4M_LittleFS]
|
||||
extends = esp32c2_common_LittleFS
|
||||
board = esp32c2
|
||||
build_flags = ${esp32c2_common_LittleFS.build_flags}
|
||||
-DPLUGIN_BUILD_CUSTOM
|
||||
-DPLUGIN_BUILD_SAFEBOOT
|
||||
-DFEATURE_ETHERNET=1
|
||||
extra_scripts = ${esp32c2_common_LittleFS.extra_scripts}
|
||||
pre:tools/pio/pre_safeboot_esp32c2.py
|
||||
lib_ignore = ${esp32c2_common_LittleFS.lib_ignore}
|
||||
|
||||
|
||||
[env:custom_ESP32c2_2M320k_LittleFS_noOTA_ETH]
|
||||
[env:custom_ESP32c2_2M320k_LittleFS_noOTA]
|
||||
extends = esp32c2_common_LittleFS
|
||||
board = esp32c2_2M
|
||||
build_flags = ${esp32c2_common_LittleFS.build_flags}
|
||||
-DPLUGIN_BUILD_CUSTOM
|
||||
-DFEATURE_ETHERNET=1
|
||||
extra_scripts = ${esp32c2_common_LittleFS.extra_scripts}
|
||||
pre:tools/pio/pre_custom_esp32c2.py
|
||||
|
||||
[env:custom_ESP32c2_4M316k_LittleFS_ETH]
|
||||
[env:custom_ESP32c2_4M316k_LittleFS]
|
||||
extends = esp32c2_common_LittleFS
|
||||
board = esp32c2
|
||||
build_flags = ${esp32c2_common_LittleFS.build_flags}
|
||||
-DPLUGIN_BUILD_CUSTOM
|
||||
-DFEATURE_ETHERNET=1
|
||||
extra_scripts = ${esp32c2_common_LittleFS.extra_scripts}
|
||||
pre:tools/pio/pre_custom_esp32c2.py
|
||||
|
||||
[env:normal_ESP32c2_4M316k_LittleFS_ETH]
|
||||
[env:normal_ESP32c2_4M316k_LittleFS]
|
||||
extends = esp32c2_common_LittleFS
|
||||
board = esp32c2
|
||||
build_flags = ${esp32c2_common_LittleFS.build_flags}
|
||||
-DFEATURE_ETHERNET=1
|
||||
lib_ignore = ${esp32c2_common_LittleFS.lib_ignore}
|
||||
${no_ir.lib_ignore}
|
||||
|
||||
Reference in New Issue
Block a user