You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The pure ESP32-LVGL8x-SDSPI esp-idf build example runs successfully if the environment is configured correctly.
Problem Description
if you add even just the dependency of the arduino component, it compiles but crashes
Steps to reproduce
just add in the main dir this yml:
dependencies:
espressif/arduino-esp32:
pre_release: true
version: '*'
override_path: ${IDF_PATH}/components/arduino-esp32
that is:
0x4037c5d1: vPortTaskWrapper at esp-idf_example\ESP32-LVGL8x-SDSPI\build\ esp/v5.3.2/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa\port.c:139
The text was updated successfully, but these errors were encountered:
esp-idf with arduino as component in windows
The pure ESP32-LVGL8x-SDSPI esp-idf build example runs successfully if the environment is configured correctly.
Problem Description
if you add even just the dependency of the arduino component, it compiles but crashes
Steps to reproduce
just add in the main dir this yml:
dependencies:
espressif/arduino-esp32:
pre_release: true
version: '*'
override_path: ${IDF_PATH}/components/arduino-esp32
Actual Behavior
Compile ok, upload ok, then crash with:
Backtrace: 0x4200a83e:0x3fca8840 0x4200abf4:0x3fca8890 0x420547ff:0x3fca88e0 0x4037c5d1:0x3fca8910
that is:
0x4037c5d1: vPortTaskWrapper at esp-idf_example\ESP32-LVGL8x-SDSPI\build\ esp/v5.3.2/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa\port.c:139
The text was updated successfully, but these errors were encountered: