Timo Kröger
Timo Kröger
Thank you for the table, that’s a really nice overview! I’m also developing a battery powered device and struggling with the same issues. I agree with all your points and...
> I always imagined that one use case for `free`-type methods is to initialize the peripheral using the HAL API, then use the PAC API as an escape hatch to...
Yes, this is ready for review. Rebased to resolve the merge conflicts. With a different LoRaWAN network provider I could occasionally receive downlink messages. Did not yet have the time...
Rebased to include @lulf s changes
I think https://github.com/nrf-rs/nrf-hal/issues/8 is related
The *DMA* peripheral explicitly documents the described scenario as supported. For *BDMA* I found one stumbling block in peripheral docs (checked L0 and G0): > Stop and abort a channel...
I had to do some workaround in the nRF example to get the USB serial working on windows: https://github.com/embassy-rs/embassy/blob/master/examples/nrf/src/bin/usb_serial.rs#L43-L48 Does it also fix your issue?
I fully agree with jonas here. The error kinds were chosen to map to the error conditions defined by the CAN spec (same wording in the doc strings as the...
Thank you for tackling this issue. Could you please provide an example on how to use the new Trait in a generic driver?
Related discussion: https://github.com/rust-embedded/embedded-hal/pull/212#issuecomment-635822962