mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
05ff1039dc
Spinlocks themselves do not constitute critical sections as after a spinlock is acquired, interrupts can remain enabled. However, there are some places where spinlocks are used direclty instead of using the portMUX_TYPE and portENTER_CRITICAL_...() APIs. This commit fixes those calls. |
||
---|---|---|
.. | ||
include | ||
private_include | ||
test | ||
CMakeLists.txt | ||
Kconfig | ||
openocd_semihosting.h | ||
sdkconfig.rename | ||
vfs_cdcacm.c | ||
vfs_console.c | ||
vfs_eventfd.c | ||
vfs_semihost.c | ||
vfs_uart.c | ||
vfs_usb_serial_jtag.c | ||
vfs.c |