Skip to content

Commit

Permalink
Merge pull request #9 from WIZnet-ArduinoEthernet/20221206-W6100-EVB-…
Browse files Browse the repository at this point in the history
…Pico

Update Ethernet to WIZnet-ArduinoEthernet/Ethernet/tree/W6100-EVB-Pico
  • Loading branch information
Taylor.An authored Dec 6, 2022
2 parents 54b5096 + 29c9f0c commit 2340317
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libraries/Ethernet
Submodule Ethernet updated 45 files
+175 −0 examples/AdvancedChatServer-IPv6/AdvancedChatServer-IPv6.ino
+1 −1 examples/AdvancedChatServer/AdvancedChatServer.ino
+320 −0 examples/BarometricPressureWebServer-IPv6/BarometricPressureWebServer-IPv6.ino
+1 −1 examples/BarometricPressureWebServer/BarometricPressureWebServer.ino
+158 −0 examples/ChatServer-IPv6/ChatServer-IPv6.ino
+1 −1 examples/ChatServer/ChatServer.ino
+127 −0 examples/DhcpAddressPrinter-IPv6/DhcpAddressPrinter-IPv6.ino
+1 −1 examples/DhcpAddressPrinter/DhcpAddressPrinter.ino
+164 −0 examples/DhcpChatServer-IPv6/DhcpChatServer-IPv6.ino
+1 −1 examples/DhcpChatServer/DhcpChatServer.ino
+44 −0 examples/LinkStatus-IPv6/LinkStatus-IPv6.ino
+1 −1 examples/LinkStatus/LinkStatus.ino
+132 −0 examples/TelnetClient-IPv6/TelnetClient-IPv6.ino
+1 −1 examples/TelnetClient/TelnetClient.ino
+197 −0 examples/UDPSendReceiveString-IPv6/UDPSendReceiveString-IPv6.ino
+1 −1 examples/UDPSendReceiveString/UDPSendReceiveString.ino
+227 −0 examples/UdpNtpClient-IPv6/UdpNtpClient-IPv6.ino
+1 −1 examples/UdpNtpClient/UdpNtpClient.ino
+199 −0 examples/WebClient-IPv6/WebClient-IPv6.ino
+1 −1 examples/WebClient/WebClient.ino
+204 −0 examples/WebClientRepeating-IPv6/WebClientRepeating-IPv6.ino
+1 −1 examples/WebClientRepeating/WebClientRepeating.ino
+185 −0 examples/WebServer-IPv6/WebServer-IPv6.ino
+1 −1 examples/WebServer/WebServer.ino
+1 −1 keywords.txt
+493 −0 src/AddressAutoConfig.cpp
+33 −0 src/AddressAutoConfig.h
+45 −0 src/Clientv6.h
+1,117 −0 src/Dhcpv6.cpp
+224 −0 src/Dhcpv6.h
+361 −0 src/Dnsv6.cpp
+40 −0 src/Dnsv6.h
+402 −8 src/Ethernet.h
+277 −0 src/EthernetClientv6.cpp
+211 −0 src/EthernetServerv6.cpp
+5 −2 src/EthernetUdp.cpp
+257 −0 src/EthernetUdpv6.cpp
+417 −0 src/Ethernetv6.cpp
+196 −0 src/IP6Address.cpp
+82 −0 src/IP6Address.h
+30 −0 src/Serverv6.h
+89 −0 src/Udpv6.h
+559 −0 src/socketv6.cpp
+3 −3 src/utility/w5100.cpp
+53 −1 src/utility/w5100.h
2 changes: 1 addition & 1 deletion libraries/WizFi360_arduino_library

0 comments on commit 2340317

Please sign in to comment.