Skip to content
This repository was archived by the owner on Jan 29, 2023. It is now read-only.

Commit c49eb4e

Browse files
authored
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)
1 parent 8ba6d70 commit c49eb4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Another way to install is to:
9898

9999
1. Install [VS Code](https://code.visualstudio.com/)
100100
2. Install [PlatformIO](https://platformio.org/platformio-ide)
101-
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)
101+
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)
102102
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)
103103

104104

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
"frameworks": "*",
2626
"platforms": "mbed_rp2040",
2727
"examples": "examples/*/*/*.ino",
28-
"license": "GPLv3"
28+
"license": "GPL-3.0-or-later"
2929
}

0 commit comments

Comments
 (0)