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

Commit

Permalink
v1.0.0 to support Portenta_H7 Ethernet
Browse files Browse the repository at this point in the history
### 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`
  • Loading branch information
khoih-prog committed Oct 9, 2021
1 parent c5e041a commit 78599dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

---
Expand Down

0 comments on commit 78599dc

Please sign in to comment.