-
I am playing around with an [PN532 NFC HAT](https://www.waveshare.com/wiki/PN532_NFC_HAT) on a RaspberryPi 3B using I2C. I got everything to compile, but always received EOPNOTSUPP when trying to do a…
-
Now that 1.0 is released, is there a plan already to move the HAL to this version?
-
Since concrete driver implementations are on the way it would be great if there was a common set of Traits that could be implemented to retrieve values from sensors, potentially including unit convers…
-
- [ ] Architectural questions
- [ ] Split into low-level and high-level driver? If so, naming?
- [ ] Reuse existing driver as low-level driver? If so, how to deal with the fact that e-h 1.0 does…
-
**HW: AGX Orin 64GB developer kit
SW: Jetpack 6.0**
I have followed the steps, and shown on below sequence. Do let me know if i do it wrongly.
```
git clone https://github.com/IntelRealSense/rea…
-
Use of I2C in TinyGo is not "thread-safe".
HAL would not use mutex to serialise concurrent access. Synchronisation when needed, must be done in application code.
This is contra, for example, to Li…
-
This needs a more formal write up, but the root issue is that:
* The current waker infrastructure of `embassy-sync` uses an "AtomicWaker" style waker
* AtomicWakers only support storing the waker …
-
### Did you test the latest `bugfix-2.1.x` code?
Yes, and the problem still exists.
### Bug Description
Unlike their more expensive STM32F407 cousins, the STM32F4x1Cx MCUs do not have a luxur…
-
**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…
-
I started working on a driver for STM32's LTDC that would utilize this peripheral a bit better than examples from `stm32f4xx_hal` and `stm32f7xx_hal`.
Since these can handle quite sizable screens, …