From d338d6d9bc9817db1cbc8aac3cbc9935e9db9ce0 Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Sat, 9 Oct 2021 01:37:17 -0400 Subject: [PATCH] Add Portenta_H7_AsyncUDP Library (#568) ### 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` --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index cdf2f350..83e2abb1 100644 --- a/repositories.txt +++ b/repositories.txt @@ -4287,3 +4287,4 @@ https://github.com/khoih-prog/Portenta_H7_AsyncTCP https://github.com/khoih-prog/Portenta_H7_AsyncWebServer https://github.com/arduino-libraries/Arduino_BHY2 https://github.com/arduino-libraries/Arduino_BHY2Host +https://github.com/khoih-prog/Portenta_H7_AsyncUDP