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

Releases: khoih-prog/LittleFS_Mbed_RP2040

v1.1.0 to fix `multiple-definitions` linker error

31 Dec 04:01
bc6410f
Compare
Choose a tag to compare

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

v1.0.3 to fix bug causing crashing for cleared flash

02 Nov 16:20
5e03a49
Compare
Choose a tag to compare

v1.0.2 to add mbed, mbed_nano and ArduinoCore-mbed to architectures of `library.properties`

07 Sep 11:17
d2fd53b
Compare
Choose a tag to compare

Releases v1.0.2

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

v1.0.1

16 Aug 20:08
21c7ac2
Compare
Choose a tag to compare

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

Release v1.0.0 to support RP2040-based boards such as Nano_RP2040_Connect, RASPBERRY_PI_PICO, etc. using Arduino-mbed RP2040 core

11 Jun 07:41
c49eb4e
Compare
Choose a tag to compare

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