summaryrefslogtreecommitdiff
path: root/embassy-nrf
AgeCommit message (Expand)Author
2022-01-19nrf: return ptr in slice_ptr_partsDario Nieuwenhuis
2022-01-13nrf: impl embedded-hal 1.0 and embedded-hal-async traits.Dario Nieuwenhuis
2022-01-13nrf/rng: expose all functionality as inherent methods.Dario Nieuwenhuis
2022-01-13nrf/qspi: expose all functionality as inherent methods.Dario Nieuwenhuis
2022-01-13nrf/uarte: expose all functionality as inherent methods.Dario Nieuwenhuis
2022-01-13nrf/gpiote: expose all functionality as inherent methods.Dario Nieuwenhuis
2022-01-13nrf/gpio: Rename FlexPin to Flex.Dario Nieuwenhuis
2022-01-13nrf/twim: expose all functionality as inherent methods.Dario Nieuwenhuis
2022-01-13nrf/spim: expose all functionality as inherent methods.Dario Nieuwenhuis
2022-01-13nrf/spim: share code between blocking+async.Dario Nieuwenhuis
2022-01-10Makes the uarte endtx event availablehuntc
2022-01-06Remove unsafe from new on RNDhuntc
2022-01-04Merge #539bors[bot]
2022-01-03use upstream nrf-usdbJacob Rosenthal
2021-12-23Lower some verbose logs to trace.Dario Nieuwenhuis
2021-12-20nrf/gpio: add infallible inherent methods, remove some duplication.Dario Nieuwenhuis
2021-12-17Set Uarte log levels to tracehuntc
2021-12-16Remove unneeded rustfmt::skipUlf Lilleengen
2021-12-16Update rust-toolchainUlf Lilleengen
2021-12-16Merge #544bors[bot]
2021-12-16Properly initialise refcounthuntc
2021-12-16Too much copy/pastahuntc
2021-12-16Ref count the peripheral drophuntc
2021-12-15undo T:regs in impl UsbPeripheralJacob Rosenthal
2021-12-15use Instance regsJacob Rosenthal
2021-12-15fix nrf52820Jacob Rosenthal
2021-12-15enable USB peripheral for relevant chipsJacob Rosenthal
2021-12-15use forked nrf-usbdJacob Rosenthal
2021-12-15rename to UsbBusJacob Rosenthal
2021-12-15Introduces split on the nRF Uartehuntc
2021-12-14cleanupJacob Rosenthal
2021-12-14sorta works, too many interupts?Jacob Rosenthal
2021-12-14dont expose embedded_hal_common::usbJacob Rosenthal
2021-12-14revertJacob Rosenthal
2021-12-14Merge #542bors[bot]
2021-12-14nrf/gpiote: remove PortInput, move impls to Input.Dario Nieuwenhuis
2021-12-13make send, consolidate usb typesJacob Rosenthal
2021-12-13stub out the embassy registers for usbdJacob Rosenthal
2021-12-12usb feature gateJacob Rosenthal
2021-12-12nrf-usbdJacob Rosenthal
2021-12-12Documents the nRF BufferedUarte problemhuntc
2021-12-10Provides AsyncWrite with flushhuntc
2021-12-08Keep Clippy happyhuntc
2021-12-08Applies the Uarte patchhuntc
2021-12-02nrf/gpiote: fix build for nrf9160Dario Nieuwenhuis
2021-12-01Rationale for uarte usagehuntc
2021-12-01Removed unsafe from uartehuntc
2021-11-26Merge #486bors[bot]
2021-11-22Some documentation corrections and expansionhuntc
2021-11-21Merge #494bors[bot]