Skip to content

v0.7.1

Compare
Choose a tag to compare
@adamgreig adamgreig released this 25 Jan 11:20
· 925 commits to master since this release
ad7e01b

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.