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-examples
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement FullDuplex for nrf spim
Dario Nieuwenhuis
2021-03-18
1
-4
/
+5
*
Add raw_spawn example, showcasing how to use embassy without TAIT
Dario Nieuwenhuis
2021-03-18
1
-0
/
+73
*
Rename IrqExecutor to InterruptExecutor
Dario Nieuwenhuis
2021-03-17
1
-5
/
+5
*
Update features for latest nightly.
Dario Nieuwenhuis
2021-03-17
10
-0
/
+20
*
Move traits to separate crate.
xoviat
2021-03-02
3
-3
/
+3
*
Merge pull request #59 from akiles/interrupt_ext
Dario Nieuwenhuis
2021-03-01
1
-1
/
+1
|
\
|
*
move most interrupt methods to InterruptExt extension trait. Fixes #35
Dario Nieuwenhuis
2021-03-01
1
-1
/
+1
*
|
nrf: add SPIM
Dario Nieuwenhuis
2021-03-01
1
-0
/
+116
|
/
*
Port qspi to PeripheralMutex
Dario Nieuwenhuis
2021-02-28
1
-7
/
+18
*
Cleanup interrupt package naming. Fixes #40
Dario Nieuwenhuis
2021-02-26
1
-3
/
+3
*
Fix some warnings.
Dario Nieuwenhuis
2021-02-26
1
-1
/
+1
*
fixed display hints in examples
fnafnio
2021-02-24
5
-10
/
+7
*
update defmt and defmt-rtt to 0.2.0
fnafnio
2021-02-24
1
-7
/
+7
*
PeripheralMutex should be Unpin
Dario Nieuwenhuis
2021-02-20
1
-0
/
+2
*
Get rid of some warnings
Thales Fragoso
2021-02-13
7
-10
/
+5
*
nrf/gpiote: new api: switch to owned structs, implement WaitForHigh/WaitForLow.
Dario Nieuwenhuis
2021-02-04
2
-33
/
+38
*
Executor API V2.
Dario Nieuwenhuis
2021-02-02
9
-123
/
+96
*
Add PPI+TIMER to buffered_uarte to prevent IRQ storm
Dario Nieuwenhuis
2021-01-06
1
-0
/
+6
*
Introduce "peripheral" abstraction to share state between main and interrupt.
Dario Nieuwenhuis
2021-01-03
1
-4
/
+7
*
Add Uart trait, implement it for nrf.
Dario Nieuwenhuis
2021-01-02
1
-2
/
+3
*
Don't use embedded_dma in nrf uarte.
Dario Nieuwenhuis
2021-01-02
1
-6
/
+5
*
Add some comments to uart example.
Dario Nieuwenhuis
2021-01-01
1
-9
/
+18
*
Rename examples -> embassy-nrf-examples
Dario Nieuwenhuis
2021-01-01
10
-0
/
+866