This repository has been archived by the owner on Jan 29, 2023. It is now read-only.
Releases: khoih-prog/LittleFS_Mbed_RP2040
Releases · khoih-prog/LittleFS_Mbed_RP2040
v1.1.0 to fix `multiple-definitions` linker error
Releases v1.1.0
- Fix
multiple-definitions
linker error. Check Different behaviour using the src_cpp or src_h lib #80 - Update all examples
v1.0.3 to fix bug causing crashing for cleared flash
Releases v1.0.3
- Fix crashing issue for cleared flash. Check RP2040_RTC_Time crashes Pico, does not work #3
v1.0.2 to add mbed, mbed_nano and ArduinoCore-mbed to architectures of `library.properties`
Releases v1.0.2
- Add mbed, mbed_nano and ArduinoCore-mbed to architectures of
library.properties
v1.0.1
Releases v1.0.1
- Fix FORCE_REFORMAT bug in example
- Change default RP2040_FS_SIZE_KB from 256KB to 64KB to avoid crash in some new boards. Check MBED crash - RP2040 rebooting #1
Release v1.0.0 to support RP2040-based boards such as Nano_RP2040_Connect, RASPBERRY_PI_PICO, etc. using Arduino-mbed RP2040 core
Initial Releases v1.0.0
- Initial coding to support RP2040-based boards such as Nano_RP2040_Connect, RASPBERRY_PI_PICO, etc. using Arduino-mbed RP2040 core