embassy/tests/rp
pennae a6b8f3d994 rp: add single-channel dma from adc
with uniform treatment of adc inputs it's easy enough to add a new
sampling method. dma sampling only supports one channel at the moment,
though round-robin sampling would be a simple extension (probably a new
trait that's implemented for Channel and &[Channel]). continuous dma as
proposed in #1608 also isn't done here, we'd expect that to be a
compound dma::Channel that internally splits a buffer in half and
dispatches callbacks or something like that.
2023-08-02 17:04:32 +02:00
..
.cargo ci: run HIL tests in parallel. 2023-05-30 01:10:53 +02:00
src rp: add single-channel dma from adc 2023-08-02 17:04:32 +02:00
build.rs ci: run HIL tests in parallel. 2023-05-30 01:10:53 +02:00
Cargo.toml rp/pio: use bind_interrupts for irqs 2023-07-07 16:27:10 +02:00
link_ram.x rp: add GPIO HIL test. 2022-07-09 02:14:30 +02:00