ESP32c3 - single threaded?
Posted: Wed Nov 22, 2023 10:24 am
I believe the ESP32c3 only has a single core so two questions:
1. Does it still build using the ESP modified multi-core version of FreeRTOS or does it use the standard single-threaded version?
2. Do I need to worry about locking or can I be 100% sure that only one task at a time can be running and accessing data?
Thanks.
1. Does it still build using the ESP modified multi-core version of FreeRTOS or does it use the standard single-threaded version?
2. Do I need to worry about locking or can I be 100% sure that only one task at a time can be running and accessing data?
Thanks.