-
### Details about Problem
ChibiOS has improved driver support since the original drivers were added to nf-overlay.
Re-evaluate the following drivers:
* Flash -> http://chibiforge.org/doc/21.11/ha…
-
Hi, I was wondering if anyone has had success with using this driver with WeActStudio displays sold on AliExpress. They are solde in 1.54, 2.13 and 2.9 inch sizes in B/W and B/W/R versions and are qui…
-
I read on the forums and from the documentation that the nRF5 series are supported to some extent. I am wondering what does it actually take to get the gateway sketch running on the device?
Right …
-
### Which component impacted?
Not sure
### Is it regression? Good in old configuration?
_No response_
### What happened?
I frequently have issues compiling the project due to -Werror. It took me …
-
12-02 19:03:05.462 721 721 E android.hardware.wifi@1.0-service: Wifi driver didn't get ready in time, giving up!: No such file or directory
12-02 19:03:05.462 721 721 E android.hardware.wifi@…
-
**Describe the bug**
An application with `CONFIG_POSIX_API` which was working before the [commit](https://github.com/zephyrproject-rtos/zephyr/commit/43110ddb71680db3ddd3411317dbaf0476e298f5) is now …
-
**Describe the bug**
Rerun viewer crashes on starting.
**To Reproduce**
1. Clean install of Ubuntu 22.04. Hardware-wise, there's an Intel CPU and NVIDIA RTX 3080 GPU.
2. Installed rerun-sdk …
-
## **Device**
- [x] Audio(need amplifier hook to audio hal)
- [x] MAC (BT)
- [x] Fingerprints
- [x] Leds
- [x] disable navbar
- [x] power hal
- [x] adsprpc
- [x] add customized…
-
When we release new `imxrt-hal` peripherals in a backwards-compatible package, we risk breaking users who prefer to mix the HAL with `imxrt-ral`.
```rust
use imxrt_hal as hal;
use imxrt_ral as ra…
-
Interrupts are an important topic in microcontroller programming, but so far there's no support for them in embedded-hal. I'd like to start a discussion about whether such support should be added, and…