arduino / ArduinoCore-renesas

MIT License
113 stars 79 forks source link

Issue with Preemption in Arduino_FreeRTOS on uno R4 wifi #396

Open Aesirs opened 1 day ago

Aesirs commented 1 day ago

in the config file the preemption is on but its doesnt actualy work properly you need to use a vtaskdelay or a taskYield to make the scheduler change task and you shouldnt have to if it was properly implemented