Search found 1 match

by Obejaris
Wed May 15, 2019 8:06 am
Forum: General Discussion
Topic: ESP32 Threading
Replies: 2
Views: 22702

ESP32 Threading

I am new to the ESP32 and I was wondering, how does the ESP32 handle threading? My understandig is that it runs on FreeRTOS, but I can't find any information on its thread model. When creating a new thread, how are the user threads mapped to kernel threads?

Thank you.