All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
semihosting
in README.md.riscv
Cargo workspacehprint
, hprintln
, heprint
, heprintln
, and dbg
macros.
hprint
and heprintln
print to host stdout without and with a
newline, respectively.heprint
and heprintln
do the same, except to host stderr.dbg
works exactly like
std::dbg
.HStdout
and HStderr
have been combined into HostStream
.inline-asm
feature removed, switched to stabilized inline asm and MSRV
bumped to 1.59.0