va108xx/CHANGELOG.md

39 lines
873 B
Markdown
Raw Normal View History

2021-11-01 23:47:17 +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.2.0]
2021-11-06 01:32:06 +01:00
## [v0.1.1]
- Relicensed under dual Apache-2.0 / MIT license
2021-11-01 23:47:17 +01:00
### Fixed
- Generated with patched version of `svd2rust`: See
https://github.com/rust-embedded/svd2rust/pull/549 for more details.
Some bitmasks were missing from register reader definitions.
### Changed
- SVD file handling improved and new fields added for the peripheral
clock enable register
### Added
- Helper script to automate all steps for PAC generation
2021-11-02 10:41:22 +01:00
- Added badges for README
2021-11-01 23:47:17 +01:00
## [v0.1.0]
### Added
- First version of the PAC which builds. Uses a patched version
2021-11-02 10:41:22 +01:00
of `svd2rust`: https://github.com/rust-embedded/svd2rust