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
/
examples
/
nrf
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Specify unit in log output
Ulf Lilleengen
2021-10-19
1
-1
/
+1
*
Add support for temperature sensor peripheral
Ulf Lilleengen
2021-10-19
1
-0
/
+26
*
Use types to strengthen the buffer dimensioning
huntc
2021-10-18
1
-6
/
+4
*
Removed the Mode enum and factored out into two functions so that we can asse...
huntc
2021-10-18
1
-2
/
+2
*
We have to reduce the buffer size to cater for the number of channels to scan
huntc
2021-10-18
1
-2
/
+2
*
We must allow the run handler to mutate state
huntc
2021-10-18
1
-2
/
+17
*
Implements continuous sampling for the nRF SAADC
huntc
2021-10-18
2
-2
/
+51
*
Extend SAADC one shot support
huntc
2021-10-09
1
-4
/
+6
*
nrf/saadc: remove Sample trait.
Dario Nieuwenhuis
2021-10-07
1
-1
/
+1
*
embassy/channel: switch to use MutexKind
Dario Nieuwenhuis
2021-09-13
1
-3
/
+4
*
embassy: Refactor module structure to remove kitchen-sink `util`.
Dario Nieuwenhuis
2021-09-11
1
-3
/
+2
*
Remove trait_alias, allow(incomplete_features).
Dario Nieuwenhuis
2021-09-03
21
-21
/
+0
*
Merge pull request #382 from fnafnio/typestate_nrf_timer
Dario Nieuwenhuis
2021-09-02
1
-0
/
+29
|
\
|
*
removed type aliases
f_punk
2021-09-02
1
-0
/
+29
*
|
nrf/saadc: add example
Dario Nieuwenhuis
2021-09-01
1
-0
/
+25
|
/
*
Improve executor naming. Add docs.
Dario Nieuwenhuis
2021-08-31
1
-3
/
+3
*
nrf/wdt: add handle steal
Dario Nieuwenhuis
2021-08-20
1
-1
/
+1
*
nrf: add WDT driver
Dario Nieuwenhuis
2021-08-07
1
-0
/
+46
*
examples: Consistently use unwrap! in favor of .unwrap()
Ben Gamari
2021-08-05
9
-32
/
+34
*
time: replace dyn clock/alarm with a global Driver trait
Dario Nieuwenhuis
2021-08-05
10
-42
/
+9
*
Update nightly, remove removed features.
Dario Nieuwenhuis
2021-08-04
18
-36
/
+0
*
rustfmt everything
Dario Nieuwenhuis
2021-08-04
1
-1
/
+0
*
hal-common: remove Pin in PeripheralMutex
Dario Nieuwenhuis
2021-08-02
1
-0
/
+3
*
Provides a cleaner construction of the channel with the common "new" naming
huntc
2021-07-15
1
-1
/
+2
*
Use of a NoopMutex
huntc
2021-07-15
1
-4
/
+4
*
Remove the cell and trait
huntc
2021-07-15
1
-4
/
+4
*
Replace UnsafeCell
huntc
2021-07-15
1
-5
/
+3
*
Reduces the types on sender and receiver
huntc
2021-07-15
1
-3
/
+5
*
Multi Producer Single Consumer channel
huntc
2021-07-15
1
-0
/
+64
*
Update RNG example
Liam Murphy
2021-06-30
1
-4
/
+17
*
Add an nRF RNG driver
Liam Murphy
2021-06-29
1
-0
/
+30
*
Move examples to a subdirectory
Dario Nieuwenhuis
2021-06-02
18
-0
/
+1153