embassy/embassy-nrf/src
bors[bot] 838f3065ea
Merge #936
936: Add split() method to BufferedUarte in embassy-nrf r=ZoeyR a=ZoeyR

I haven't completed testing this yet. I'm creating this PR early so that I can get corrected if I went way off course.

This PR adds a `split()` method to `BufferedUarte` as discussed on matrix.

Co-authored-by: Zoey Riordan <zoey@dos.cafe>
2022-08-31 10:20:40 +00:00
..
chips Remove HAL initialization from #[embassy::main] macro. 2022-08-17 22:16:46 +02:00
ppi nrf/ppi: fix unsoundness due to task/event ptrs being public. 2022-08-24 01:54:27 +02:00
buffered_uarte.rs Avoid double-borrow 2022-08-30 15:57:38 +02:00
fmt.rs fmt: Add dunmy use to avoid "unused variable" errors when no log is enabled. 2021-06-07 03:21:37 +02:00
gpio.rs nRF documentation warning fixes 2022-08-22 16:37:35 +02:00
gpiote.rs Do not use cfg_if for embedded-hal-async feature gates. 2022-08-31 03:11:21 +02:00
lib.rs Remove HAL initialization from #[embassy::main] macro. 2022-08-17 22:16:46 +02:00
nvmc.rs nRF documentation warning fixes 2022-08-22 16:37:35 +02:00
pwm.rs nrf: replace PhantomData usages with PeripheralRef. 2022-07-23 15:13:47 +02:00
qdec.rs split embassy-util into embassy-futures, embassy-sync. 2022-08-22 22:18:13 +02:00
qspi.rs split embassy-util into embassy-futures, embassy-sync. 2022-08-22 22:18:13 +02:00
rng.rs split embassy-util into embassy-futures, embassy-sync. 2022-08-22 22:18:13 +02:00
saadc.rs Avoid context switch and wait for stop 2022-08-31 08:47:44 +10:00
spim.rs Do not use cfg_if for embedded-hal-async feature gates. 2022-08-31 03:11:21 +02:00
temp.rs split embassy-util into embassy-futures, embassy-sync. 2022-08-22 22:18:13 +02:00
time_driver.rs split embassy-util into embassy-futures, embassy-sync. 2022-08-22 22:18:13 +02:00
timer.rs split embassy-util into embassy-futures, embassy-sync. 2022-08-22 22:18:13 +02:00
twim.rs Do not use cfg_if for embedded-hal-async feature gates. 2022-08-31 03:11:21 +02:00
uarte.rs Do not use cfg_if for embedded-hal-async feature gates. 2022-08-31 03:11:21 +02:00
usb.rs split embassy-util into embassy-futures, embassy-sync. 2022-08-22 22:18:13 +02:00
util.rs Fix inverted boolean condition 2022-03-08 16:29:42 +01:00
wdt.rs nrf91: support running in both S and NS mode. 2021-10-26 17:40:07 +02:00