From c49eb4e9718d9bf8aa170dc231c4a9037136a8aa Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Fri, 11 Jun 2021 03:38:24 -0400 Subject: [PATCH] v1.0.0 to support LittleFS on RP2040-based boards ### Initial Releases v1.0.0 1. Initial coding to support RP2040-based boards such as **Nano_RP2040_Connect, RASPBERRY_PI_PICO**, etc. using [**Arduino-mbed RP2040** core](https://github.com/arduino/ArduinoCore-mbed) --- README.md | 2 +- library.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9b87b99..3bf4096 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ Another way to install is to: 1. Install [VS Code](https://code.visualstudio.com/) 2. Install [PlatformIO](https://platformio.org/platformio-ide) -3. Install [**LittleFS_Mbed_RP2040** library](https://platformio.org/lib/show/xxxxx/LittleFS_Mbed_RP2040) by using [Library Manager](https://platformio.org/lib/show/xxxxx/LittleFS_Mbed_RP2040/installation). Search for **LittleFS_Mbed_RP2040** in [Platform.io Author's Libraries](https://platformio.org/lib/search?query=author:%22Khoi%20Hoang%22) +3. Install [**LittleFS_Mbed_RP2040** library](https://platformio.org/lib/show/12420/LittleFS_Mbed_RP2040) by using [Library Manager](https://platformio.org/lib/show/12420/LittleFS_Mbed_RP2040/installation). Search for **LittleFS_Mbed_RP2040** in [Platform.io Author's Libraries](https://platformio.org/lib/search?query=author:%22Khoi%20Hoang%22) 4. Use included [platformio.ini](platformio/platformio.ini) file from examples to ensure that all dependent libraries will installed automatically. Please visit documentation for the other options and examples at [Project Configuration File](https://docs.platformio.org/page/projectconf.html) diff --git a/library.json b/library.json index a9f45f6..65cb610 100644 --- a/library.json +++ b/library.json @@ -25,5 +25,5 @@ "frameworks": "*", "platforms": "mbed_rp2040", "examples": "examples/*/*/*.ino", - "license": "GPLv3" + "license": "GPL-3.0-or-later" }