Files
esp-idf/components
Darian Leung 2c96976b13 freertos: Fix configASSERT thread safety
This commit fixes thread safety issues with configASSERT() calls
regarding the value of uxSchedulerSuspended. A false negative
occurs if a context switch to the opposite core occurs in between
the getting the core ID and the assesment.

Closes https://github.com/espressif/esp-idf/issues/4230
2019-12-18 06:49:59 +00:00
..
2019-09-27 10:24:39 +08:00
2019-10-23 09:08:34 +11:00
2019-08-21 18:55:32 +10:00
2019-10-29 10:49:45 +00:00