esp-idf/components
Daniel Campora 1c046f30a6 freertos: Make the tick/idle hooks dual core compatible
The way these hooks are implemented at the moment, once you register a tick or idle task hook, it is run by both cores, leading to intermittent crashes that are difficult to explain (and debug). One solution is to register the hook with the core that is currently running, which is what this patch attempts to do.

Merges https://github.com/espressif/esp-idf/pull/781
2017-10-09 13:04:20 +11:00
..
2016-11-16 15:57:34 +11:00
2017-09-11 19:56:40 +03:00
2017-03-07 10:18:47 +11:00
2017-01-09 17:51:48 +08:00
2017-08-22 13:01:36 +10:00
2017-08-31 23:50:56 +08:00