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

Releases: snowfox-project/snowfox

v0.1.0

11 May 05:11
Compare
Choose a tag to compare

⚡ 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)

v0.0.1-alpha.3

14 Apr 13:21
b4c298a
Compare
Choose a tag to compare
v0.0.1-alpha.3 Pre-release
Pre-release

Summary

With this release the snowfox project is resuming the practise of producing regular releases. The major addition of this release is that with a port of the SGI STL library for AVR the STL is made available for AVR microcontrollers.

v0.0.1-alpha.2

29 Aug 08:25
Compare
Choose a tag to compare
v0.0.1-alpha.2 Pre-release
Pre-release

Summary

With this release the hardware abstraction layer (HAL) is feature complete for basic HAL functionality (Critical Section, Delay, Digital In Pin/Port, Digital Out Pin/Port, Digital In Out Port, EEPROM, External Interrupt Controller, Flash, Interrupt Controller, Spi Master, Timer) for AT90CAN32 / 64 / 128 / ATMEGA640 / 1280 / 2560 / 164P / 324P / 644P / 1284P / 328P / 16U4 / 32U4. All examples have been refactored and blox software modules have been used wherever feasible.

v0.0.1-alpha.1

30 Jul 06:16
Compare
Choose a tag to compare
v0.0.1-alpha.1 Pre-release
Pre-release

Summary

The codebase has matured to a point where it makes sense to work with releases from now on. Although the interface is fairly stable changes to the interface are apt to happen. Therefore this release is marked as a pre-release version still in alpha status.