Dion Dokter
Dion Dokter
There are multiple issues which I believe have the same root cause: https://github.com/probe-rs/probe-rs/issues/1162 https://github.com/probe-rs/probe-rs/issues/1012 I just don't know what that root cause is :frowning_face:
> What kind of debug probe are you using? Does this happen with the nRF9160 DK? Happens on the DK too yeah. When using nRF chips, I usually use a...
I think this issue can be closed now. The PR of Dario seems to have solved this.
I like that the core selector can be both an index or a name :)
Based on the defmt book I can see: - Primitive specifications. But these can mostly be ignored, except for the bitfields and interned strings (https://defmt.ferrous-systems.com/primitives.html) - The `:a` ascii hint...
I don't think there are any plans for anything. This HAL isn't really maintained anymore unless someone steps up. Better luck with using embassy-nrf, though I just checked and it...
If with 'the' stack you mean softdevice, then take a look at Embassy. They've got good support for it there.
Hey, this looks pretty nice! However... I'm not a maintainer here (though I think I might have some limited permissions). In fact, this crate has no active maintainers at this...
Yes, so the major thing happening right now is the addition of the `optimize_for_size` flag to core/alloc/std. This allows us to introduce changes to the standard library that make things...
Hi, I've not run into that so far. Can you tell me what the modem api actually returns? My guess is that we just have to add something in the...