@@ -119,7 +119,6 @@ set(ARDUINO_ALL_LIBRARIES
119
119
)
120
120
121
121
set (ARDUINO_LIBRARY_ArduinoOTA_SRCS libraries/ArduinoOTA/src/ArduinoOTA.cpp)
122
- set (ARDUINO_LIBRARY_ArduinoOTA_REQUIRES esp_https_ota)
123
122
124
123
set (ARDUINO_LIBRARY_AsyncUDP_SRCS libraries/AsyncUDP/src/AsyncUDP.cpp)
125
124
@@ -160,7 +159,6 @@ set(ARDUINO_LIBRARY_HTTPUpdate_SRCS libraries/HTTPUpdate/src/HTTPUpdate.cpp)
160
159
set (ARDUINO_LIBRARY_Insights_SRCS libraries/Insights/src/Insights.cpp)
161
160
162
161
set (ARDUINO_LIBRARY_LittleFS_SRCS libraries/LittleFS/src/LittleFS.cpp)
163
- set (ARDUINO_LIBRARY_LittleFS_REQUIRES joltwallet__littlefs)
164
162
165
163
set (ARDUINO_LIBRARY_NetBIOS_SRCS libraries/NetBIOS/src/NetBIOS.cpp)
166
164
@@ -325,7 +323,7 @@ endforeach()
325
323
set (includedirs variants/${CONFIG_ARDUINO_VARIANT} / cores/esp32/ ${ARDUINO_LIBRARIES_INCLUDEDIRS} )
326
324
set (srcs ${CORE_SRCS} ${ARDUINO_LIBRARIES_SRCS} )
327
325
set (priv_includes cores/esp32/libb64)
328
- set (requires spi_flash esp_partition mbedtls wpa_supplicant esp_adc esp_eth http_parser esp_ringbuf esp_driver_gptimer esp_driver_usb_serial_jtag driver espressif__network_provisioning )
326
+ set (requires spi_flash esp_partition mbedtls wpa_supplicant esp_adc esp_eth http_parser esp_ringbuf esp_driver_gptimer esp_driver_usb_serial_jtag driver)
329
327
set (priv_requires fatfs nvs_flash app_update spiffs bootloader_support bt esp_hid usb esp_psram ${ARDUINO_LIBRARIES_REQUIRES} )
330
328
331
329
if (NOT CONFIG_ARDUINO_SELECTIVE_COMPILATION OR CONFIG_ARDUINO_SELECTIVE_OpenThread)
@@ -391,3 +389,9 @@ endif()
391
389
if (NOT CONFIG_ARDUINO_SELECTIVE_COMPILATION OR CONFIG_ARDUINO_SELECTIVE_Matter)
392
390
maybe_add_component(espressif__esp_matter)
393
391
endif ()
392
+ if (NOT CONFIG_ARDUINO_SELECTIVE_COMPILATION OR CONFIG_ARDUINO_SELECTIVE_LittleFS)
393
+ maybe_add_component(joltwallet__littlefs)
394
+ endif ()
395
+ if (NOT CONFIG_ARDUINO_SELECTIVE_COMPILATION OR CONFIG_ARDUINO_SELECTIVE_WiFiProv)
396
+ maybe_add_component(espressif__network_provisioning)
397
+ endif ()
0 commit comments