embassy/tests
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
..
nrf fix flaky test wifi_esp_hosted_perf 2023-07-28 23:49:37 +02:00
perf-server cyw43: add perf HIL test. 2023-06-06 02:50:57 +02:00
riscv32 Release embassy-time v0.1.2 2023-07-06 01:29:44 +02:00
rp rp: add single-channel dma from adc 2023-08-02 17:04:32 +02:00
stm32 stm32/can: Fix latency measurement in tests 2023-07-31 13:24:50 +03:00
utils Support overflow detection for more than one ring-period 2023-05-01 22:42:36 +02:00