Search found 2 matches
- Wed Mar 22, 2023 9:36 am
- Forum: ESP-IDF
- Topic: ESP-IDF Monitor freezes suddenly
- Replies: 0
- Views: 849
ESP-IDF Monitor freezes suddenly
Hi This is probably a very general and vague question but I'm having trouble with the ESP32-S3 [ESP_PRIMARY] idf monitor output suddenly freezes without any form of error messages. I would assume if anything critical would happen that it would return some kind of output indicating why the chip might...
- Wed Mar 16, 2022 9:23 pm
- Forum: ESP-IDF
- Topic: CMake project inside custom components
- Replies: 0
- Views: 854
CMake project inside custom components
Hi all I current working setting up a project with an ESP32 using the IDF api and I want to include some pre made cmake projects but I’m a little unsure on how to structure this in a custom component as the pre made projects have its own cmakelists and I really don’t want to change the structure of ...