Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.

Commit

Permalink
v1.5.0 to add support to RP2040-based boards
Browse files Browse the repository at this point in the history
### Major Releases v1.5.0

1. Add support to RP2040-based boards, such as **RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040**, using [**Earle Philhower's arduino-pico core** v1.3.1+](https://github.com/earlephilhower/arduino-pico).
2. Update examples with new features
  • Loading branch information
khoih-prog authored May 16, 2021
1 parent 8e48710 commit ad274c8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@
* [ 8. SimpleWebServer_NativeEthernet on Teensy 4.1 with NativeEthernet library](#8-simplewebserver_nativeethernet-on-teensy-41-with-nativeethernet-library)
* [ 9. AdvancedWebServer on MBED RASPBERRY_PI_PICO with W5x00 using Ethernet3 Library](#9-advancedwebserver-on-mbed-raspberry_pi_pico-with-w5x00-using-ethernet3-library)
* [10. MQTTClient_Auth on MBED RASPBERRY_PI_PICO with W5x00 using Ethernet Library](#10-mqttclient_auth-on-mbed-raspberry_pi_pico-with-w5x00-using-ethernet-library)
* [11. AdvancedWebServer on RASPBERRY_PI_PICO with W5x00 using EthernetLarge Library](#9-advancedwebserver-on-raspberry_pi_pico-with-w5x00-using-ethernetlarge-library)
* [12. UdpNTPClient on RASPBERRY_PI_PICO with W5x00 using EthernetLarge Library](#9-udpntpclient-on-raspberry_pi_pico-with-w5x00-using-ethernetlarge-library)
* [11. AdvancedWebServer on RASPBERRY_PI_PICO with W5x00 using EthernetLarge Library](#11-advancedwebserver-on-raspberry_pi_pico-with-w5x00-using-ethernetlarge-library)
* [12. UdpNTPClient on RASPBERRY_PI_PICO with W5x00 using EthernetLarge Library](#12-udpntpclient-on-raspberry_pi_pico-with-w5x00-using-ethernetlarge-library)
* [Debug](#debug)
* [Troubleshooting](#troubleshooting)
* [Releases](#releases)
Expand Down Expand Up @@ -2725,7 +2725,6 @@ Submit issues to: [EthernetWebServer issues](https://github.com/khoih-prog/Ether
3. Support more types of boards using Ethernet shields.
4. Support more non-compatible Ethernet Libraries such as Ethernet_Shield_W5200, EtherCard, EtherSia
5. Add mDNS features.
6. Add support to RP2040-based boards such as RASPBERRY_PI_PICO, using [Earle Philhower's arduino-pico core](https://github.com/earlephilhower/arduino-pico)

### DONE

Expand Down

0 comments on commit ad274c8

Please sign in to comment.