aboutsummaryrefslogtreecommitdiff
path: root/embassy-nrf-examples/src/bin
Commit message (Collapse)AuthorAgeFilesLines
* Move examples to a subdirectoryDario Nieuwenhuis2021-06-0217-1136/+0
|
* nrf/qspi: set correct config for flash chip in the nrf52840dkDario Nieuwenhuis2021-05-272-9/+14
|
* nrf/qspi: add lowpower exampleDario Nieuwenhuis2021-05-261-0/+81
|
* nrf/qspi: proper lowpower drop, supporting DPM.Dario Nieuwenhuis2021-05-261-1/+1
|
* nrf/twim: add examplesDario Nieuwenhuis2021-05-262-0/+89
|
* Fix warningsRukai2021-05-1711-16/+12
|
* nrf: add PWMDario Nieuwenhuis2021-05-171-0/+104
|
* Add `init` fn. Initializes hw and returns Peripherals.Dario Nieuwenhuis2021-05-1713-62/+16
|
* nrf/gpiote: initialize automaticallyDario Nieuwenhuis2021-05-173-19/+6
|
* nrf: add support for nrf52805, nrf52811, nrf52820Dario Nieuwenhuis2021-05-171-6/+3
|
* Switch to use PrioritX enums.Dario Nieuwenhuis2021-05-111-2/+2
|
* Add uart_idle example.Dario Nieuwenhuis2021-05-101-0/+49
|
* Remove Pin from Flash traitDario Nieuwenhuis2021-04-141-18/+7
|
* Remove Pin from SPIDario Nieuwenhuis2021-04-141-7/+5
|
* Remove Pin from GPIO traitsDario Nieuwenhuis2021-04-141-2/+2
|
* Remove pin from UartDario Nieuwenhuis2021-04-141-6/+5
|
* Add blinky exampleDario Nieuwenhuis2021-03-291-0/+30
|
* nrf/examples: use individual tasks for gpiote_portDario Nieuwenhuis2021-03-291-18/+11
|
* Reexport macros at root, use eveywhere as `#[embassy::task]`Dario Nieuwenhuis2021-03-293-11/+11
|
* nrf: add main macro supportDario Nieuwenhuis2021-03-299-220/+41
|
* nrf/qpsi: make config non_exhaustiveDario Nieuwenhuis2021-03-291-8/+1
|
* nrf/system: add configureDario Nieuwenhuis2021-03-298-70/+15
|
* nrf/uarte: update BufferedUarte to new APiDario Nieuwenhuis2021-03-291-34/+46
|
* nrf/ppi: implement and add exampleDario Nieuwenhuis2021-03-291-0/+112
|
* nrf/gpiote: update input channel to new APIDario Nieuwenhuis2021-03-291-16/+29
|
* nrf/rtc: update to new apiDario Nieuwenhuis2021-03-2911-117/+71
|
* nrf/gpio: allow borrowed pins.Richard Dodd2021-03-291-1/+1
|
* nrf/uart: make rts/cts optional.Dario Nieuwenhuis2021-03-291-2/+2
|
* nrf/uarte: update to new apiDario Nieuwenhuis2021-03-291-33/+23
|
* nrf: nicer Peripherals api, add take()Dario Nieuwenhuis2021-03-293-16/+14
|
* nrf/gpiote: cleanup importsDario Nieuwenhuis2021-03-291-4/+2
|
* Rename GpioteInput -> PortInputDario Nieuwenhuis2021-03-291-6/+6
|
* nrf/qspi: update to new apiDario Nieuwenhuis2021-03-291-38/+11
|
* nrf/spim: do not use PeripheralMutexDario Nieuwenhuis2021-03-291-2/+2
|
* nrf/gpiote: update to new gpioDario Nieuwenhuis2021-03-291-9/+10
|
* nrf: add owned Peripherals struct, migrate gpio and spimDario Nieuwenhuis2021-03-291-11/+7
|
* Implement FullDuplex for nrf spimDario Nieuwenhuis2021-03-181-4/+5
|
* Add raw_spawn example, showcasing how to use embassy without TAITDario Nieuwenhuis2021-03-181-0/+73
|
* Rename IrqExecutor to InterruptExecutorDario Nieuwenhuis2021-03-171-5/+5
|
* Update features for latest nightly.Dario Nieuwenhuis2021-03-1710-0/+20
|
* Move traits to separate crate.xoviat2021-03-023-3/+3
|
* Merge pull request #59 from akiles/interrupt_extDario Nieuwenhuis2021-03-011-1/+1
|\ | | | | move most interrupt methods to InterruptExt extension trait. Fixes #35
| * move most interrupt methods to InterruptExt extension trait. Fixes #35Dario Nieuwenhuis2021-03-011-1/+1
| |
* | nrf: add SPIMDario Nieuwenhuis2021-03-011-0/+116
|/
* Port qspi to PeripheralMutexDario Nieuwenhuis2021-02-281-7/+18
|
* Cleanup interrupt package naming. Fixes #40Dario Nieuwenhuis2021-02-261-3/+3
| | | | | | | | | The `interrupt` package previously tried to be drop-in compatible with the `interrupt` package from PACs. THis meant that there was both a PAC-style enum value `UARTE0` and an embassy-style owned `UARTE0Interrupt` type. This made things VERY confusing. This drops compatibility with the PAC, improving the names for embassy interrupts.
* Fix some warnings.Dario Nieuwenhuis2021-02-261-1/+1
|
* fixed display hints in examplesfnafnio2021-02-245-10/+7
|
* PeripheralMutex should be UnpinDario Nieuwenhuis2021-02-201-0/+2
|
* Get rid of some warningsThales Fragoso2021-02-137-10/+5
|