-
I've been using VSCode under Windows with the ESP-IDF framework for a while, but I'm now trying out the esp-iot-bridge project. After using `git clone https://github.com/espressif/esp-iot-bridge` I ca…
-
### 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…
-
The example script LoRaWAN_OLED does not support the Wireless Stick(V3) = "Wireless_Stick_V3", probably as the files have to be adapted to the smaller display (64*32). LoRaWAN_APP.h and LoRaWAN_APP.cp…
-
### The problem
Upgraded to ESPHome 2023.9.3
Host is RPi4,
uname -a: Linux hostname 6.1.21-v8+ #1642 SMP PREEMPT Mon Apr 3 17:24:16 BST 2023 aarch64 GNU/Linux
/boot/config.txt
[all]
arm_64…
-
I keep getting this error when building:
C:\Users\kh1\Desktop\ESP32-WiFi-Extender-master>idf.py build
Executing action: all (aliases: build)
Running ninja in directory c:\users\kh1\desktop\esp32-…
-
Hi,
I made this also work on OpenBSD. Symlinking /usr/local/xtensa-lx106-elf to bin/ did not work though, I had to symlink all xtensa-lx106-elf-* binaries from /usr/local/bin/ to bin/. See the foll…
-
## Environment
- Module or chip used: ESP32-WROOM-32
- IDF version (run ``git describe --tags`` to find it): v4.4.1
- Build System: idf.py (ninja)
- Compiler version (run ``xtensa-esp32…
-
**_Reported by Andrew Boie:_**
```
In file included from /projects/zephyr4/arch/xtensa/include/xtensa_rtos.h:199,
from /projects/zephyr4/arch/xtensa/include/xtensa_api.h:10,
…
-
**_Reported by Andrew Boie:_**
Raj noticed that XCC Xtensa builds produce a zephyr.bin hundreds of megabytes in size. This bug has probably been around for a while, to date we have only been using th…
-
I have faced with issue that `cmake-conan` detect toolchain as gcc and when it tries to install library it is compiled to native Linux target, but actually I need it to be compiled to target ESP32
…