aboutsummaryrefslogtreecommitdiff
path: root/embassy-nrf-examples/src/bin/buffered_uart.rs
Commit message (Collapse)AuthorAgeFilesLines
* Move examples to a subdirectoryDario Nieuwenhuis2021-06-021-68/+0
|
* Fix warningsRukai2021-05-171-1/+1
|
* Add `init` fn. Initializes hw and returns Peripherals.Dario Nieuwenhuis2021-05-171-3/+1
|
* nrf: add main macro supportDario Nieuwenhuis2021-03-291-31/+5
|
* nrf/system: add configureDario Nieuwenhuis2021-03-291-13/+4
|
* nrf/uarte: update BufferedUarte to new APiDario Nieuwenhuis2021-03-291-34/+46
|
* nrf/rtc: update to new apiDario Nieuwenhuis2021-03-291-0/+1
|
* Update features for latest nightly.Dario Nieuwenhuis2021-03-171-0/+2
|
* Fix some warnings.Dario Nieuwenhuis2021-02-261-1/+1
|
* fixed display hints in examplesfnafnio2021-02-241-1/+1
|
* PeripheralMutex should be UnpinDario Nieuwenhuis2021-02-201-0/+2
|
* Get rid of some warningsThales Fragoso2021-02-131-3/+1
|
* Executor API V2.Dario Nieuwenhuis2021-02-021-7/+4
| | | | | - 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
|
* Rename examples -> embassy-nrf-examplesDario Nieuwenhuis2021-01-011-0/+84