Track tasks and feature requests
Join 40 million developers who use GitHub issues to help identify, assign, and keep track of the features and bug fixes your projects need.
Sign up for free See pricing for teams and enterprisesQuestion regarding custom components and threads on ESP32 #277
Comments
This comment has been minimized.
This comment has been minimized.
The ESP32 arduino framework uses the esp-idf framework. So you do have access to all esp-idf stuff (esphomelib internally also uses a lot of esp-idf components |
This comment has been minimized.
This comment has been minimized.
Ah that't great. I've been looking for downloaded esp-idf but I couldn't find it so I've wrongly assumed that it uses some other implementation. |
This comment has been minimized.
This comment has been minimized.
I haven't tried either abstraction yet, but I think the esp-idf one works - except of course if you use the SPI controller that's responsible for the flash memory. |
Hi,
I'm new to esphomelib, Platformio and Arduino framework. Up until now I've been working directly with ESP-IDF.
I'd like to implement a custom component which would need to use threads. Is this possible in in esphomelib? I've found some examples of using pthreads with Arduino framework, but it was implemented on top of ESP-IDF and FreeRTOS. If I'm not mistaken, esphomelib doesn't use ESP-IDF at all.