Skip to content

Releases: GeneralEmbeddedCLibraries/revision

V2.0.0

28 Sep 12:51

Choose a tag to compare

V2.0.0 - 28.09.2024

Notice

Image (application) header is not back-compatible with old Revision module V1.x.x!!!

Added

  • New API function to get bootloader version (if present)

Changes

  • Application header structure completely changed (therefore increased major version)
  • Application header is now fixed size of 256 bytes. Issues with vector offseting is fixed with
    proper linking and bootloader settings

V1.4.0

15 Feb 07:23

Choose a tag to compare

V1.4.0 - 15.02.2023

Changes

  • Increased application header size to 512 bytes (0x200). That was issue with STM32G4 family, cousing interrupt misfireing
  • Increased application header version

V1.3.0

24 Aug 09:01

Choose a tag to compare

V1.3.0 - 24.08.2023

Changes

  • Structure of application header:
    • Removed signature
    • Added header version
  • Exposing application header definition
    • For bootloader use in order to ease parsing

Fixed

  • Compiler warnings

Todo

  • Release for hex_analyzer tool
  • Instructions how to use hex_analyzer tool

V1.2.1

13 Dec 07:20

Choose a tag to compare

V1.2.1 - 13.12.2022

Fixed

  • Replace old version notes with changelog in markdown
  • Removed end termination characters from SW and HW description strings

Todo

  • Release for hex_analyzer tool
  • Instructions how to use hex_analyzer tool

V1.2.0

15 Jun 13:19

Choose a tag to compare

V1.2.0 - 15.06.2022

Added

  • Project Information Generation Tool proj_info.exe V0.1.0
  • Added API function to get project informations
  • Added detailed instructions how to use project information generation tool

Todo

  • Release for hex_analyzer tool
  • Instructions how to use hex_analyzer tool

V1.1.0

07 Jun 07:11

Choose a tag to compare

V1.1.0 - 30.05.2022

Added

  • Added missing test revision number inside application header

Fixed

  • Fixing bug with version string creation

Todo

  • Post-build script
  • Automate to call as post-build process inside Makefile

V1.0.0

30 May 07:50

Choose a tag to compare

V1.0.0 - 30.05.2022

Added

  • SW & HW versioning via configuration
  • Initial application header
  • Description of setting up linker to put app header into specified memory location

Todo

  • Post-build script
  • Automate to call as post-build process inside Makefile