Dario Nieuwenhuis
Dario Nieuwenhuis
LOCK, SCALEN, BRGEN, EN enums should be deleted, they're redundant.
should we wait for https://github.com/rp-rs/pio-rs/pull/66 before merge? I see there's still quite a bit of discussion there.
afaict it's still waiting on https://github.com/rp-rs/pio-rs/pull/66
I'm concerned about the extra complexity caused by having to pass the generic param through everywhere. What's the intended use case of the SocketSet trait? There are pending possible improvements...
shared it in more places - https://docs.embassy.dev menu bar - Zephyr discord, #rust channel - Pigweed discord, #rust channel
done in #3923
This PR has quite a bit of unrelated things mixed: - GPDMA ringbuffer support. - New APIs `stop` and `write_immediate`. - U5 RCC support for PLLP/Q - SAI changes Could...
You can do [`.degrade_adc()`](https://docs.embassy.dev/embassy-stm32/git/stm32h743zi/adc/trait.AdcChannel.html) on a pin, which converts all pins to the same type, [`AnyAdcChannel`](https://docs.embassy.dev/embassy-stm32/git/stm32h743zi/adc/struct.AnyAdcChannel.html). See example: https://github.com/embassy-rs/embassy/blob/main/examples/stm32h7/src/bin/adc_dma.rs#L55-L68
could you rebase then fix the build issue?
If you want this fixed, please send a PR instead of invoking the "could be security relevant" card.