va108xx-hal/CHANGELOG.md

20 lines
569 B
Markdown
Raw Normal View History

2021-11-06 01:13:48 +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]
2021-11-08 01:44:44 +01:00
## [0.1.0]
2021-11-08 10:03:10 +01:00
### Added
2021-11-08 01:44:44 +01:00
- First version of the HAL which adds the GPIO implementation and timer implementation.
- Also adds some examples and helper files to set up new binary crates
2021-11-08 10:03:10 +01:00
- RTT example application
2021-11-08 09:52:18 +01:00
- Added basic test binary in form of an example
- README with basic instructions how to set up own binary crate