Closed nickray closed 5 years ago
Added an example as documentation.
Looks like we'll need to edition-2018ify this crate first.
Interesting, I see no compilation errors (also explicitly setting 2015 edition), and successfully link into a 2018 edition example. Does Travis have some sort of strict mode? Or maybe it's because I use 1.37.
I assume the edition update should be a separate request, right? If I go at it, anything I need to consider besides making it compile?
Hehe, adding stable thumbv8m testing fixed https://travis-ci.org/rust-embedded/cortex-m-semihosting/jobs/575372081
We should probably mention edition2018 in the changelog but we can add that after.
I think this would be quite useful. Thoughts?
Maybe it would be better for
dbg!
to be in core with somehow switchable implementation (semihosting, vcom, etc.), but I don't know how to approach that.Added CHANGELOG also for the missing one for https://github.com/rust-embedded/cortex-m-semihosting/pull/39
Perhaps some more documentation is needed?