Skip to content

Commit 762df37

Browse files
authored
Update Arduino_CMakeLists.diff
1 parent e6eaf02 commit 762df37

File tree

1 file changed

+4
-32
lines changed

1 file changed

+4
-32
lines changed

patches/Arduino_CMakeLists.diff

Lines changed: 4 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,16 @@
11
diff --git a/CMakeLists.txt b/CMakeLists.txt
2-
index d3972bf06a..88c9910f76 100644
2+
index d3972bf06a..3813da3468 100644
33
--- a/CMakeLists.txt
44
+++ b/CMakeLists.txt
5-
@@ -88,14 +88,12 @@ set(ARDUINO_ALL_LIBRARIES
6-
LittleFS
7-
NetBIOS
8-
Network
9-
- PPP
10-
Preferences
11-
SD_MMC
12-
SD
5+
@@ -95,7 +95,6 @@ set(ARDUINO_ALL_LIBRARIES
136
SPI
147
Ticker
158
Update
169
- USB
1710
WebServer
1811
WiFi
1912
Wire
20-
@@ -128,10 +126,6 @@ set(ARDUINO_LIBRARY_LittleFS_SRCS libraries/LittleFS/src/LittleFS.cpp)
21-
22-
set(ARDUINO_LIBRARY_NetBIOS_SRCS libraries/NetBIOS/src/NetBIOS.cpp)
23-
24-
-set(ARDUINO_LIBRARY_PPP_SRCS
25-
- libraries/PPP/src/PPP.cpp
26-
- libraries/PPP/src/ppp.c)
27-
-
28-
set(ARDUINO_LIBRARY_Preferences_SRCS libraries/Preferences/src/Preferences.cpp)
29-
30-
set(ARDUINO_LIBRARY_SD_MMC_SRCS libraries/SD_MMC/src/SD_MMC.cpp)
31-
@@ -149,17 +143,6 @@ set(ARDUINO_LIBRARY_Update_SRCS
13+
@@ -149,17 +148,6 @@ set(ARDUINO_LIBRARY_Update_SRCS
3214
libraries/Update/src/Updater.cpp
3315
libraries/Update/src/HttpsOTAUpdate.cpp)
3416

@@ -46,7 +28,7 @@ index d3972bf06a..88c9910f76 100644
4628
set(ARDUINO_LIBRARY_WebServer_SRCS
4729
libraries/WebServer/src/WebServer.cpp
4830
libraries/WebServer/src/Parsing.cpp
49-
@@ -247,9 +230,6 @@ function(maybe_add_component component_name)
31+
@@ -247,9 +235,6 @@ function(maybe_add_component component_name)
5032
endif()
5133
endfunction()
5234

@@ -56,13 +38,3 @@ index d3972bf06a..88c9910f76 100644
5638
if(NOT CONFIG_ARDUINO_SELECTIVE_COMPILATION OR CONFIG_ARDUINO_SELECTIVE_ArduinoOTA)
5739
maybe_add_component(esp_https_ota)
5840
endif()
59-
diff --git a/idf_component.yml b/idf_component.yml
60-
index ae548c41d4..7a4e094050 100644
61-
--- a/idf_component.yml
62-
+++ b/idf_component.yml
63-
@@ -45,5 +45,4 @@ dependencies:
64-
idf: ">=5.1"
65-
# mdns 1.2.3 is necessary to build H2 with no WiFi
66-
mdns: "^1.2.3"
67-
- espressif/esp_modem: "^1.1.0"
68-
joltwallet/littlefs: "^1.14.1"

0 commit comments

Comments
 (0)