-
## Motivations
There are multiple RF peripherals on the ESP32, which are driven by different crates like `esp-ieee802154` and `esp-wifi`. For the rust port of the esp32-open-mac project [esp32-wifi-h…
-
As part of #2491, which has more details on driver analysis.
Note: we are not stabilizing DMA support right now.
### esp-hal API-GUIDELINE omissions
---
### Rust API guideline ommissions
…
-
When installing the driver, the following picture is displayed:
```
make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/6.11.2-amd64/build M=/opt/Drivers/rtl8812au modules
make[1]: Entering director…
-
**Describe the set-up**
STM32L496VG, ICCARM v8.32, STM32Cube_FW_L4_V1.18.1.
**Describe the bug**
The problem was described and solved earlier in the STM32CubeF7, see [STM32CubeF7/issues/19](https…
-
**Describe the bug**
drivers/serial/uart_nrfx_uarte.c Builds with warnings nrf54l20pdk/nrf54l20/cpuapp and therefore fails in twister for at least these tests in main:
* tests/drivers/build_all/w1…
-
### Answers checklist.
- [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there.
- [X] I have updat…
-
I am trying to run two BLDC gimbal motors on ESP32-C6.
When using only one of the motors everything works fine.
The problem is with MCPWM setup when using second motor - error log:
```
=====…
-
It looks like the `all_gpu_id_array` is not cleaned up when KMT is unloaded. If KMT is initialized multiple times in the same process it will leak the array multiple times. `hsakmt_fmm_destroy_process…
-
As part of #2491, which has more details on driver analysis.
### esp-hal API-GUIDELINE omissions
---
### Rust API guideline ommissions
---
### Hardware feature omissions
- https://g…
-
### Code
This commit fixes it in the project I originally used it in: https://github.com/i404788/embassy/commit/3b540cf24559f4ba6236db4167c443bd7224851f
Unfortunately my attempts to reproduce …