-
While compiling I've this error:
```
In file included from /home/toms/esp8266/esp8266-devkit/Espressif/dl/gcc-xtensa/build-2/xtensa-lx106-elf/libstdc++-v3/include/bits/char_trait
fr…
-
**_Reported by Robert Beatty:_**
Add support for SMP on platforms with multiple cores that can serve 1 single application.
(Imported from Jira ZEP-2124)
-
I put PNGdec in clockwise\components and add a CMakeLists.txt file as below
```cmake
cmake_minimum_required(VERSION 3.15)
if(ESP_PLATFORM)
# Build ArduinoJson as an ESP-IDF component
idf_co…
-
### Answers checklist.
- [X] I have read the [Rainmaker documentation](https://rainmaker.espressif.com/docs/get-started.html) and the issue is not addressed there.
- [X] I have updated my IDF branch …
-
### The problem
When attempting to update my configuration for the wake-word-voice-assistant on the ESP32 S3 Box 3, I receive a linking error.
```
Linking .pioenvs/esp32-s3-box-3-01/firmware.el…
-
### Description / Steps to reproduce the issue
build system in protect mode or kernel mode
1. make a breakpoint at function uart_read
2. type any character in the nsh shell
As you can see, t…
-
@kevinl95 I purchased a new M5Stack CoreInk device, downloaded the code, and tried to compile it with no success..
The code generates some warnings, but I assume the sketch will compile even with …
-
This is not a issue, but you can shrink your c_cpp_properties.json file down by using
"${IDF_PATH}/components/**"
instead of listing all the components folders line by line.
I.E...
```
{…
-
**Describe the bug**
ESP crashed, coredump was read from the device
Which platform, esp8266 or esp32? ESP32-S3
Do you use TLS or not? no TLS
Do you use an IDE (Arduino, Platformio...)? Platformi…
-
## Environment
- IDF version : a215fe3b43d10cef2475437861d30dfbc3a74e0f
- Development Env: Make
- Operating System: win10 wsl(Ubuntu18.04)
- toolchain: xtensa-lx106-elf-linux32-1.22.0-100…