diff options
author | 2020-08-23 21:58:30 +0300 | |
---|---|---|
committer | 2020-08-23 21:58:30 +0300 | |
commit | 7839a6a602015b3ad351584640642915477eb20d (patch) | |
tree | 4e069ba8a02f3b19f4ff1c02f808acee0658ee9a | |
parent | 7caf4124ad18033fa6270644ed0493535365e998 (diff) | |
download | cortex-m-7839a6a602015b3ad351584640642915477eb20d.tar.gz cortex-m-7839a6a602015b3ad351584640642915477eb20d.tar.zst cortex-m-7839a6a602015b3ad351584640642915477eb20d.zip |
Add change log entry
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e6ad454..558f07a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). various NVIC functions, replacing the previous use of `Nr` from bare-metal. - Associated const `PTR` is introduced to Core Peripherals to eventually replace the existing `ptr()` API. +- A delay driver based on SysTick. ## [v0.6.2] - 2020-01-12 |