-
On C6:
```
$ make run
make[1]: Entering directory '/home/ubuntu/Embassy-playground-2024'
cargo build --release --features=esp32c6 --target=riscv32imac-unknown-none-elf
Compiling esp-hal v0.1…
-
With the minimal example below, I can't get any output from uarte. Anything more complex trying to read or using BufferedUarte doesn't work either. I'm using nrf5340-app-s and embassy from git with th…
-
In the example bellow, I'm only testing different combinations of keys for a multi-write transaction commit. the target storage is `MemFlash` and I'm only testing for code execution without panics.
…
-
I run ADC example on `stm32f103c8` but seems it does not works as expected.
It just awaits infinitely here:
https://github.com/embassy-rs/embassy/blob/94586576a06cf5869d0cdea6d678a0448bb1fdf8/exam…
-
The latest release is a bit old, with e.g. `embassy-time` being pinned to 0.1.5, which is 11 months old, and has a 0.3.2 for example.
Do you have any plans of releasing a new version of this crate …
-
The current statically allocated task system works well for many projects, but I’ve encountered challenges when trying to implement more complex functionality:
### 1. Static Task Allocation Tightly…
-
This is the big tracking issue for all things related to the CoAP+security components that should be part of RIOT-rs.
## The big picture
Having a CoAP server running should be a feature that's a…
-
[Here](https://github.com/embassy-rs/embassy/blob/c75e1e2a9ed58fbd6c4d08426a26d1505957c68b/embassy-stm32/src/time_driver.rs#L21C1-L30C62) the requirements for the time drivers are described. At least …
-
I am having a very similar issue as [this closed issue](https://github.com/embassy-rs/embassy/issues/917). I can compile and run the example blinky on my board when cloning embassy-rs and doing `cargo…
-
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…