arkhipenko / TaskScheduler

Cooperative multitasking for Arduino, ESPx, STM32, nRF and other microcontrollers
http://playground.arduino.cc/Code/TaskScheduler
BSD 3-Clause "New" or "Revised" License
1.22k stars 224 forks source link

Multiple Thread and Multiple Core in ESP32? #125

Closed sseodate closed 3 years ago

sseodate commented 3 years ago

I couldnt find a way to assign task to core 0 in ESP32 , could i do that with this lib ?

arkhipenko commented 3 years ago

No. Read the esp32 FreeRTOS docu: https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/freertos-smp.html

sseodate commented 3 years ago

Tks alot man!