vorago-reb1/CHANGELOG.md

29 lines
785 B
Markdown
Raw Normal View History

2021-12-12 13:52:47 +01:00
Change Log
=======
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## [unreleased]
## [v0.3.2]
- Bump HAL dependency to v0.5.0. Changed API, especially for IRQ handling
2021-12-14 14:34:03 +01:00
## [v0.3.1]
- Updated ADC code and dependency
2021-12-13 11:38:58 +01:00
## [v0.3.0]
- Completed baseline features to support all sensors on the REB1 sevice
- Relicensed as Apache-2.0 and moved to https://egit.irs.uni-stuttgart.de/rust/vorago-reb1
2021-12-12 13:52:47 +01:00
## [v0.2.3]
- Added basic accelerometer example. Board in not populated so it is not complete, but
it provides a starting point
- Added ADC base library and example building on the new max116xx-10bit device driver crate