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

Releases: khoih-prog/LittleFS_Portenta_H7

v1.2.0 to fix `multiple-definitions` linker error in some cases and to update `Packages_Patches`

13 May 03:16
f18bb72
Compare
Choose a tag to compare

Releases v1.2.0

  1. Fix multiple-definitions linker error in some cases
  2. Update Packages_Patches

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

31 Dec 04:35
e9c11d2
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
  3. Update Packages_Patches

v1.0.2 to go back to use auto LittleFS to fix bug and to permit 8 LittleFS files instead of 4 in previous release

14 Sep 19:50
1fe5853
Compare
Choose a tag to compare

Releases v1.0.2

  1. Back to using auto LittleFS size to fix bug and to permit 8 LittleFS files instead of 4 in previous release. There is a bug somewhere in the ArduinoCore-mbed mbed_portenta core and we have to live with it.

v1.0.1 to change the default and minimum LittleFS size to 1024KB

13 Sep 23:13
001dd1d
Compare
Choose a tag to compare

Releases v1.0.1

  1. Change the default and minimum LITTLEFS_PORTENTA_H7_SIZE_KB to 1024KB, instead at maximum available size. This is done to avoid the cases where the code size is larger, and LittleFS size has to be changed, reformatted, leading to data loss.

v1.0.0 to provide LittleFS support Portenta_H7 boards using ArduinoCore-mbed mbed_portenta core (https://github.com/arduino/ArduinoCore-mbed)

09 Sep 23:44
f7cf5fe
Compare
Choose a tag to compare

Initial Releases v1.0.0

  1. Initial coding to support Portenta_H7 boards such as Portenta_H7 Rev2 ABX00042, etc., using ArduinoCore-mbed mbed_portenta core