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-nrf
/
src
/
saadc.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove Peripheral trait, rename PeripheralRef->Peri.
Dario Nieuwenhuis
2025-03-27
1
-34
/
+39
*
clean the SAADC's register while dropping
drindr
2025-03-23
1
-0
/
+4
*
nrf: port to chiptool-based `nrf-pac`.
Dario Nieuwenhuis
2024-11-04
1
-132
/
+115
*
nrf, doc: Don't refer to `Default` impl of `saadc::ChannelConfig`
Frank Plowman
2024-08-09
1
-1
/
+2
*
saddc regression fix
nerwalt
2024-07-15
1
-1
/
+1
*
Adding _nrf91 feature
nerwalt
2024-07-15
1
-2
/
+2
*
Adding support for 9120
nerwalt
2024-06-28
1
-2
/
+2
*
nrf: remove mod sealed.
Dario Nieuwenhuis
2024-04-05
1
-10
/
+6
*
Rename embassy-hal-common to embassy-hal-internal, document it's for internal...
Dario Nieuwenhuis
2023-07-28
1
-2
/
+2
*
Adjusted build issue
Cameron
2023-06-30
1
-2
/
+2
*
Attempt to fix certain borrowing rule issues
Cameron
2023-06-30
1
-1
/
+3
*
Make interrupt module more standard.
Dario Nieuwenhuis
2023-06-08
1
-5
/
+5
*
cortex-m: remove owned interrupts.
Dario Nieuwenhuis
2023-06-01
1
-3
/
+3
*
common/peripheral: do not require mut in PeripheralRef clone_unchecked.
Dario Nieuwenhuis
2023-04-11
1
-1
/
+1
*
nrf/saadc: switch to new interrupt binding.
Dario Nieuwenhuis
2023-03-06
1
-28
/
+34
*
nrf: docs.
Dario Nieuwenhuis
2023-02-01
1
-21
/
+35
*
Stop sampling when exiting the Saadc methods
huntc
2023-01-18
1
-3
/
+9
*
Replace futures::future::poll_fn -> core::future::poll_fn.
Dario Nieuwenhuis
2022-09-22
1
-1
/
+1
*
Avoid context switch and wait for stop
huntc
2022-08-31
1
-47
/
+2
*
Permits the future to be cancelled
huntc
2022-08-30
1
-2
/
+31
*
Additional doco
huntc
2022-08-30
1
-0
/
+2
*
Ensure that the sampling is stopped
huntc
2022-08-26
1
-0
/
+43
*
split `embassy-util` into `embassy-futures`, `embassy-sync`.
Dario Nieuwenhuis
2022-08-22
1
-1
/
+1
*
Split embassy crate into embassy-executor, embassy-util.
Dario Nieuwenhuis
2022-07-29
1
-1
/
+1
*
nrf: replace PhantomData usages with PeripheralRef.
Dario Nieuwenhuis
2022-07-23
1
-71
/
+63
*
Rename Unborrowed -> PeripheralRef, Unborrow -> Peripheral
Dario Nieuwenhuis
2022-07-23
1
-14
/
+14
*
Rename unsafe_impl_unborrow to impl_unborrow
Dario Nieuwenhuis
2022-07-23
1
-9
/
+4
*
WIP: Make unborrow safe to use
Grant Miller
2022-07-23
1
-13
/
+3
*
nrf/saadc: add type-erased AnyInput.
Dario Nieuwenhuis
2022-07-21
1
-1
/
+26
*
Run rustfmt.
Dario Nieuwenhuis
2022-06-12
1
-47
/
+19
*
Add embassy-cortex-m crate.
Dario Nieuwenhuis
2022-06-12
1
-2
/
+2
*
Add saadc::VddhDiv5Input
alexmoon
2022-04-08
1
-0
/
+23
*
Simplifies the API by taking in the TIMER and PPI channels
huntc
2022-03-07
1
-39
/
+53
*
Improve nRF Saadc sampling
huntc
2022-03-07
1
-7
/
+76
*
Some documentation corrections and expansion
huntc
2021-11-22
1
-1
/
+1
*
nrf: saadc do not reexport pac enums
Jacob Rosenthal
2021-11-20
1
-10
/
+188
*
nrf91: support running in both S and NS mode.
Dario Nieuwenhuis
2021-10-26
1
-2
/
+2
*
nrf: saadc dummy pin for vdd sampling
Jacob Rosenthal
2021-10-24
1
-0
/
+23
*
Formatting
huntc
2021-10-18
1
-3
/
+1
*
Optimises the buffer passing for nRF SAADC
huntc
2021-10-18
1
-1
/
+1
*
Comments corrected
huntc
2021-10-18
1
-5
/
+4
*
Renamed sample rate to what it actually is
huntc
2021-10-18
1
-4
/
+4
*
Remove unneeded stop
huntc
2021-10-18
1
-1
/
+0
*
Ensure the compiler doesn't reorder things before calling the sampler
huntc
2021-10-18
1
-0
/
+2
*
Use types to strengthen the buffer dimensioning
huntc
2021-10-18
1
-13
/
+9
*
As suggested, use the const param to declare the internal sample for one chan...
huntc
2021-10-18
1
-30
/
+24
*
Removed the Mode enum and factored out into two functions so that we can asse...
huntc
2021-10-18
1
-20
/
+53
*
Combine intenset calls
huntc
2021-10-18
1
-2
/
+5
*
Compact expression
huntc
2021-10-18
1
-10
/
+6
*
Hangover - should have set this to internal for a previous PR
huntc
2021-10-18
1
-1
/
+1
[next]