From bc792ad6bb21184aea70ca11327dcf1893d732bc Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Thu, 7 Oct 2021 21:07:42 -0400 Subject: [PATCH] Add Portenta_H7_AsyncWebServer Library (#565) ### 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 fb800926..900d0158 100644 --- a/repositories.txt +++ b/repositories.txt @@ -4284,3 +4284,4 @@ 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 +https://github.com/khoih-prog/Portenta_H7_AsyncWebServer