aboutsummaryrefslogtreecommitdiff
path: root/embassy-nrf-examples/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Get rid of some warningsThales Fragoso2021-02-137-10/+5
|
* nrf/gpiote: new api: switch to owned structs, implement WaitForHigh/WaitForLow.Dario Nieuwenhuis2021-02-042-33/+38
|
* Executor API V2.Dario Nieuwenhuis2021-02-029-123/+96
| | | | | - It's no longer possible to call run() reentrantly from within a task (soundness issue) - it's now possible to spawn Send tasks across threads (SendSpawner, #37)
* Add PPI+TIMER to buffered_uarte to prevent IRQ stormDario Nieuwenhuis2021-01-061-0/+6
|
* Introduce "peripheral" abstraction to share state between main and interrupt.Dario Nieuwenhuis2021-01-031-4/+7
|
* Add Uart trait, implement it for nrf.Dario Nieuwenhuis2021-01-021-2/+3
|
* Don't use embedded_dma in nrf uarte.Dario Nieuwenhuis2021-01-021-6/+5
|
* Add some comments to uart example.Dario Nieuwenhuis2021-01-011-9/+18
|
* Rename examples -> embassy-nrf-examplesDario Nieuwenhuis2021-01-0110-0/+866