rust-embedded/cortex-m-quickstart

Update to latest cortex-m?

thejpster opened this issue · 5 comments

I notice that hprintln! is missing from the later versions of the cortex-m crate. Is there a replacement?

Is there a replacement?

write! macro from core + hio::hstdout from cortex-m-semihosting

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.

Additionally, rtfm examples like this one will not work with the current cortex-m (relies on a component from 0.4.x)

Fixed as of v0.2.5?

@KitLing yes, thanks for the heads up. Closing this issue then.