Search found 1 match

by votuananhs
Sun Oct 29, 2017 5:44 am
Forum: ESP-IDF
Topic: How to build a demo for ESP32 and use Zephyr RTOS
Replies: 2
Views: 5595

How to build a demo for ESP32 and use Zephyr RTOS

I am trying to build a demo for the esp32-wroom-32 board and use the Zephyr RTOS. I have followed guideline on website https://www.zephyrproject.org I got an issue: esp-idf/components/esp32/include/esp_dport_access.h:15:23: fatal error: sdkconfig.h: No such file or directory In my understanding, It ...