From 74e36ed5f44aa01ec380e4bf58903dd77c52c30b Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Thu, 7 Oct 2021 16:59:51 -0400 Subject: [PATCH] Add Portenta_H7_AsyncTCP Library (#564) ### 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 33efafe5..fb800926 100644 --- a/repositories.txt +++ b/repositories.txt @@ -4283,3 +4283,4 @@ https://github.com/shkoo/MeshGnome https://github.com/khoih-prog/STM32_PWM https://github.com/michpro/XTEA-Cipher https://github.com/khoih-prog/SAMD_Slow_PWM +https://github.com/khoih-prog/Portenta_H7_AsyncTCP