esp-idf/components/vfs
LiPeng 7ca602e86b fix(vfs): Fix event_write may not exit critical section
This commit fixes the event_write() function where the critical section
was unbalanced.

Merges https://github.com/espressif/esp-idf/pull/12258
2023-09-19 08:53:58 +02:00
..
include
private_include
test
CMakeLists.txt
Kconfig
component.mk
openocd_semihosting.h
sdkconfig.rename
vfs.c
vfs_cdcacm.c
vfs_console.c
vfs_eventfd.c fix(vfs): Fix event_write may not exit critical section 2023-09-19 08:53:58 +02:00
vfs_semihost.c
vfs_uart.c vfs_uart: fix out-of-bounds read 2023-06-20 10:47:06 +08:00
vfs_usb_serial_jtag.c