-
Some sensors and actuators need drivers written in C. Examples are: WS2812 (NeoPixel), APA102, DHT family, Dallas 1-wire protocol. There are probably many others. The protocols for these devices have …
-
Device worked when plugged into Debian Linux. When plugged into a Proxmox node the devices do not appear in lspci.
-
**Describe the bug**
The h4_close() function is not available into zephyr 3.2.0, into the bluetooth drivers (hci, h4.c)
I need to use bt_enale() then bt_disable() then bt_enable() and I need to …
-
Let's run a number of manual tests and additional checks in order to make sure v0.6.5 will be the best release ever.
Test binaries can be found here: https://github.com/bettio/avm_tag_ci/releases/t…
-
When enabling nRF5 SPI drivers, invalid values are permitted, but next time opening menuconfig fails.
make menuconfig
-- Selected BOARD nrf52840_pca10056
Zephyr version: 1.12.99
Parsing Kconfi…
-
One of the recent changes to the dwc2 driver has broken USB Gadget Only mode (`CONFIG_USB_DWC2_PERIPHERAL=y`).
The `bus_suspended` field of `struct dwc2_hsotg` is not included in the structure defi…
-
Find a way to generate peripheral drivers and automatically include them as a CMake linkable target, preferably at build generation time. In case the generator (either MCC or MHC) cannot be found, fai…
-
The topic of Bluetooth has been taken up in other issues, but it seems there's still little research done on the topic.
Instead of polluting the [smartwatch](https://github.com/tock/tock/issues/284…
-
Hi there,
I'm having some issues getting running on a RPi5 with 3.7in waveshare display, when I run startpapertty.sh I get these errors:
```
gpiozero found - using that instead of RPi.GPIO
Set…
-
Hi,
what kind of peripheral API do you propose for your eco system?
what do you think about CMSIS-Driver? is this suitable ?
it provides the interface for some of the most popular peripherals:
https…