aboutsummaryrefslogtreecommitdiff
path: root/embassy-nrf/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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-046-0/+92
|\
| * 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
| * 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-121-0/+16
* | 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
| |/ |/|
* | Provides AsyncWrite with flushhuntc2021-12-101-0/+14
|/
* Keep Clippy happyhuntc2021-12-081-1/+1
* Applies the Uarte patchhuntc2021-12-082-57/+56
* nrf/gpiote: fix build for nrf9160Dario Nieuwenhuis2021-12-021-3/+3
* Rationale for uarte usagehuntc2021-12-012-0/+15
* Removed unsafe from uartehuntc2021-12-012-24/+18
* Merge #486bors[bot]2021-11-261-37/+133
|\
| * nrf: pwm clarify stop and disable pin stateJacob Rosenthal2021-11-141-3/+4
| * nrf: sequencepwm dont wait for tasks_stop afterallJacob Rosenthal2021-11-131-4/+0
| * nrf: pwm use register resetJacob Rosenthal2021-11-131-16/+16
| * nrf: pwm clarify stop and disable pin stateJacob Rosenthal2021-11-131-19/+10
| * nrf: sequencepwm add eventsJacob Rosenthal2021-11-131-0/+108
* | Some documentation corrections and expansionhuntc2021-11-221-1/+1
* | Merge #494bors[bot]2021-11-211-10/+188
|\ \
| * | nrf: saadc do not reexport pac enumsJacob Rosenthal2021-11-201-10/+188
| |/
* / Update embassy-nrf with lifetime bounds on gpio implementations.Wilfried Chauveau2021-11-211-3/+13
|/
* fix set_duty ptr writeJacob Rosenthal2021-11-121-0/+5
* sequence pwm remove disable fn for clarity, and disable peripheral on stopJacob Rosenthal2021-11-111-11/+2
* nrf: sequencepwm nitpicks for clarityJacob Rosenthal2021-11-111-6/+3