aboutsummaryrefslogtreecommitdiff
path: root/embassy-rp/src/adc.rs
Commit message (Expand)AuthorAgeFilesLines
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-4/+4
* rp: add missing `Debug` and `defmt::Format` `derive`s for ADCRalph Ursprung2025-05-151-0/+2
* Merge pull request #3999 from embassy-rs/peripehral-v2Dario Nieuwenhuis2025-03-271-16/+14
|\
| * Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-271-16/+14
* | rp/adc: fix potential race conditionAdrian Wowk2025-03-261-2/+4
|/
* Correct ADC channels for RP2350XBflippette2025-01-301-3/+13
* Desugar some async fnsDániel Buga2024-12-301-4/+4
* Fix CI, rename private feature, address comments from dirbaio.Caleb Jamison2024-08-121-2/+2
* Handle pad isolation everywhere and in the same way.Caleb Jamison2024-08-101-0/+2
* Initial rp235x supportCaleb Jamison2024-08-081-1/+26
* Add comment about internal apikalkyl2024-06-221-0/+2
* rp: Add multichannel ADCkalkyl2024-06-051-5/+66
* rp: remove mod sealed.Dario Nieuwenhuis2024-04-051-13/+11
* fix minor clippy lints in embassy_rpRafael Bachmann2024-03-181-8/+3
* docs: document all embassy-rp public apisUlf Lilleengen2023-12-191-0/+24
* added sampling frequency setting to adc capture methods on rp2040Ilya Epifanov2023-10-091-2/+6
* rp: add single-channel dma from adcpennae2023-08-021-2/+113
* rp: generalize adc inputs from pins to channelspennae2023-08-011-54/+48
* rp: remove AdcChannel::channelpennae2023-08-011-14/+7
* rp: add AdcChannel traitpennae2023-08-011-3/+5
* Rename embassy-hal-common to embassy-hal-internal, document it's for internal...Dario Nieuwenhuis2023-07-281-1/+1
* rp: disable adc hardware on Adc droppennae2023-07-201-0/+10
* rp/adc: rewrite the modulepennae2023-07-071-84/+141
* disable pull-up and down resistors for rp adc blocking_readDietrich Beck2023-06-221-2/+8
* rp: update rp-pac.Dario Nieuwenhuis2023-06-161-66/+54
* Make interrupt module more standard.Dario Nieuwenhuis2023-06-081-9/+7
* cortex-m: remove owned interrupts.Dario Nieuwenhuis2023-06-011-3/+3
* rp: remove take!, add bind_interrupts!pennae2023-05-151-12/+19
* fix: rp - disable Pull-down/up resistors for ADC readLachezar Lechev2023-02-281-1/+10
* Change interrupt modify into writeHenrik Alsér2022-11-221-2/+2
* CleanupHenrik Alsér2022-11-151-6/+1
* embassy-rp: Add basic ADC moduleHenrik Alsér2022-11-151-0/+178