aboutsummaryrefslogtreecommitdiff
path: root/tests/rp/src/bin/adc.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-271-23/+38
* rustfmt againCaleb Jamison2025-02-181-2/+1
* rustfmt fixupCaleb Jamison2025-02-181-2/+1
* Inital rp23 ci testsCaleb Jamison2025-02-181-35/+30
* Change pin in HIL testkalkyl2024-06-221-1/+1
* rp: Add multichannel ADCkalkyl2024-06-051-0/+13
* tests: use executor task arena instead of TAIT.Dario Nieuwenhuis2023-11-271-1/+0
* fixed rp adc testsIlya Epifanov2023-10-091-2/+10
* net-wiznet: add HIL test using w5100s.Dario Nieuwenhuis2023-08-161-2/+1
* rp: fix adc test flakinesspennae2023-08-031-1/+3
* rp: add single-channel dma from adcpennae2023-08-021-4/+51
* rp: generalize adc inputs from pins to channelspennae2023-08-011-11/+11
* rp/adc: rewrite the modulepennae2023-07-071-0/+86