-
### Code
This commit fixes it in the project I originally used it in: https://github.com/i404788/embassy/commit/3b540cf24559f4ba6236db4167c443bd7224851f
Unfortunately my attempts to reproduce …
-
As part of #2491, which has more details on driver analysis.
Note: we are not stabilizing DMA support right now.
### esp-hal API-GUIDELINE omissions
#### Construction
- [ ] `into_async` and…
-
As part of #2491, which has more details on driver analysis.
### esp-hal API-GUIDELINE omissions
- The asynchronous driver implementation must also expose the blocking methods (except for interr…
-
## Motivations
The I2C hardware can be used to speak SCCB which is a protocol similar to I2C used to speak to cameras.
`esp-hal` currently abides by `embedded-hal::i2c`'s ack rules but those rules…
-
As of #630 the `ErrorKind` structs implement `Error`.
As explained in https://github.com/rust-embedded/embedded-hal/pull/630#issuecomment-2343945572
its difficult to make good use of that unless the…
-
Hi,
i have a sample Program generated with the stcubemx, original gcc support.
With the arm-gcc all compiles fine.
I want to switch to LLVM-embedded-toolchain-for-ARM. I have installed the latest…
-
it's more of a question. Is it worth replicating? Does it have any drawbacks?
Right now I am using an arduino nano running grbl, without any bob, just wires going to external stepper drivers, and i…
-
Hi, I'm new here. I'm working on a game targeting the PyGamer, which has a nice BSP here. Being a game, using async Rust is extremely valuable for me, and information on using async on SAMD processors…
-
I am trying to use multiple sensors on an I2C bus with a pca9548a multiplex. I cannot get the code to compile because of `unsatisfied trait bounds`. Likely I am not using the proper trait, but I have …
-
Hi,
As I needed to use your driver in an async function with embassy, I needed an async version. I managed to do it and it works, but it would be great to integrate it into your driver as feature. …