-
I would like to ask if there is interest in making an async version of the crate?
I'm using the sensor in an embassy project and while some other sensors use async version of the I2C bus and I can …
-
There's no crate named avr-hal, why?
I apologize for being naive but this is my very first Rust project and ... I'm kind of dazed. I am developing an embedded firmware that should be able to run on…
mfp20 updated
4 months ago
-
I'm new to the embedded-hal ecosystem, so apologies if this is a dumb question. It may also have more to do with the PL022 hardware than this crate.
I'm trying to configure a TMC2130 stepper driver…
-
since virtually all `embedded-hal` APIs are fallible (returning a `Result`) the question has arisen how drivers should return these to the caller when they don't deal with them themselves: should they…
-
(some relationship with #162.)
- Version of `ssd1306` in use: recent git
- MCU/other hardware in use: `blackpill 411` using a recent git version of `stm32f4xx_hal` (`no-std`)
- Display resolution a…
-
**Describe**
The [doc](https://docs.rs/stm32f1xx-hal/0.10.0/stm32f1xx_hal/usb/struct.Peripheral.html) says `usb::Peripheral` has implemented [UsbPeripheral](https://docs.rs/stm32-usbd/0.6.0/x86_64-u…
-
Hi all,
I'm a bit stuck. For a while I've been trying to get Swift to build for my ESP32 C6, but it keeps getting stuck in one of the last stages. I followed all the steps as described in [esp32-le…
-
Having followed the given instructions, My First attempt to load the project produces a dialog box with the following message
The project 'mksRobinNano' contains the unknown tool 'CMSISDAP_ID'.
On…
-
I get a strange error when trying to build the blinky example:
```rust
error[E0433]: failed to resolve: use of undeclared crate or module `embedded_hal`
--> src/main.rs:17:5
|
17 | use e…
-
As brought up in chat, I think the entry point for interested newcomers could and should be improved. These are some suggestions:
- [ ] Merge https://rust-embedded.org with https://docs.rust-embedd…