You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added
New assembly methods asm::semihosting_syscall, asm::bootstrap, and asm::bootload.
Deprecated
msp::write has been deprecated in favor of asm::bootstrap. It was not
possible to use msp::write without causing Undefined Behavior, so all
existing users are encouraged to migrate.
Fixed
Fixed a bug in asm::delay which could lead to incorrect codegen and
infinite loops.
Improved timing guarantees of asm::delay on multiple-issue CPU cores.
Additional compiler fences added to inline assembly where necessary.
Fixed DWARF debug information in pre-built assembly binaries.