-
For compat reasons, we should support implicit copy (if the user passes in a slice from `.text`) of chunks on all interfaces. We currently do this for UARTE, but not for SPIM/TWIM.
-
When used together with stm32f4xx-hal (and potentially others), the library deasserts CSN before the SCK signal is idle. If the CSN signal is reasserted too quickly, the device does not recognize the …
-
### Configuration/Setup Information
- Microbit v2 firmware v258
- I have the nrf-rs/microbit repository pulled down locally with the microbit-common/Cargo.toml updated so nrf52833-hal v0.16.1 is bei…
-
Windows builds of shortfin have been failing since https://github.com/nod-ai/SHARK-Platform/pull/434
Logs just before: https://github.com/nod-ai/SHARK-Platform/actions/runs/11746567811/job/32726612…
-
It would be good to have a guide for driver authors and other users of embedded hal providing best practices for defining and consuming drivers, and detailing the use of generics in both (as this can …
-
Hi there - ok, so in some recent work with RESTful I came across some confusing _embedded behavior, let's say you had multiple fields on an entity that were all entity reference fields but linked to t…
-
Currently testing the new low-power feature for the STM32U5(45RETxQ) (#3496).
When going directly to sleep (without a time set), the device wakes-up after ~30s of sleep (probably due to Overflow IR…
-
Part of https://github.com/rust-embedded/wg/issues/383
Might also involve https://github.com/rust-lang/rust/issues/27731 so we can get rid of (some) of the inline asm / pre-compiled objects.
* …
-
with `embedded-hal` v1 the UART related traits have been removed in favour of [`embedded-io`](https://crates.io/crates/embedded-io). thus these traits should be implemented by this HAL so that the rep…
-
If you copy/paste the code from [the RP2040 USB logger example](https://github.com/embassy-rs/embassy/blob/main/examples/rp/src/bin/usb_logger.rs) into a new project, it will not compile.
Here is t…