index
:
embassy
master
tmp/dfu_pkg_pca10059
Modern embedded framework, using Rust and async.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
embassy-nrf
/
src
Age
Commit message (
Expand
)
Author
2022-09-27
usb: make HALs depend only on embassy-usb-driver.
Dario Nieuwenhuis
2022-09-26
usb: split driver trait to separate crate.
Dario Nieuwenhuis
2022-09-23
Merge #958
bors[bot]
2022-09-23
Re-add timer.stop()
Zoey Riordan
2022-09-22
Replace futures::future::poll_fn -> core::future::poll_fn.
Dario Nieuwenhuis
2022-09-22
Update Rust nightly.
Dario Nieuwenhuis
2022-09-21
Fix builds on other nrf pacs
Zoey Riordan
2022-09-21
Remove unused function
Zoey Riordan
2022-09-21
Remove left-in comments and logs
Zoey Riordan
2022-09-21
Implement proper `Drop` for `BufferedUarte`
Zoey Riordan
2022-08-31
Merge #936
bors[bot]
2022-08-31
Merge #938
bors[bot]
2022-08-31
Do not use cfg_if for embedded-hal-async feature gates.
Dario Nieuwenhuis
2022-08-31
Avoid context switch and wait for stop
huntc
2022-08-30
Avoid double-borrow
Zoey Riordan
2022-08-30
Deduplicate IO methods
Zoey Riordan
2022-08-30
Add split() method to BufferedUarte in embassy-nrf
Zoey Riordan
2022-08-30
Permits the future to be cancelled
huntc
2022-08-30
Additional doco
huntc
2022-08-26
Ensure that the sampling is stopped
huntc
2022-08-24
nrf/ppi: fix unsoundness due to task/event ptrs being public.
Dario Nieuwenhuis
2022-08-24
nrf/ppi: feature-gate dppi stuff.
Dario Nieuwenhuis
2022-08-22
split `embassy-util` into `embassy-futures`, `embassy-sync`.
Dario Nieuwenhuis
2022-08-22
nRF documentation warning fixes
Ulf Lilleengen
2022-08-18
Split embassy-time from embassy-executor.
Dario Nieuwenhuis
2022-08-17
Remove HAL initialization from #[embassy::main] macro.
Dario Nieuwenhuis
2022-08-02
Merge #890
bors[bot]
2022-08-02
Implement UsbSupply for a reference of SignalledSupply
Matous Hybl
2022-08-01
Remove commented out logging code
Til Blechschmidt
2022-08-01
Extend QSPI config with freq, delay, spi mode, and address mode
Til Blechschmidt
2022-07-29
Split embassy crate into embassy-executor, embassy-util.
Dario Nieuwenhuis
2022-07-23
nrf: replace PhantomData usages with PeripheralRef.
Dario Nieuwenhuis
2022-07-23
Remove PeripheralRef::into_inner()
Dario Nieuwenhuis
2022-07-23
Rename Unborrowed -> PeripheralRef, Unborrow -> Peripheral
Dario Nieuwenhuis
2022-07-23
Update embassy-stm32
Dario Nieuwenhuis
2022-07-23
fix nrf dppi
Dario Nieuwenhuis
2022-07-23
Rename unsafe_impl_unborrow to impl_unborrow
Dario Nieuwenhuis
2022-07-23
Update embassy-rp
Grant Miller
2022-07-23
WIP: Make unborrow safe to use
Grant Miller
2022-07-22
Merge #871 #872
bors[bot]
2022-07-21
nrf/usb: prevent user code from constructing a PowerUsb directly.
Dario Nieuwenhuis
2022-07-21
nrf/saadc: add type-erased AnyInput.
Dario Nieuwenhuis
2022-07-13
Move all gpio logic to Flex
chemicstry
2022-07-13
Change get_set_level to get_output_level
chemicstry
2022-07-13
Add convenience GPIO functions to NRF
chemicstry
2022-07-11
Merge #810
bors[bot]
2022-07-09
Trait for UsbSupply
huntc
2022-07-09
Associated type
Henrik Alsér
2022-07-08
Shared buses with SetConfig
Henrik Alsér
2022-07-08
New constructor to cater for the softdevice
huntc
[next]