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
...
*
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
*
We must allow the run handler to mutate state
huntc
2021-10-18
1
-2
/
+2
*
We can kick start the internal timer outside of the main loop
huntc
2021-10-18
1
-11
/
+10
*
Removed debugging logs
huntc
2021-10-18
1
-2
/
+0
*
Implements continuous sampling for the nRF SAADC
huntc
2021-10-18
1
-4
/
+141
*
nrf/saadc: make InputChannel private.
Dario Nieuwenhuis
2021-10-13
1
-4
/
+4
*
nrf/saadc: make Input trait sealed.
Dario Nieuwenhuis
2021-10-13
1
-4
/
+11
*
nrf/saadc: require unborrow for Input.
Dario Nieuwenhuis
2021-10-13
1
-1
/
+1
*
nrf/saadc: move chip-specific mappings to chips/
Dario Nieuwenhuis
2021-10-11
1
-39
/
+8
*
nrf/saadc: nrf52805 only has 2 channels
Dario Nieuwenhuis
2021-10-11
1
-2
/
+7
*
Conflates the negative and positive types as they are the same, and renames p...
huntc
2021-10-11
1
-66
/
+26
*
Removed the NotConnected as it isn't used.
huntc
2021-10-11
1
-14
/
+0
*
No use case understood for NotConnected, so hiding it for now
huntc
2021-10-11
1
-2
/
+1
*
No need for unwrap
huntc
2021-10-11
1
-2
/
+1
*
Need to borrow the pins for the lifetime of the config, and subsequently the ...
huntc
2021-10-11
1
-5
/
+9
*
Extend SAADC one shot support
huntc
2021-10-09
1
-39
/
+136
*
nrf/saadc: remove Sample trait.
Dario Nieuwenhuis
2021-10-07
1
-20
/
+2
*
embassy: Refactor module structure to remove kitchen-sink `util`.
Dario Nieuwenhuis
2021-09-11
1
-1
/
+2
*
nrf/saadc: don't use wake_on_interrupt.
Dario Nieuwenhuis
2021-09-01
1
-13
/
+23
*
Rename embassy-extras to embassy-hal-common
Dario Nieuwenhuis
2021-07-29
1
-1
/
+1
*
nrf/saadc: do not use dyn
Dario Nieuwenhuis
2021-05-22
1
-46
/
+47
*
Avoid using full GAT
Ulf Lilleengen
2021-05-22
1
-7
/
+7
*
Makes it possible to use the ADC with different analog pins
Ulf Lilleengen
2021-05-21
1
-16
/
+14
*
Mark Unborrow as unsafe to implement
Dario Nieuwenhuis
2021-05-19
1
-1
/
+1
*
nrf/saadc: remove Pin
Dario Nieuwenhuis
2021-05-19
1
-8
/
+6
*
Fix unused field warnings
Rukai
2021-05-17
1
-6
/
+2
*
Rename PeripheralBorrow to Unborrow
Dario Nieuwenhuis
2021-04-14
1
-9
/
+6
*
nrf/saadc: initial implementation
Richard Dodd
2021-03-29
1
-0
/
+242
[prev]