-
**Is your enhancement proposal related to a problem? Please describe.**
The [Pin control vs. GPIO](https://docs.zephyrproject.org/latest/hardware/pinctrl/index.html#pin-control-vs-gpio) says that:…
-
### Describe the bug
The peripherals on many SoCs lose register contents (and additional bus configuration) when entering low-power modes, even though RAM contents and general OS state is persisted…
knthm updated
8 months ago
-
Current implementation `mmap`'s entire peripheral memory, while `CONFIG_STRICT_DEVMEM=y` kernel refuses memory mapping of which area is already used by drivers. So such mapping fails with `EPERM` on …
-
**1. Microcontroller and Microprocessor Architectures:**
- **CPU Core:** Learn about the central processing unit (CPU) core, including its instruction set architecture, clock speed, and capabilitie…
-
## Introduction
### Problem description
Some STM32 models have [TSC peripheral](http://www.st.com/resource/en/product_training/stm32l4_peripheral_touchsense.pdf) for capacitive touch sensi…
-
### Description
Hi I restarted my server and now im having trouble loading/installing google coral drivers. Debian version 6.8.0-40-generic. When I try to follow instructions on google coral page. …
-
Suppose the following sequence is executed:
1. Set chip select low for peripheral A
2. Post an asynchronous transfer for peripheral A
3. Enter a peripheral driver for peripheral B (before the transfer…
-
Now that we have the native_sim targets, we can build Zephyr as a Linux application, with the choice of using an embedded C library. When the user selects to use an embedded libC, a few of the old nat…
-
HAL drivers naturally need to own some peripherals while they are in use. However, it should be possible to safely release the peripheral ownership (destroying the driver in the process) so the periph…
-
Found that Espressif has a [ESP-LCD component](https://github.com/espressif/esp-idf/tree/master/components/esp_lcd) with documentation but only few [example drivers](https://github.com/espressif/esp-i…