aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Adam Greig <adam@adamgreig.com> 2020-09-05 19:39:16 +0100
committerGravatar Adam Greig <adam@adamgreig.com> 2020-09-05 19:39:16 +0100
commitccd20a892031a522be662451ca8a0c5356014c1a (patch)
treec732b48a7493853619549b4538d79f419e36c9ec
parent5d5e15181f4d4eeacb9876a514f7359527f9b361 (diff)
downloadcortex-m-ccd20a892031a522be662451ca8a0c5356014c1a.tar.gz
cortex-m-ccd20a892031a522be662451ca8a0c5356014c1a.tar.zst
cortex-m-ccd20a892031a522be662451ca8a0c5356014c1a.zip
Add note about LTO inlining assembly to CHANGELOG
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f5695d4..d7cae7a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,6 +14,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Associated const `PTR` is introduced to Core Peripherals to
eventually replace the existing `ptr()` API.
- A delay driver based on SysTick.
+- You can now use LTO to inline assembly calls, even on stable Rust.
+ See the `asm/lib.rs` documentation for more details.
### Changed