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

Latest commit

 

History

History
49 lines (30 loc) · 2.39 KB

changelog.md

File metadata and controls

49 lines (30 loc) · 2.39 KB

LittleFS_Mbed_RP2040 Library

arduino-library-badge GitHub release GitHub contributions welcome GitHub issues

Donate to my libraries using BuyMeACoffee



Table of Contents



Changelog

Releases v1.1.0

  1. Fix multiple-definitions linker error. Check Different behaviour using the src_cpp or src_h lib #80
  2. Update all examples

Releases v1.0.3

  1. Fix crashing issue for new flash. Check RP2040_RTC_Time crashes Pico, does not work #3

Releases v1.0.1

  1. Fix FORCE_REFORMAT bug in example
  2. Change default RP2040_FS_SIZE_KB from 256KB to 64KB to avoid crash in some new boards. Check MBED crash - RP2040 rebooting #1

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