diff options
author | 2020-11-10 18:58:15 +0000 | |
---|---|---|
committer | 2020-11-10 18:58:15 +0000 | |
commit | 5016fd815d1fcb7914ecfb0e498582aefaa29242 (patch) | |
tree | 9c230389e90acd7e11978ef8b36884bbee0107a9 | |
parent | 4a78f3e52154d1bbd663419eca472670b7a08e25 (diff) | |
download | cortex-m-5016fd815d1fcb7914ecfb0e498582aefaa29242.tar.gz cortex-m-5016fd815d1fcb7914ecfb0e498582aefaa29242.tar.zst cortex-m-5016fd815d1fcb7914ecfb0e498582aefaa29242.zip |
Add SAU addition to CHANGELOG
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ee7a5d4..142a63f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). See the `asm/lib.rs` documentation for more details. - Initial ARMv8-M MPU support - ICTR and ACTLR registers added +- Support for the Security Attribution Unit on ARMv8-M ### Changed |