-
Hello,
I've noticed that all of the USART drivers implement the embedded hal for `read()` which specifies that they should block if there is no pending data. For my current application I would be a…
Ralim updated
6 months ago
-
* `Uart::new()` should be infallible, only applying some invalid config should be invalid
* ~~Remove the independent `change_x` mutator methods in favour of `apply_config(&mut self, config: &Config)`…
-
There are applications where, when writing data to an SPI device, it is more efficient to write the data in a single transaction rather than multiple transactions (my use case is an SPI screen that ca…
-
It would be nice to introduce defmt as dependency (it will bump MSRV to 1.65 I believe) and add the derives behind a feature.
I see there hasn't been much development in the crate but there are som…
-
error for `cargo build --release --target xtensa-esp32-none-elf`
```
username@ubuntu-2204:~/esp/esp-ward$ cargo build --release --target xtensa-esp32-none-elf
Compiling compiler_builtins v0.…
-
I have trouble getting the integration test to work. I have two radios hooked up to the SPI0 bus on a Raspberry Pi and I can use both of them (but not at the same time) with the sx127x-util tool witho…
-
I've a problem to use the zf-hal hydrator in combination with an abstract factory. This is my module configuration:
public function getConfig()
{
return [
'hydrators'…
-
I'm too new/bad at this to PR atm, so maybe later. I think a good bet for a follow-on lesson would be how to navigate the modules the `aux` modules depend on. It seems like there's a layer of general-…
-
I am currently experimenting with the nRF52 and using the [embassy](https://embassy.dev/embassy/dev/index.html) project. I intend to use an SD Card in the project. However, this library does not appea…
-
I wanted to discuss a couple of things in Z's MSON doc. IMO, I think it's getting _really_ close! I wanted to discuss something specifically from my other issue #7. First, here's the document.
## MS…