summaryrefslogtreecommitdiff
path: root/embassy-nrf
AgeCommit message (Expand)Author
2022-10-09Removes some of the code duplication for UarteWithIdlehuntc
2022-10-07all Cargo.toml: Add license to all crate Cargo.toml fileschrysn
2022-09-29Update embedded-hal versions and explicitly pinUlf Lilleengen
2022-09-27usb: make HALs depend only on embassy-usb-driver.Dario Nieuwenhuis
2022-09-26usb: split driver trait to separate crate.Dario Nieuwenhuis
2022-09-23Merge #958bors[bot]
2022-09-23Re-add timer.stop()Zoey Riordan
2022-09-22Replace futures::future::poll_fn -> core::future::poll_fn.Dario Nieuwenhuis
2022-09-22Update Rust nightly.Dario Nieuwenhuis
2022-09-21Fix builds on other nrf pacsZoey Riordan
2022-09-21Remove unused functionZoey Riordan
2022-09-21Remove left-in comments and logsZoey Riordan
2022-09-21Implement proper `Drop` for `BufferedUarte`Zoey Riordan
2022-09-02time: add more tick rates, use 1mhz as default.Dario Nieuwenhuis
2022-08-31Merge #936bors[bot]
2022-08-31Merge #938bors[bot]
2022-08-31Do not use cfg_if for embedded-hal-async feature gates.Dario Nieuwenhuis
2022-08-31Avoid context switch and wait for stophuntc
2022-08-30Avoid double-borrowZoey Riordan
2022-08-30Deduplicate IO methodsZoey Riordan
2022-08-30Add split() method to BufferedUarte in embassy-nrfZoey Riordan
2022-08-30Permits the future to be cancelledhuntc
2022-08-30Additional docohuntc
2022-08-26Ensure that the sampling is stoppedhuntc
2022-08-24nrf/ppi: fix unsoundness due to task/event ptrs being public.Dario Nieuwenhuis
2022-08-24nrf/ppi: feature-gate dppi stuff.Dario Nieuwenhuis
2022-08-22split `embassy-util` into `embassy-futures`, `embassy-sync`.Dario Nieuwenhuis
2022-08-22nRF documentation warning fixesUlf Lilleengen
2022-08-18Split embassy-time from embassy-executor.Dario Nieuwenhuis
2022-08-17Remove HAL initialization from #[embassy::main] macro.Dario Nieuwenhuis
2022-08-17Update to critical-section 1.0, atomic-polyfill 1.0Dario Nieuwenhuis
2022-08-02Merge #890bors[bot]
2022-08-02Implement UsbSupply for a reference of SignalledSupplyMatous Hybl
2022-08-01Remove commented out logging codeTil Blechschmidt
2022-08-01Extend QSPI config with freq, delay, spi mode, and address modeTil Blechschmidt
2022-07-29Split embassy crate into embassy-executor, embassy-util.Dario Nieuwenhuis
2022-07-24Merge #876bors[bot]
2022-07-24Add defmt support to embassy-embedded-hal errorsMatous Hybl
2022-07-23nrf: replace PhantomData usages with PeripheralRef.Dario Nieuwenhuis
2022-07-23Remove PeripheralRef::into_inner()Dario Nieuwenhuis
2022-07-23Rename Unborrowed -> PeripheralRef, Unborrow -> PeripheralDario Nieuwenhuis
2022-07-23Update embassy-stm32Dario Nieuwenhuis
2022-07-23fix nrf dppiDario Nieuwenhuis
2022-07-23Rename unsafe_impl_unborrow to impl_unborrowDario Nieuwenhuis
2022-07-23Update embassy-rpGrant Miller
2022-07-23WIP: Make unborrow safe to useGrant Miller
2022-07-22Merge #871 #872bors[bot]
2022-07-21nrf/usb: prevent user code from constructing a PowerUsb directly.Dario Nieuwenhuis
2022-07-21nrf/saadc: add type-erased AnyInput.Dario Nieuwenhuis
2022-07-13Move all gpio logic to Flexchemicstry