mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 17:49:10 -04:00
The race condition is very unlikely on real hardware but can be observed with qemu under heavy load. Also add missing `memw` instructions which are generated by the C compiler but absent in the assembly code. Signed-off-by: Paul Guyot <pguyot@kallisys.net> Signed-off-by: KonstantinKondrashov <konstantin@espressif.com> Merges https://github.com/espressif/esp-idf/pull/11447 Closes https://github.com/espressif/esp-idf/issues/11433