We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 481f960 commit 64c0e43Copy full SHA for 64c0e43
CMakeLists.txt
@@ -0,0 +1,15 @@
1
+# register esp-idf component
2
+if (ESP_PLATFORM)
3
+ idf_component_register(
4
+ SRCS
5
+ "src/Dhcp.cpp"
6
+ "src/Dns.cpp"
7
+ "src/Ethernet.cpp"
8
+ "src/EthernetClient.cpp"
9
+ "src/EthernetServer.cpp"
10
+ "src/EthernetUdp.cpp"
11
+ "src/socket.cpp"
12
+ "src/utility/w5100.cpp"
13
+ INCLUDE_DIRS "src" "src/utility"
14
+ REQUIRES arduino)
15
+endif ()
component.mk
@@ -0,0 +1 @@
+
0 commit comments