-
Umbrella ticket to track power management related activities.
Aim is to STM32 related tickets/PR, but also cross-architectures tickets that might be relevant to enable power management use cases on S…
-
**Describe the bug**
The application freezes in an endless loop when the bootloader starts it.
The Zephyr calls `z_arm_init_arch_hw_at_boot` after the bootloader jumps to the application. It detec…
-
_This is a meta issue for maintainers and developers of relevant subsystems to track progress on new USB support._
## Introduction
Currently we have only USB device support in Zephyr OS. Existin…
-
Currently, if you try to turn on LVGL software rotation (`sw_rotate`), it fails on monochrome displays like the SSD1306 OLEDs and LS011xx nice!views.
*Why?* It seems from a quick look that the sof…
-
Hi,
I am new to Zephyr and would like to build the `libcsp` test from this repository.
I tried using the Getting Started approach by creating a `zephyrproject` workspace. And then using `west init…
-
**Describe the bug**
Zephyr Host has a function called [bt_le_set_auto_conn()](https://github.com/zephyrproject-rtos/zephyr/blob/v4.0.0-rc3/subsys/bluetooth/host/conn.c#L3860) which is supposed to au…
-
Follow up to https://github.com/zephyrproject-rtos/zephyr/pull/76956#discussion_r1716455827
Giving tests its own `compile.sh` eases developer workflow. Ensuring all tests have one gives a consisten…
-
**Is your enhancement proposal related to a problem? Please describe.**
DNS-SD (DNS-based Service Discovery) is a standard method for enabling discovery of services on a local IP network. DNS-SD co…
-
-
**Bug description**
When writing a buffer to a gc9x01x display with a buffer width less than the displays width the display does not update correctly.
In the display driver for gc9x01x the buffer …