diff options
author | 2022-11-08 20:53:15 +0000 | |
---|---|---|
committer | 2022-11-08 20:53:15 +0000 | |
commit | 90c1cb6f10dcf7d8a8b4c994aea0eeefe3578c7d (patch) | |
tree | 1713ecf581f5e430e90b76a9dd104a156c66730e /cortex-m-rt/src/lib.rs | |
parent | b0d2d03554cb6ccb0004d5659755026959502b7e (diff) | |
parent | bf4c7e617efc8745ea93417e59508ee8f90ffc7a (diff) | |
download | cortex-m-90c1cb6f10dcf7d8a8b4c994aea0eeefe3578c7d.tar.gz cortex-m-90c1cb6f10dcf7d8a8b4c994aea0eeefe3578c7d.tar.zst cortex-m-90c1cb6f10dcf7d8a8b4c994aea0eeefe3578c7d.zip |
Merge #454c-m-rt-v0.7.2
454: Prepare for cortex-m-rt 0.7.2 r=therealprof a=adamgreig
It's been about a year since the last release so may as well get the couple of bug fixes and new assembly out, I think. This also adds the new set-vtor and set-sp features.
Co-authored-by: Adam Greig <adam@adamgreig.com>
Diffstat (limited to 'cortex-m-rt/src/lib.rs')
-rw-r--r-- | cortex-m-rt/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cortex-m-rt/src/lib.rs b/cortex-m-rt/src/lib.rs index 5f8af73..6e6bf7e 100644 --- a/cortex-m-rt/src/lib.rs +++ b/cortex-m-rt/src/lib.rs @@ -491,7 +491,7 @@ macro_rules! cfg_global_asm { // This reset vector is the initial entry point after a system reset. // Calls an optional user-provided __pre_init and then initialises RAM. // If the target has an FPU, it is enabled. -// Finally jumsp to the user main function. +// Finally jumps to the user main function. #[cfg(cortex_m)] cfg_global_asm! { ".cfi_sections .debug_frame |