Johann Hemmann

Results 231 comments of Johann Hemmann

Hi @Rahix, Thank you very much for your answer! _(I am working on this together with @katethemate)_ I would be very interested in why it doesn't work with the way...

A call would be awesome! We are at CET and tomorrow after 6pm or weekend should work, but I will check back with @katethemate to make sure. Can you please...

> Exposing this shouldn't be a problem. Great! 😄 > Maybe it might be better to add a more generic error for this case? This error indicates that no device...

I like that proposal!

This is more of a clippy, than a defmt issue. In best case clippy would ignore lints from foreign macros, since as a user you have limited control over the...

This is a problem with the `opt-level`, which is currently set to `3`, which is the highest optimization. Lowering it to `1` fixes this bug, but I am not sure...

I've copied the implementation of `cortex_m::Peripherals::take()` to `hello.rs`, which resulted in the same behavior of not showing the location info. Next I reduced it as much as possible, but that...

Thank you for the write-up. I think your last bullet point (panic_handler) misses the end of the sentence.

Hi, should we put this list into the documentation or changelog? Else this can be closed I guess?

Implementing `assert_eq!` will be very similar to `write!` and therefore rather straight-forward.