Skip to content

Releases: YannMagnin/sh-elf-vhex

v2.2.2 (2024-07-06)

06 Jul 14:01
87569b5
Compare
Choose a tag to compare

FIXES

  • patches/gcc : use the softfp floating point library in libgcc instead of fdpbit
  • patches/gcc : add missing sfp-machine.h implementation
  • project/readme : fix softfp information

v2.2.1 (2024-06-13)

13 Jun 13:19
d2571cb
Compare
Choose a tag to compare

FIXES

  • scripts/gcc : fix --noconfirm handling when missing GCC prerequisites fails
  • scripts/gcc : fix missing bzip2 tool required by the GCC prerequisites checking step

v2.2.0 (2024-06-07)

08 Jun 15:04
e65db0b
Compare
Choose a tag to compare

FEATURES

  • scripts/install : support the --noconfirm flag

FIXES

  • scripts/install : fix --overwrite uninstall operation when used through curl
  • readme : fix missing information

v2.1.0 (2024-05-12)

12 May 12:27
70d48f7
Compare
Choose a tag to compare

FEATURES

  • patches : support GCC 14.1
  • patches : support binutils 2.42
  • scripts/uninstall : support --force flag

FIXES

  • scripts/install : fix broken --overwrite flag

v2.0.0 (2023-12-22)

22 Dec 13:34
c48c434
Compare
Choose a tag to compare

BREAKING

  • remove vxSDK support

FEATURES

  • support GCC 13.2.0
  • support Binutils 2.41
  • allow install using curl operation
  • support Bash 3.x
  • support MacOS

ENHANCEMENTS

  • rework all scripts
  • update the README file

BUG FIXES

  • a lot of bug fixes

v2.0.0-rc1 (2023-12-17)

17 Dec 16:17
3a4bb90
Compare
Choose a tag to compare
Pre-release

BUG FIXES

  • fix curl operation information
  • fix script help message

v2.0.0-rc0 (2023-12-17)

17 Dec 15:42
da8dfe3
Compare
Choose a tag to compare
Pre-release

BREAKING

  • remove vxSDK support

FEATURES

  • support GCC 13.2.0
  • support Binutils 2.41
  • allow install using curl operation

ENHANCEMENTS

  • rework all scripts
  • update the README file

BUG FIXES

  • a lot of bug fixes