From 34fe1325170cdaccc8c8b74f85b5edc07cb46d35 Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Thu, 9 Sep 2021 19:53:31 -0400 Subject: [PATCH] Add LittleFS_Portenta_H7 Library (#465) ### 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) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index e6c06b74..78cbd09e 100644 --- a/repositories.txt +++ b/repositories.txt @@ -4215,3 +4215,4 @@ https://github.com/natnqweb/SkyMap https://github.com/andhieSetyabudi/hx710b_arduino https://github.com/Flowduino/LithiumPowered https://github.com/Z01NE/MyAlarm +https://github.com/khoih-prog/LittleFS_Portenta_H7