-
I created, and @richardeoin contributed a lot of code, to a library called [sdio-host](https://github.com/jkristell/sdio-host) that implements the split that are discussed in embedded-sdmmc repo in [i…
-
Hi,
Lot of sensors can be used with both I2C and SPI, so why not defining a generic I/O trait that is bus independent like the std::io trait that is not available in a no_std program. In my drivers i…
-
The "fix" for #8 assumes that drivers will only activate their CS right before communicating and deactivate it right afterwards and that there is no way for any other code in the same thread to do any…
-
I'm writing an embedded-hal driver for interfacing with Espressif ESP-AT firmware over UART. ESP-AT in some circumstances will cease responding to commands, so I need a timeout in my driver to know wh…
-
Hey there! I recently went to port one of my driver crates to [the new `embedded-hal@1.0.0-rc.3`](https://docs.rs/embedded-hal/1.0.0-rc.3/embedded_hal/index.html), with its (honestly much nicer) APIs.…
onkoe updated
11 months ago
-
I am trying to get [lora_phy](https://github.com/lora-rs/lora-rs/tree/d86786988a4a446963d1e85e3ab99a225734cedd/lora-phy) working with rppal. But I am getting the following errors
![image](https://git…
-
As discussed in today's meeting:
It is better if the CS-assert-to-clock and clock-to-CS-deassert delays are configured in the SpiDevice itself, so that the driver doesn't have to add them to every …
-
All traits with unconstrained associated types have been removed as we prepare the 1.0.0 release. We are aware that this will be problematic in the short term but agreed it is the best way forward for…
-
I'm interested in using the bl602 as a driver for the dwm1000 ultra wideband transceiver. However I don't think it makes sense to create a rust driver based on a hardware abstraction layer which isn't…
-
The awesome-embedded-rust list has grown a lot over the last few years and it might be time to think about how we could reorganise the crates to help make it easier to navigate and find the crate you'…