index
:
embassy
cyw43-link-status-update
fix-input-sync-bypass
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
embassy-rp
/
src
/
adc.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rustfmt for edition 2024.
Dario Nieuwenhuis
2025-10-06
1
-4
/
+4
*
rp: add missing `Debug` and `defmt::Format` `derive`s for ADC
Ralph Ursprung
2025-05-15
1
-0
/
+2
*
Merge pull request #3999 from embassy-rs/peripehral-v2
Dario Nieuwenhuis
2025-03-27
1
-16
/
+14
|
\
|
*
Remove Peripheral trait, rename PeripheralRef->Peri.
Dario Nieuwenhuis
2025-03-27
1
-16
/
+14
*
|
rp/adc: fix potential race condition
Adrian Wowk
2025-03-26
1
-2
/
+4
|
/
*
Correct ADC channels for RP2350XB
flippette
2025-01-30
1
-3
/
+13
*
Desugar some async fns
Dániel Buga
2024-12-30
1
-4
/
+4
*
Fix CI, rename private feature, address comments from dirbaio.
Caleb Jamison
2024-08-12
1
-2
/
+2
*
Handle pad isolation everywhere and in the same way.
Caleb Jamison
2024-08-10
1
-0
/
+2
*
Initial rp235x support
Caleb Jamison
2024-08-08
1
-1
/
+26
*
Add comment about internal api
kalkyl
2024-06-22
1
-0
/
+2
*
rp: Add multichannel ADC
kalkyl
2024-06-05
1
-5
/
+66
*
rp: remove mod sealed.
Dario Nieuwenhuis
2024-04-05
1
-13
/
+11
*
fix minor clippy lints in embassy_rp
Rafael Bachmann
2024-03-18
1
-8
/
+3
*
docs: document all embassy-rp public apis
Ulf Lilleengen
2023-12-19
1
-0
/
+24
*
added sampling frequency setting to adc capture methods on rp2040
Ilya Epifanov
2023-10-09
1
-2
/
+6
*
rp: add single-channel dma from adc
pennae
2023-08-02
1
-2
/
+113
*
rp: generalize adc inputs from pins to channels
pennae
2023-08-01
1
-54
/
+48
*
rp: remove AdcChannel::channel
pennae
2023-08-01
1
-14
/
+7
*
rp: add AdcChannel trait
pennae
2023-08-01
1
-3
/
+5
*
Rename embassy-hal-common to embassy-hal-internal, document it's for internal...
Dario Nieuwenhuis
2023-07-28
1
-1
/
+1
*
rp: disable adc hardware on Adc drop
pennae
2023-07-20
1
-0
/
+10
*
rp/adc: rewrite the module
pennae
2023-07-07
1
-84
/
+141
*
disable pull-up and down resistors for rp adc blocking_read
Dietrich Beck
2023-06-22
1
-2
/
+8
*
rp: update rp-pac.
Dario Nieuwenhuis
2023-06-16
1
-66
/
+54
*
Make interrupt module more standard.
Dario Nieuwenhuis
2023-06-08
1
-9
/
+7
*
cortex-m: remove owned interrupts.
Dario Nieuwenhuis
2023-06-01
1
-3
/
+3
*
rp: remove take!, add bind_interrupts!
pennae
2023-05-15
1
-12
/
+19
*
fix: rp - disable Pull-down/up resistors for ADC read
Lachezar Lechev
2023-02-28
1
-1
/
+10
*
Change interrupt modify into write
Henrik Alsér
2022-11-22
1
-2
/
+2
*
Cleanup
Henrik Alsér
2022-11-15
1
-6
/
+1
*
embassy-rp: Add basic ADC module
Henrik Alsér
2022-11-15
1
-0
/
+178