Skip to content

Commit

Permalink
Update CHANGELOG with TRNG addition
Browse files Browse the repository at this point in the history
  • Loading branch information
mciantyre committed Nov 17, 2020
1 parent c697e69 commit 0878f7a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion imxrt-hal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
continues to track time while the SNVS low-power domain remains powered.
- Add ADC channels. The channels implement the `embedded-hal::adc::Oneshot`
trait.
- Preliminary support for the TRNG, with an implementation of embedded_hal's
`rng::Read` trait. Includes support for `rand_core::RngCore` behind the
optional `"rand_core"` feature.

## [0.4.1] 2020-09-23

Expand Down Expand Up @@ -175,4 +178,4 @@ Prior releases were not tracked with a changelog entry.
[0.4.1]: https://github.com/imxrt-rs/imxrt-rs/compare/0.4.0...0.4.1
[0.4.0]: https://github.com/imxrt-rs/imxrt-rs/compare/0.3.0...0.4.0
[0.3.1]: https://github.com/imxrt-rs/imxrt-rs/compare/0.3.0...0.3.1
[0.3.0]: https://github.com/imxrt-rs/imxrt-rs/compare/0.2.1...0.3.0
[0.3.0]: https://github.com/imxrt-rs/imxrt-rs/compare/0.2.1...0.3.0

0 comments on commit 0878f7a

Please sign in to comment.