embassy/examples
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 move embassy-net-w5500 to subdir. 2023-05-31 00:54:20 +02:00
boot rp: add async flash 2023-07-28 16:50:54 -06:00
nrf-rtos-trace Added debug=2 in release profile to all examples. 2023-07-26 18:32:40 -07:00
nrf5340 Added debug=2 in release profile to all examples. 2023-07-26 18:32:40 -07:00
nrf52840 Merge branch 'main' into main 2023-07-27 08:50:53 -05:00
nrf52840-rtic Added debug=2 in release profile to all examples. 2023-07-26 18:32:40 -07:00
rp rp: add single-channel dma from adc 2023-08-02 17:04:32 +02:00
std Introduce driver::HardwareAddress without smoltcp dependency 2023-07-31 14:21:26 +02:00
stm32c0 Added debug=2 in release profile to all examples. 2023-07-26 18:32:40 -07:00
stm32f0 Added debug=2 in release profile to all examples. 2023-07-26 18:32:40 -07:00
stm32f1 Added debug=2 in release profile to all examples. 2023-07-26 18:32:40 -07:00
stm32f2 Added debug=2 in release profile to all examples. 2023-07-26 18:32:40 -07:00
stm32f3 Set frequency in stm32 SPI examples 2023-07-31 00:02:50 +02:00
stm32f4 Merge remote-tracking branch 'origin/main' into bxcan_timestamp 2023-07-31 10:29:20 +03:00
stm32f7 Merge remote-tracking branch 'origin/main' into bxcan_timestamp 2023-07-31 10:29:20 +03:00
stm32f334 stm32/hrtim: extract into mod 2023-07-28 17:07:08 -05:00
stm32g0 changed ADDR variable to addr 2023-07-31 15:37:01 +05:30
stm32g4 stm32/pwm: add output type control 2023-07-29 12:01:32 -05:00
stm32h5 stm32/rng: use bind_interrupts!. 2023-07-31 01:41:12 +02:00
stm32h7 Fix probe chip type in stm32h7 example 2023-07-31 10:17:44 +02:00
stm32l0 Merge pull request #1606 from JcBernack/rng-update 2023-07-30 23:44:11 +00:00
stm32l1 Set frequency in stm32 SPI examples 2023-07-31 00:02:50 +02:00
stm32l4 Merge pull request #1606 from JcBernack/rng-update 2023-07-30 23:44:11 +00:00
stm32l5 stm32/rng: use bind_interrupts!. 2023-07-31 01:41:12 +02:00
stm32u5 Added debug=2 in release profile to all examples. 2023-07-26 18:32:40 -07:00
stm32wb wpan: fix examples 2023-07-30 16:46:33 +01:00
stm32wl stm32/rng: use bind_interrupts!. 2023-07-31 01:41:12 +02:00
wasm Added debug=2 in release profile to all examples. 2023-07-26 18:32:40 -07:00