[Answered] How much of newlib is implemented/mapped/usable on ESP32?
Posted: Sun Oct 02, 2016 6:43 pm
Looking at the ESP-IDF, I am fascinated by the "newlib" component. How much of it is mapped/implemented/usable on the ESP32? As an example, the posix "pthread" APIs seem to be present. Are these usable in an ESP32 environment? Do these map to FreeRTOS?
To start, I'd be interested if we had a list of things in newlib that we can use and things in newlib that we should avoid using (at this time).
Update: 2016-10-14 - Espressif have published the newlib-esp32 source on git hub here:
https://github.com/espressif/newlib-esp32
To start, I'd be interested if we had a list of things in newlib that we can use and things in newlib that we should avoid using (at this time).
Update: 2016-10-14 - Espressif have published the newlib-esp32 source on git hub here:
https://github.com/espressif/newlib-esp32