esp-idf/components
Darian Leung 4610f058e8 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
2020-07-20 17:09:49 +08:00
..
2018-09-11 09:44:12 +08:00
2020-07-20 17:09:28 +08:00
2019-10-23 09:08:34 +11:00
2018-09-11 09:44:12 +08:00
2019-08-21 18:55:32 +10:00
2019-10-29 10:49:45 +00:00
2018-10-20 12:07:24 +08:00
2020-07-20 17:09:47 +08:00
2020-07-20 17:09:48 +08:00