esp-idf/components/vfs
LiPeng b15712025c 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-18 10:16:34 +02:00
..
include
private_include
test_apps feat(ci): Enable p4 example, test_apps and unit tests CI build 2023-08-24 12:51:19 +08:00
CMakeLists.txt
Kconfig
openocd_semihosting.h fix(vfs): fix compilation error on 64bit linux 2023-08-23 13:28:49 +08:00
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-18 10:16:34 +02:00
vfs_semihost.c fix(vfs): fix compilation error on 64bit linux 2023-08-23 13:28:49 +08:00
vfs_uart.c
vfs_usb_serial_jtag.c