diff --git a/README.md b/README.md index 39e06b3..e0b27c9 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,8 @@ It also contains the following helper crates: - The [`flashloader`](https://egit.irs.uni-stuttgart.de/rust/va416xx-rs/src/branch/main/flashloader) crate contains a sample flashloader which is able to update the redundant images in the NVM which is compatible to the provided bootloader as well. -- The `examples` folder contains various example applications crates for the HAL and the PAC. +- The [`examples`](https://egit.irs.uni-stuttgart.de/rust/va416xx-rs/src/branch/main/examples) + folder contains various example applications crates using the HAL and the PAC. This folder also contains dedicated example applications using the [`RTIC`](https://rtic.rs/2/book/en/) and [`embassy`](https://github.com/embassy-rs/embassy) native Rust RTOSes. diff --git a/va416xx-hal/CHANGELOG.md b/va416xx-hal/CHANGELOG.md index 82e2e2a..d80e080 100644 --- a/va416xx-hal/CHANGELOG.md +++ b/va416xx-hal/CHANGELOG.md @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). # [unreleased] -# [v0.2.0] +# [v0.2.0] 2024-09-18 - Documentation improvements - Improved UART typing support: Validity of passed pins is now checked properly