-
While writing [`shared-bus`](https://github.com/Rahix/shared-bus) I was hit with the lack of a standardized Mutex type. `std` solves this by implementing the mutex type differently for all architectu…
Rahix updated
4 years ago
-
defmt does not work when the crate name starts with a number (e.g. `01_hello_extended.rs`). I used the app template generator as suggested in the Knurling-session-20q4.
Dependencies used in `Cargo.…
-
Transfer of esp-rs/esp-idf-svc#442; Summary:
When I'm trying to compile this for the esp32c6 using riscv32imc-esp-espidf, I run into the following issue:
```
Compiling esp-idf-svc v0.49.0
e…
-
### Answers checklist.
- [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there.
- [X] I have updat…
-
The [Embassy project](https://embassy.dev) imposes first-class `async` support in the Rust embedded world including wake-on-interrupt scenarios which may be extremely helpful in certain scenarios. Ala…
-
-
Some embedded device crates use generated codes and the type can get very long, such as the [`stm32f1xx_hal::stm32::Peripherals` struct](https://docs.rs/stm32f1xx-hal/0.5.3/stm32f1xx_hal/stm32/struct.…
-
What are your thoughts on `Datetime`, `Time`, `Date` etc traits? They seem like a good fit because they're not available natively on `no_std`, are a common feature. It would be nice to be able to writ…
-
(Initially written by @thejpster at https://github.com/rust-embedded-community/tm4c-hal/issues/44)
- [x] Can we turn on the issue tracker on the dslite2svd fork.
- [ ] Can we set up a GitHub Action …
-
I'm working on a library (my first serious embedded project) which needs to write to a PIO FIFO continuously. I'm trying to do this with DMA, using an interrupt to re-enqueue the buffers whenever a wr…