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 semihosting: drop absolute path support 2022-06-02 11:14:18 +02:00
private_include vfs_usb_serial: set secondary selection for making usb port can output under default menu 2021-11-17 19:54:15 +08:00
test vfs: add test for errno value after 'open' 2022-02-07 11:36:00 +01:00
CMakeLists.txt vfs_usb_serial: set secondary selection for making usb port can output under default menu 2021-11-17 19:54:15 +08:00
Kconfig semihosting: drop absolute path support 2022-06-02 11:14:18 +02:00
component.mk vfs_usb_serial: set secondary selection for making usb port can output under default menu 2021-11-17 19:54:15 +08:00
openocd_semihosting.h semihosting: drop absolute path support 2022-06-02 11:14:18 +02:00
sdkconfig.rename Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
vfs.c vfs: select sanity NULL check 2023-05-26 13:46:40 +02:00
vfs_cdcacm.c vfs: uart/cdcacm/usb_serial_jtag fcntl return read/write state 2023-03-23 08:22:56 +00:00
vfs_console.c vfs: select sanity NULL check 2023-05-26 13:46:40 +02:00
vfs_eventfd.c fix(vfs): Fix event_write may not exit critical section 2023-09-19 08:53:58 +02:00
vfs_semihost.c semihosting: drop absolute path support 2022-06-02 11:14:18 +02:00
vfs_uart.c vfs_uart: fix out-of-bounds read 2023-06-20 10:47:06 +08:00
vfs_usb_serial_jtag.c Merge branch 'bugfix/usb_serial_driver_block_v4.4' into 'release/v4.4' 2023-04-20 11:01:01 +08:00