Search found 2 matches

by aaronhshi
Thu Feb 25, 2021 9:55 am
Forum: ESP-IDF
Topic: FTM Support for ESP32?
Replies: 1
Views: 2217

FTM Support for ESP32?

A bit confused on what is supported and what is not. Currently, on the release notes for ESP-IDF Pre-release v4.3-beta1, it states FTM is a new feature for the ESP32 SoC. However, in the examples/ftm page, ESP32 is not a supported target. Does that mean there is a plan to support it and it just hasn...
by aaronhshi
Tue Jul 24, 2018 5:40 am
Forum: ESP-IDF
Topic: Multiprocess/task concurrency scheduling question
Replies: 3
Views: 7017

Multiprocess/task concurrency scheduling question

Wanted to clarify a question I had. ESP-IDF runs on top of FreeRTOS. From my understanding FreeRTOS is not capable of true parallel processing of running scheduled tasks concurrently. My question is does that mean ESP-IDF is also incapable of utilizing it's two cores for one app for concurrent multi...