Update to latest cortex-m?
thejpster opened this issue · 5 comments
thejpster commented
I notice that hprintln! is missing from the later versions of the cortex-m crate. Is there a replacement?
japaric commented
Is there a replacement?
write! macro from core + hio::hstdout from cortex-m-semihosting
thejpster commented
Ah. Will there be a new version of the quickstart at some point? I might be able to help, if I can find the time.
jamesmunns commented
Additionally, rtfm examples like this one will not work with the current cortex-m (relies on a component from 0.4.x)
kitlith commented
Fixed as of v0.2.5?