All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- Bring in API changes from
cortex-m-semihosting,
including:
- Addition of the
hprint
,hprintln
,heprint
,heprintln
, anddbg
macros.hprint
andheprintln
print to host stdout without and with a newline, respectively.heprint
andheprintln
do the same, except to host stderr.dbg
works exactly likestd::dbg
.
HStdout
andHStderr
have been combined intoHostStream
.inline-asm
feature removed, switched to stabilized inline asm and MSRV bumped to 1.59.0
- Addition of the
- Clean up documentation, removing unnecessary references to cortex-m-semihosting and improving clarity.
- Added GitHub Actions CI
- Add features to select the privilege level the semihosting operations will be started from
v0.0.1 - 2018-02-27
- Initial release