Skip to content
This repository has been archived by the owner on Sep 14, 2022. It is now read-only.

v0.1.0

Latest
Compare
Choose a tag to compare
@aentinger aentinger released this 11 May 05:11
· 6 commits to master since this release

⚑ Improvements

  • Implementing FE310 I2C HAL driver (#26)
  • Add Version.h which contains the current release version to allow programmatic version checking (#25)

πŸ› Bug Fixes

  • Bugfix in FE310 clock configuration (#12)

πŸ”¨ Further Changes

  • Cleaning up of FE310 linker script for better readability (#11)
  • Upgrading to C++17 and using nested namespaces (#21)
  • For Travis CI build use custom build AVR-GCC 9.2.0 (#23)
  • Remove <stdbool.h> since its a C++ builtin type (#24)