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

Commit

Permalink
v1.0.2 to add mbed, mbed_nano and ArduinoCore-mbed
Browse files Browse the repository at this point in the history
### Releases v1.0.2

1. Add mbed, mbed_nano and ArduinoCore-mbed to architectures of `library.properties`
  • Loading branch information
khoih-prog authored Sep 7, 2021
1 parent cf343d6 commit d2fd53b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
17 changes: 13 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
* [Features](#features)
* [Currently supported Boards](#currently-supported-boards)
* [Changelog](#changelog)
* [Releases v1.0.2](#releases-v102)
* [Releases v1.0.1](#releases-v101)
* [Initial Releases v1.0.0](#initial-releases-v100)
* [Prerequisites](#prerequisites)
Expand Down Expand Up @@ -63,6 +64,10 @@ The filesystem access uses normal [POSIX APIs](https://www.tutorialspoint.com/c_

## Changelog

### Releases v1.0.2

1. Add mbed, mbed_nano and ArduinoCore-mbed to architectures of `library.properties`

### Releases v1.0.1

1. Fix FORCE_REFORMAT bug in example
Expand Down Expand Up @@ -482,23 +487,23 @@ The following is the sample terminal output when running example [LittleFS_Count

```
Start LittleFS_Counting on RaspberryPi Pico
LittleFS_Mbed_RP2040 v1.0.1
LittleFS_Mbed_RP2040 v1.0.2
[LFS] LittleFS size (KB) = 256
[LFS] LittleFS Mount OK
Deleting file: /littlefs/counts.txt => OK
Times have been run = 1
=> Open to write OK
Start LittleFS_Counting on RaspberryPi Pico
LittleFS_Mbed_RP2040 v1.0.1
LittleFS_Mbed_RP2040 v1.0.2
[LFS] LittleFS size (KB) = 256
[LFS] LittleFS Mount OK
=> Open to read OK
Times have been run = 2
=> Open to write OK
Start LittleFS_Counting on RaspberryPi Pico
LittleFS_Mbed_RP2040 v1.0.1
LittleFS_Mbed_RP2040 v1.0.2
[LFS] LittleFS size (KB) = 256
[LFS] LittleFS Mount OK
=> Open to read OK
Expand All @@ -513,7 +518,7 @@ The following is the sample terminal output when running example [LittleFS_Test]

```
Start LittleFS_Test on RaspberryPi Pico
LittleFS_Mbed_RP2040 v1.0.1
LittleFS_Mbed_RP2040 v1.0.2
[LFS] LittleFS size (KB) = 256
[LFS] LittleFS Mount OK
====================================================
Expand Down Expand Up @@ -598,6 +603,10 @@ Sometimes, the library will only work if you update the board core to the latest

## Releases

### Releases v1.0.2

1. Add mbed, mbed_nano and ArduinoCore-mbed to architectures of `library.properties`

### Releases v1.0.1

1. Fix FORCE_REFORMAT bug in example
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "LittleFS_Mbed_RP2040",
"version": "1.0.1",
"version": "1.0.2",
"keywords": "storage, data-storage, littlefs, littlefs-mbed, flash, flash-storage, posix, file-system, file, mbed, mbed-rp2040, nano-rp2040-connect, raspberry-pico, rpi-pico, pico, rp2040",
"description": "This library facilitates your usage of LittleFS for the onboard flash. LittleFS supports power fail safety and high performance",
"authors":
Expand Down

0 comments on commit d2fd53b

Please sign in to comment.