embassy/embassy-nrf/src
huntc e1faf88607 Removes some of the code duplication for UarteWithIdle
This commit removes some of the code duplication for UarteWithIdle at the expense of requiring a split. As the example illustrates though, this expense seems worth the benefit in terms of maintenance, and the avoidance of copying over methods. My main motivation for this commit was actually due to the `event_endtx` method not having been copied across.
2022-10-09 13:07:25 +11: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 Merge #958 2022-09-23 11:58:43 +00: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 Update embedded-hal versions and explicitly pin 2022-09-29 11:27:46 +02:00
gpiote.rs Update embedded-hal versions and explicitly pin 2022-09-29 11:27:46 +02:00
lib.rs Update Rust nightly. 2022-09-22 16:38:14 +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 Replace futures::future::poll_fn -> core::future::poll_fn. 2022-09-22 16:42:49 +02:00
qspi.rs Replace futures::future::poll_fn -> core::future::poll_fn. 2022-09-22 16:42:49 +02:00
rng.rs Replace futures::future::poll_fn -> core::future::poll_fn. 2022-09-22 16:42:49 +02:00
saadc.rs Replace futures::future::poll_fn -> core::future::poll_fn. 2022-09-22 16:42:49 +02:00
spim.rs Update embedded-hal versions and explicitly pin 2022-09-29 11:27:46 +02:00
temp.rs Replace futures::future::poll_fn -> core::future::poll_fn. 2022-09-22 16:42:49 +02:00
time_driver.rs split embassy-util into embassy-futures, embassy-sync. 2022-08-22 22:18:13 +02:00
timer.rs Replace futures::future::poll_fn -> core::future::poll_fn. 2022-09-22 16:42:49 +02:00
twim.rs Update embedded-hal versions and explicitly pin 2022-09-29 11:27:46 +02:00
uarte.rs Removes some of the code duplication for UarteWithIdle 2022-10-09 13:07:25 +11:00
usb.rs usb: make HALs depend only on embassy-usb-driver. 2022-09-27 13:16:49 +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