-
I have a task that sits in a loop and tries to consume the UART RX buffer, but I seem to be running into the buffer overrun panic. It feels like a "slow leak" as depending on the RX buffer, it might t…
-
Hey its me again haha.
I'm trying to create a function for setting up multiple ports with various routes using a single function to conserve memory on my device, however i'm running into a `type` e…
-
It is a common use case to have a gesture that enables a "pairing window" with the device.
The goal is to control who can have remote access to the device, by forcing some kind of physical access.
T…
-
hi, @Dirbaio
though we have discussed in PR #320 , for currently field and enmu, we will need to type
```rust
pac::SPI1.cr1().modify(|v| v.set_lsbfirst(vals::Lsbfirst::LSBFIRST));
```
to set…
-
When I was developing for my ESP-C3 chip, I used the "embassy-executor" crate for task scheduling. I found that it uses "portable-atomic" for atomic support starting from version "0.3.3". Starting fro…
haijd updated
11 months ago
-
Compile error occurs twice in this file: https://github.com/embassy-rs/embassy/blob/3a8a950bb8e8c8054aeb1338d17a3fa2e14c1b58/embassy-embedded-hal/src/shared_bus/blocking/spi.rs
```
62 | …
-
```bash
Compiling compiler_builtins v0.1.103
Compiling core v0.0.0 (/Users/wenruohan/.rustup/toolchains/nightly-2023-11-14-aarch64-apple-darwin/lib/rustlib/src/rust/library/core)
Compiling…
-
Possibly address together with #619
-
Hey all,
Has anyone looked at / worked out how to build generic HALs / driver libraries that work across a family of cores instead of writing a peripheral implementation for each? IMO it is an impo…
-
When I try to run the `rng` example on my `stm32l476rg` I get the following error:
```
ERROR probe_rs::util::rtt:
Error reading from RTT: Control block corrupted: write pointer is 1342572544 whi…