embassy/tests
pennae 972cdd4265 rp/adc: rewrite the module
- don't require an irq binding for blocking-only adc
- abstract adc pins into an AnyPin like interface, erasing the actual
  peripheral type at runtime.
- add pull-up/pull-down functions for adc pins
- add a test (mostly a copy of the example, to be honest)
- configure adc pads according to datasheet
- report conversion errors (although they seem exceedingly rare?)
- drop embedded-hal interfaces. embedded-hal channels can do neither
  AnyPin nor pullup/pulldown without encoding both into the type
2023-07-07 17:46:35 +02:00
..
nrf update embedded-hal crates. 2023-07-04 19:59:36 +02:00
perf-server cyw43: add perf HIL test. 2023-06-06 02:50:57 +02:00
riscv32 Bump versions preparing for -macros and -executor release 2023-04-27 11:54:22 +02:00
rp rp/adc: rewrite the module 2023-07-07 17:46:35 +02:00
stm32 update embedded-hal crates. 2023-07-04 19:59:36 +02:00
utils Support overflow detection for more than one ring-period 2023-05-01 22:42:36 +02:00