aboutsummaryrefslogtreecommitdiff
path: root/embassy-nrf
Commit message (Expand)AuthorAgeFilesLines
...
| * Own the sequence bufferhuntc2022-01-291-32/+76
| * Now permits sequences to be mutated subsequentlyhuntc2022-01-281-7/+17
| * Doc tidyinghuntc2022-01-281-3/+1
| * Make the sequence a little nicer to pass aroundhuntc2022-01-281-17/+29
| * PWM WS2812B example and per sequence confighuntc2022-01-281-27/+62
* | traits: migrate Delay to embedded-hal 1.0+async, remove Rng and Flash.Dario Nieuwenhuis2022-01-271-1/+1
|/
* Stop PWM before assigning the new sequencehuntc2022-01-251-2/+2
* Strengthen the borrowhuntc2022-01-241-1/+1
* Permit many sequences to be passedhuntc2022-01-231-30/+32
* nrf: return ptr in slice_ptr_partsDario Nieuwenhuis2022-01-191-3/+3
* nrf: impl embedded-hal 1.0 and embedded-hal-async traits.Dario Nieuwenhuis2022-01-137-252/+910
* nrf/rng: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-131-64/+51
* nrf/qspi: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-131-120/+88
* nrf/uarte: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-131-184/+257
* nrf/gpiote: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-132-52/+31
* nrf/gpio: Rename FlexPin to Flex.Dario Nieuwenhuis2022-01-132-16/+16
* nrf/twim: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-131-265/+155
* nrf/spim: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-131-22/+43
* nrf/spim: share code between blocking+async.Dario Nieuwenhuis2022-01-132-142/+89
* Makes the uarte endtx event availablehuntc2022-01-101-0/+6
* Remove unsafe from new on RNDhuntc2022-01-061-1/+1
* Merge #539bors[bot]2022-01-047-0/+94
|\
| * use upstream nrf-usdbJacob Rosenthal2022-01-031-2/+1
| * undo T:regs in impl UsbPeripheralJacob Rosenthal2021-12-151-1/+2
| * use Instance regsJacob Rosenthal2021-12-151-9/+9
| * fix nrf52820Jacob Rosenthal2021-12-151-0/+2
| * enable USB peripheral for relevant chipsJacob Rosenthal2021-12-156-12/+68
| * use forked nrf-usbdJacob Rosenthal2021-12-151-1/+2
| * rename to UsbBusJacob Rosenthal2021-12-151-5/+5
| * cleanupJacob Rosenthal2021-12-141-1/+0
| * sorta works, too many interupts?Jacob Rosenthal2021-12-141-36/+13
| * dont expose embedded_hal_common::usbJacob Rosenthal2021-12-142-51/+31
| * revertJacob Rosenthal2021-12-141-6/+15
| * make send, consolidate usb typesJacob Rosenthal2021-12-131-15/+6
| * stub out the embassy registers for usbdJacob Rosenthal2021-12-133-20/+77
| * usb feature gateJacob Rosenthal2021-12-121-11/+15
| * nrf-usbdJacob Rosenthal2021-12-122-0/+18
* | Lower some verbose logs to trace.Dario Nieuwenhuis2021-12-233-6/+6
* | nrf/gpio: add infallible inherent methods, remove some duplication.Dario Nieuwenhuis2021-12-202-241/+205
* | Set Uarte log levels to tracehuntc2021-12-171-11/+11
* | Remove unneeded rustfmt::skipUlf Lilleengen2021-12-166-46/+92
* | Update rust-toolchainUlf Lilleengen2021-12-161-1/+0
* | Merge #544bors[bot]2021-12-161-63/+152
|\ \
| * | Properly initialise refcounthuntc2021-12-161-1/+5
| * | Too much copy/pastahuntc2021-12-161-109/+0
| * | Ref count the peripheral drophuntc2021-12-161-10/+24
| * | Introduces split on the nRF Uartehuntc2021-12-151-18/+198
* | | Merge #542bors[bot]2021-12-142-79/+101
|\ \ \ | |/ / |/| |
| * | nrf/gpiote: remove PortInput, move impls to Input.Dario Nieuwenhuis2021-12-142-79/+101
* | | Documents the nRF BufferedUarte problemhuntc2021-12-122-4/+15
| |/ |/|