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

Latest commit

 

History

History
54 lines (33 loc) · 2.65 KB

changelog.md

File metadata and controls

54 lines (33 loc) · 2.65 KB

LittleFS_Portenta_H7 Library

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

Donate to my libraries using BuyMeACoffee



Table of Contents



Changelog

Releases v1.2.0

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

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

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.

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.

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