Skip to content

Releases: 107-systems/107-Arduino-littlefs

0.6.0

11 Oct 11:56
66c78c2
Compare
Choose a tag to compare

What's Changed

  • Added support for directory creation and reading by @Yveaux in #16

Full Changelog: 0.5.2...0.6.0

0.5.2

05 Oct 08:25
8bacbc3
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.5.1...0.5.2

0.5.1

02 Oct 14:27
c8d485b
Compare
Choose a tag to compare

What's Changed

  • Bump actions/checkout from 3 to 4 by @dependabot in #11
  • Took the real LFS 2.5.1. release, fixing spurious characters by @Yveaux in #12

New Contributors

Full Changelog: 0.5.0...0.5.1

0.5.0

09 Aug 11:58
Compare
Choose a tag to compare

What's Changed

  • Bump carlosperate/download-file-action from 2.0.0 to 2.0.1 by @dependabot in #9
  • Add support for ArduinoCore-renesas. by @aentinger in #10

New Contributors

Full Changelog: 0.4.0...0.5.0

0.4.0

12 Apr 11:37
Compare
Choose a tag to compare

What's Changed

  • Only return an error in case of error, and only error codes. by @aentinger in #8

Full Changelog: 0.3.0...0.4.0

0.3.0

12 Apr 04:05
Compare
Choose a tag to compare

What's Changed

  • Hide C struct lfs_config_c via C++ object. by @aentinger in #6
  • Add missing keywords to keywords.txt. by @aentinger in #7

Full Changelog: 0.2.0...0.3.0

0.2.0

11 Apr 13:21
Compare
Choose a tag to compare

What's Changed

  • Using std::variant<> as return type allows for a less stateful API. by @aentinger in #4
  • Overloading the bitwise OR operator allows for a smoother 'open' API. by @aentinger in #5

Full Changelog: 0.1.1...0.2.0

0.1.1

11 Apr 09:45
Compare
Choose a tag to compare

What's Changed

  • Fix: lfs returns negative return codes, hence we need to check for < …not !=. by @aentinger in #3

Full Changelog: 0.1.0...0.1.1

0.1.0

03 Apr 05:29
Compare
Choose a tag to compare

What's Changed

  • CI: Change arduino-lint to update. by @aentinger in #2
  • Provide a convenient C++ layer on top of the littlefs C API by @aentinger in #1

New Contributors

Full Changelog: 0.0.1...0.1.0

0.0.1

23 Mar 18:58
Compare
Choose a tag to compare

Initial release. Works for littlefs on EEPROM. No C++ wrapper yet. A formal 1.0.0 release will follow when the C++ wrapper is in place.

Full Changelog: https://github.com/107-systems/107-Arduino-littlefs/commits/0.0.1