aboutsummaryrefslogtreecommitdiff
path: root/examples/nrf/src/bin/ppi.rs
Commit message (Collapse)AuthorAgeFilesLines
* Rename examples/nrf to examples/nrf52840Dominik Boehi2023-01-091-73/+0
|
* Split embassy-time from embassy-executor.Dario Nieuwenhuis2022-08-181-1/+1
|
* Remove HAL initialization from #[embassy::main] macro.Dario Nieuwenhuis2022-08-171-2/+2
|
* Split embassy crate into embassy-executor, embassy-util.Dario Nieuwenhuis2022-07-291-2/+2
|
* Run rustfmt.Dario Nieuwenhuis2022-06-121-9/+3
|
* Use embassy/defmt-timestamp-uptime in all examples.Dario Nieuwenhuis2022-04-021-4/+4
|
* Fixed examplesDion Dokter2021-10-261-1/+1
|
* Another redo using the feedback.Dion Dokter2021-10-261-14/+10
| | | | | PPI is now split up into PPI and DPPI under the name 'interconnect'. The tasks and events are tracked and reset in the drop function.
* - Added _ppi and _dppi to distinguish between the new and the old peripheral.Dion Dokter2021-10-261-9/+9
| | | | | | - Removed ConfigurableChannel and added capacity numbers to the channels - Replaced the PPI api with a new one using the DPPI terminology (publish & subscribe) - Updated all tasks and event registers for DPPI
* Remove trait_alias, allow(incomplete_features).Dario Nieuwenhuis2021-09-031-1/+0
| | | | trait_alias seems unused. no idea why it's there.
* time: replace dyn clock/alarm with a global Driver traitDario Nieuwenhuis2021-08-051-2/+1
|
* Update nightly, remove removed features.Dario Nieuwenhuis2021-08-041-2/+0
|
* Move examples to a subdirectoryDario Nieuwenhuis2021-06-021-0/+87