diff options
author | 2020-07-27 19:07:32 -0400 | |
---|---|---|
committer | 2020-07-27 19:07:32 -0400 | |
commit | 9727296c110b4e26b0333c536ddbddbd8d8fada7 (patch) | |
tree | 1ee44ac7f9639f24681ac6fe36ab48fb39170173 | |
parent | 881620c0acc4d8ed81b4d347ee0c13eb94298ea3 (diff) | |
download | cortex-m-9727296c110b4e26b0333c536ddbddbd8d8fada7.tar.gz cortex-m-9727296c110b4e26b0333c536ddbddbd8d8fada7.tar.zst cortex-m-9727296c110b4e26b0333c536ddbddbd8d8fada7.zip |
CHANGELOG: const 'PTR' is introduced for Core Peripherals
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a58686f..f493ea3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - New `InterruptNumber` trait is now required on interrupt arguments to the various NVIC functions, replacing the previous use of `Nr` from bare-metal. +- Associated const `PTR` is introduced to Core Peripherals to + replace the existing `ptr()` API. `ptr()` API is to be removed in the + next breaking release (v0.7) ## [v0.6.2] - 2020-01-12 |