embassy/tests/rp
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
..
.cargo ci: run HIL tests in parallel. 2023-05-30 01:10:53 +02:00
src rp/adc: rewrite the module 2023-07-07 17:46:35 +02:00
build.rs ci: run HIL tests in parallel. 2023-05-30 01:10:53 +02:00
Cargo.toml update embedded-hal crates. 2023-07-04 19:59:36 +02:00
link_ram.x rp: add GPIO HIL test. 2022-07-09 02:14:30 +02:00