aboutsummaryrefslogtreecommitdiff
path: root/examples/nrf/src
Commit message (Expand)AuthorAgeFilesLines
* 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-042-0/+161
|\
| * 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
| * sorta works, too many interupts?Jacob Rosenthal2021-12-141-3/+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-121-0/+94
* | 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
|/
* 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
* remove unstable feature and dependency, and make pwm_sequence a near mirror o...Jacob Rosenthal2021-11-102-58/+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
* rename to SimplePwm and SequencePwmJacob Rosenthal2021-11-035-11/+12
* restore example and add set_time_stretch apiJacob Rosenthal2021-11-032-29/+132
* rename error enum againJacob Rosenthal2021-11-022-2/+2
* seperate start from pwmseq::newJacob Rosenthal2021-11-012-3/+3
* seperate sequence from duty cycle pwm structJacob Rosenthal2021-11-012-7/+11
* led dimming example, dont need to keep all examples, just covering ground to ...Jacob Rosenthal2021-11-011-0/+47