v0.6.3
·
1191 commits
to master
since this release
Added
- Initial Cortex-M Security Extension support for armv8m
UDF
intrinsic- Methods to enable/disable exceptions in SCB
Fixed
- Fix bug in
asm::delay
not updating status clobber flags - Swapped to
llvm_asm!
to support inline assembly on new nightlies - Our precompiled assembly routines have additional debug information
- ITM
is_fifo_ready
improved to support armv8 - Cache enabling moved to pre-built assembly routines to prevent possible
undefined behaviour