va416xx-rs/va416xx-hal/CHANGELOG.md
Robin Mueller a326e5d058
All checks were successful
Rust/va416xx-rs/pipeline/head This commit looks good
Device specific support and UART Improvements
2024-07-18 21:32:36 -07:00

32 lines
683 B
Markdown

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]
- Documentation improvements
- Improved UART typing support: Validity of passed pins is now checked properly
## Changed
- Added `va41620`, `va41630`, `va41628` and `va41629` device features. A device now has to be
selected for HAL compilation to work properly
## Fixed
- Small fixes and improvements for ADC drivers
## Added
- Added basic DMA driver
# [v0.1.0] 2024-07-01
- Initial release with basic HAL drivers