aboutsummaryrefslogtreecommitdiff
path: root/examples/nrf
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge #542bors[bot]2021-12-142-8/+6
|\ \ \ | |/ / |/| |
| * | nrf/gpiote: remove PortInput, move impls to Input.Dario Nieuwenhuis2021-12-142-8/+6
| * | Revert blinky changes for nowUlf Lilleengen2021-12-101-11/+8
| * | More contentUlf Lilleengen2021-12-101-8/+11
* | | Documents the nRF BufferedUarte problemhuntc2021-12-121-3/+3
| |/ |/|
* | Provides AsyncWrite with flushhuntc2021-12-101-0/+3
|/
* Removed unsafe from uartehuntc2021-12-012-19/+16
* Merge #486bors[bot]2021-11-261-0/+73
|\
| * nrf: sequencepwm add eventsJacob Rosenthal2021-11-131-0/+73
* | Fix interrupt_take macro by specifying path to panic macro.Matous Hybl2021-11-2313-13/+4
* | Remove unused depsDario Nieuwenhuis2021-11-151-2/+2
* | Remove extraneous defmt-trace feature.Bob McWhirter2021-11-151-1/+1
* | Adjust all examples to defmt 0.3.Bob McWhirter2021-11-151-15/+4
|/
* pwm_sequence show implicit and explicit stop functionalityJacob Rosenthal2021-11-111-3/+6
* pwm_servo example comment for clarityJacob Rosenthal2021-11-111-0/+1
* nrf: dump the pwm_sequence example for clarityJacob Rosenthal2021-11-112-129/+9
* nrf: sequencepwm rename top to max_duty for consistancyJacob Rosenthal2021-11-111-1/+1
* fixJacob Rosenthal2021-11-111-2/+2
* fixJacob Rosenthal2021-11-111-2/+8
* pwm_sequence consume bufferJacob Rosenthal2021-11-111-7/+1
* Merge #455bors[bot]2021-11-114-2/+213
|\
| * remove unstable feature and dependency, and make pwm_sequence a near mirror o...Jacob Rosenthal2021-11-103-59/+87
| * fix examples for mut self set_dutyJacob Rosenthal2021-11-103-3/+3
| * make SequenceConfig struct is consistent with other Config structs, that are ...Jacob Rosenthal2021-11-032-26/+23