-
### 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…
-
**Description**
When running the "hello-triangle" example, I get the following error message:
```
[2023-10-16T17:55:54Z ERROR wgpu_hal::auxil::dxgi::exception] ID3D12CommandQueue::ExecuteComman…
-
## Introduction
GARDENA uses a sim3u167bgm module in their [smart Gateway](https://www.amazon.de/Gardena-GARDENA-smart-Gateway-19000/dp/B01MDJVVPD) and I've ported zephyr to it. The work is already…
M1cha updated
3 months ago
-
Hello,
I'm running into an issue where configuring a static IP for a W5500 SPI ethernet chip does not work, but using DHCP works fine.
To test, I am using a recently generated `esp-rs/esp-idf-te…
-
Since STM32CubeF4 Firmware Package v1.27.0:
The following changes done on the HAL drivers require an update of the application code based on older HAL versions
### Rework of HAL Ethernet driver …
-
When compiling code it cause to error:
ant@ant-PC:~/Downloads/stm32f4discovery_soundcard-master$ make
arm-none-eabi-gcc -Wall -g -std=c99 -Os -mlittle-endian -mcpu=cortex-m4 -march=armv7e-m -mthumb -…
-
Step1: Change this [line](https://github.com/nod-ai/iree-amd-aie/blob/c15a45a016a504f032b0f5c02d64c9916da91521/build_tools/build_test_cpp.ps1#L61) from
"-DCMAKE_BUILD_TYPE=Release"
to
"-DCMAKE_BUIL…
-
**Description**
ThreadSanitizer shows a data race between threads when these threads are initializing a `wgpu::Instance`, this only happens with an Nvidia GPU under linux. Drivers are from ubuntu…
-
This is a tracking issue for the removal of deprecated code.
- [ ] Remove support for `embedded-hal` v0.2
- [ ] Remove deprecated items in `sercom::dma`
- [ ] Optionally, when #635 lands, remove …
-
### Description
Hello. I trying to read value from ADC, but have something problem.
1) Added this code, without it don't get anything. It always returns the same value, regardless of the applied vol…