aboutsummaryrefslogtreecommitdiff
path: root/examples/nrf
Commit message (Expand)AuthorAgeFilesLines
* Merge #613bors[bot]2022-02-123-6/+9
|\
| * embassy, embassy-nrf: add `nightly` Cargo feature to gate nightly-only features.Dario Nieuwenhuis2022-02-121-0/+3
| * blocking_mutex: refactor to work on stable. No GATs, and can be constructed i...Dario Nieuwenhuis2022-02-122-6/+6
* | nrf: remove OptionalPinDario Nieuwenhuis2022-02-129-25/+10
|/
* Upgrade to embedded-storage 0.3.0Ulf Lilleengen2022-02-071-1/+1
* Merge #591bors[bot]2022-02-054-17/+145
|\
| * Further API simplification for the single seq scenariohuntc2022-02-053-9/+6
| * Removed unrequired clonehuntc2022-02-041-1/+1
| * Introduced the SingleSequencer and a more complex Sequencerhuntc2022-02-044-27/+62
| * Small correction to timeshuntc2022-02-041-1/+1
| * Revert the use of foreverhuntc2022-02-041-7/+2
| * Update another examplehuntc2022-02-041-13/+14
| * Expose PWMhuntc2022-02-042-11/+17
| * Introduces a Sequences structhuntc2022-02-041-21/+18
| * Some more docohuntc2022-01-301-2/+2
| * Revert "Own the sequence buffer"huntc2022-01-303-32/+36
| * Own the sequence bufferhuntc2022-01-293-36/+32
| * Now permits sequences to be mutated subsequentlyhuntc2022-01-283-14/+41
| * Make the sequence a little nicer to pass aroundhuntc2022-01-283-27/+23
| * PWM WS2812B example and per sequence confighuntc2022-01-283-9/+83
* | traits: migrate Delay to embedded-hal 1.0+async, remove Rng and Flash.Dario Nieuwenhuis2022-01-271-1/+0
|/
* Stop PWM before assigning the new sequencehuntc2022-01-252-2/+2
* Strengthen the borrowhuntc2022-01-242-2/+2
* Permit many sequences to be passedhuntc2022-01-232-17/+11
* nrf: impl embedded-hal 1.0 and embedded-hal-async traits.Dario Nieuwenhuis2022-01-131-1/+0
* nrf/rng: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-131-4/+2
* nrf/qspi: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-132-2/+0
* nrf/uarte: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-133-13/+7
* nrf/gpiote: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-132-2/+0
* nrf/twim: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-132-2/+2
* nrf/spim: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-131-5/+4
* Remove unsafe from new on RNDhuntc2022-01-061-1/+1
* Merge #539bors[bot]2022-01-043-0/+164
|\
| * example cleanupJacob Rosenthal2021-12-162-5/+2
| * usb_uart_io example equivilent to usb_uartJacob Rosenthal2021-12-161-0/+70
| * simplify usb_uart exampleJacob Rosenthal2021-12-161-30/+30
| * cleanup exampleJacob Rosenthal2021-12-151-23/+25
| * enable USB peripheral for relevant chipsJacob Rosenthal2021-12-151-2/+2
| * rename to UsbBusJacob Rosenthal2021-12-151-2/+2
| * dont rely on nrf-usdbJacob Rosenthal2021-12-141-1/+0
| * sorta works, too many interupts?Jacob Rosenthal2021-12-142-4/+3
| * dont expose embedded_hal_common::usbJacob Rosenthal2021-12-141-6/+2
| * revertJacob Rosenthal2021-12-141-2/+4
| * make send, consolidate usb typesJacob Rosenthal2021-12-131-4/+2
| * stub out the embassy registers for usbdJacob Rosenthal2021-12-131-2/+4
| * usb feature gateJacob Rosenthal2021-12-121-1/+1
| * nrf-usbdJacob Rosenthal2021-12-122-0/+99
* | nrf/gpio: add infallible inherent methods, remove some duplication.Dario Nieuwenhuis2021-12-203-16/+12
* | Merge #544bors[bot]2021-12-161-0/+68
|\ \
| * | Introduces split on the nRF Uartehuntc2021-12-151-0/+68