ui tests added (changelog)

This commit is contained in:
Per Lindgren 2021-10-26 19:38:16 +02:00 committed by Henrik Tjäder
parent 32c11567b3
commit fbd31e09cc

View file

@ -11,6 +11,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- `examples/periodic-at.rs`, an example of a periodic timer without accumulated drift. - `examples/periodic-at.rs`, an example of a periodic timer without accumulated drift.
- `examples/periodic-at2.rs`, an example of a periodic process with two tasks, with offset timing. Here we depict two alternative usages of the timer type, explicit and trait based. - `examples/periodic-at2.rs`, an example of a periodic process with two tasks, with offset timing. Here we depict two alternative usages of the timer type, explicit and trait based.
- book: Update `Monotonic` tips. - book: Update `Monotonic` tips.
- Lockall api added
## [v1.0.0] - 2021-12-25 ## [v1.0.0] - 2021-12-25