From 78599dc42ef9fab87e8c3de5460dfb071c5ea99a Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Sat, 9 Oct 2021 01:29:45 -0400 Subject: [PATCH] v1.0.0 to support Portenta_H7 Ethernet ### Initial Releases v1.0.0 1. Initial coding to support **Portenta_H7 boards** such as Portenta_H7 Rev2 ABX00042, etc., using [**ArduinoCore-mbed mbed_portenta** core](https://github.com/arduino/ArduinoCore-mbed) and `Vision-shield Ethernet` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dbeb3a5..068c608 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ The best way is to use `Arduino Library Manager`. Search for `Portenta_H7_AsyncU 1. Install [VS Code](https://code.visualstudio.com/) 2. Install [PlatformIO](https://platformio.org/platformio-ide) -3. Install [**Portenta_H7_AsyncUDP** library](https://platformio.org/lib/show/xxxxx/Portenta_H7_AsyncUDP) by using [Library Manager](https://platformio.org/lib/show/xxxxx/Portenta_H7_AsyncUDP/installation). Search for Portenta_H7_AsyncUDP in [Platform.io Author's Libraries](https://platformio.org/lib/search?query=author:%22Khoi%20Hoang%22) +3. Install [**Portenta_H7_AsyncUDP** library](https://platformio.org/lib/show/12930/Portenta_H7_AsyncUDP) by using [Library Manager](https://platformio.org/lib/show/12930/Portenta_H7_AsyncUDP/installation). Search for Portenta_H7_AsyncUDP in [Platform.io Author's Libraries](https://platformio.org/lib/search?query=author:%22Khoi%20Hoang%22) 4. Use included [platformio.ini](platformio/platformio.ini) file from examples to ensure that all dependent libraries will installed automatically. Please visit documentation for the other options and examples at [Project Configuration File](https://docs.platformio.org/page/projectconf.html) ---