From 2a014de27a5f9abe0a6214c15a01911dedb3d80d Mon Sep 17 00:00:00 2001 From: Paint Your Dragon Date: Wed, 19 Apr 2023 14:34:19 -0700 Subject: [PATCH] Add Adafruit_CPFS (#2733) Arduino library for accessing the flash filesystem of CircuitPython-capable boards. --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index c31beea4..05421a54 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5781,3 +5781,4 @@ https://gitlab.com/riscv-vega/vega-sensor-libraries/sensors/vega_max30102 https://github.com/zakarialaoui10/ZikoMatrix https://gitlab.com/riscv-vega/vega-sensor-libraries/display/vega_st7735_and_st7789 https://github.com/SequentMicrosystems/Sequent-ESP32-PI-Library +https://github.com/adafruit/Adafruit_CPFS