-
Hello,
It appears that this library accidentally broke semantic versioning recently, which was the cause of a confused set of errors around trait bounds. In particular, `bno055 v0.3.3` used `embed…
-
On some STM32 MCUs (which includes the STM32L4xx family), the GPIOG ports are powered by an alternative power supply, which is only available when the `IOSV` bit is set by the user in `PWR->CR2`, but …
-
I have several examples that share devices on an `i2c` bus. Both `rtic` (v2) versions and non-`rtic` versions worked previously using crate `shared-bus`. Converting to `embedded-hal_1.0.0` I am also c…
-
Would there be support for providing compatibility between the async and blocking versions of `Mutex`? Is there an a priori reason there are two implementations, rather than e.g. a single `Mutex` type…
-
-
The api of usb-device uses the `UsbError::WouldBlock` variant to signal that the current operation is waiting on the device. This is great for allowing non-blocking implementations of usb, but can be …
-
Hello,
I have a version conflict when trying to add [`display-interface-spi`](https://crates.io/crates/display-interface-spi) alongside [`esp-idf-hal`](https://crates.io/crates/esp-idf-hal) from cr…
-
Hello!
I was trying to have one of the great embassy `esp-hal` examples from `esp-hal` as a standalone project that I wish to develop further but I ran into the following `rust-lld` issue (similar …
-
## Bevy version fe777d5c3fba64bec250b8ced3a6ba98fbd07a64
The deferred rendering example is broken on WebGL2 (And will also be broken on WebGPU, I expect).
The issue was introduced at https://git…
-
Hi, first I'd like to thank anyone who takes the time to read this, sorry about misspellings and any weird things I'm new to Rust and English is my second language :)
I'm trying to make a flight co…