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

Releases: khoih-prog/FlashStorage_STM32F1

v1.1.0 to fix `multiple-definitions` linker error and to optimize library code by using `reference-passing` instead of `value-passing`

26 Jan 02:53
291114d
Compare
Choose a tag to compare

Releases v1.1.0

  1. Fix multiple-definitions linker error.
  2. Add example multiFileProject to demo for multiple-file project.
  3. Update Packages' Patches

v1.0.1 to fix mistake in initial releases

17 Aug 18:53
5c4a139
Compare
Choose a tag to compare

Releases v1.0.1

  1. Fix mistake in initial releases

Initial v1.0.0 to support STM32F1/F3 boards with / without integrated EEPROM using genuine STM32F103, or CH32F103/CS32F103 boards with 32KB, 64KB or 128KB Flash Size

17 Aug 18:41
c3eab63
Compare
Choose a tag to compare

Initial Releases v1.0.0

  1. Initial release to support STM32F1/F3 boards with / without integrated EEPROM
  2. Tested using genuine STM32F103, or CH32F103/CS32F103 boards with 32KB, 64KB or 128KB Flash Size
  3. Configurable Flash Sector to use
  4. FlashStorage size is 1024 bytes (including 1-byte valid and 4-byte signature)