Dániel Buga
Dániel Buga
I have an L10, I can probably manage that. Probably not the L11's fancy additions, though.
We can keep this issue open for a while. In my mind, both `probe-rs run/attach` and `cargo embed` should use the same RTT display implementation, with maybe different defaults (I...
Yeah I kind of intended to repurpose the issue :) While the original question has been resolved, the question in the title has not: there's no way to redirect output...
> There is a small risk that the probe will inspect RAM whilst we are in the middle of copying from Flash to RAM Interestingly, with certain ESP32 MCUs this...
> It is actually impossible to add "ARM multicore support" to embassy-executor At this point I believe the executors in embassy-executor should explicitly be declared single-core only. - ESP32 Xtensa...
Oh, this has the potential of breaking VSCode terminal. I was wondering why I could no longer use `cargo` there, and the issue was resolved when I removed my duplicate...
> Did you install the environment several times? Yes, I did. That it duplicated its PATH entries is a separate issue, but the end result is the same: I ended...
Thanks for the ping. As I'm not an embedded-hal team member, I don't feel comfortable to just propose an API change like this, so I posted the issue as a...
`embedded-hal-bus` 0.2 has been released recently. The new [constructor](https://docs.rs/embedded-hal-bus/0.2.0/embedded_hal_bus/spi/struct.ExclusiveDevice.html#method.new) now sets the CS high regardless of its initial value.
Hi! Since this issue is about enhancing WSL support, I think this comment may be relevant here so I don't open a separate issue. I just found your crate (I'm...