esp-idf/components/vfs
Darian Leung 05ff1039dc esp_hw_support: Fix misuse of spinlocks as critical sections
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.
2022-07-28 17:25:00 +08:00
..
include semihosting: drop absolute path support 2022-05-05 09:12:42 +00:00
private_include vfs_usb_serial: set secondary selection for making usb port can output under default menu 2021-11-01 15:48:36 +08:00
test ci: partially enable ut tests for esp32c2 2022-06-02 14:23:35 +08:00
CMakeLists.txt global: add dependency on esp_timer component and include esp_timer.h 2022-04-25 18:39:23 +02:00
Kconfig semihosting: drop absolute path support 2022-05-05 09:12:42 +00:00
openocd_semihosting.h semihosting: drop absolute path support 2022-05-05 09:12:42 +00:00
sdkconfig.rename Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
vfs_cdcacm.c vfs: uart/cdcacm/usb_serial_jtag fcntl return read/write state 2022-07-21 16:16:44 +08:00
vfs_console.c vfs_usb_serial: set secondary selection for making usb port can output under default menu 2021-11-01 15:48:36 +08:00
vfs_eventfd.c esp_hw_support: Fix misuse of spinlocks as critical sections 2022-07-28 17:25:00 +08:00
vfs_semihost.c hal: Deprecate interrupt_controller_hal.h, cpu_hal.h and cpu_ll.h interfaces 2022-07-22 00:06:06 +08:00
vfs_uart.c vfs: uart/cdcacm/usb_serial_jtag fcntl return read/write state 2022-07-21 16:16:44 +08:00
vfs_usb_serial_jtag.c vfs: uart/cdcacm/usb_serial_jtag fcntl return read/write state 2022-07-21 16:16:44 +08:00
vfs.c vfs: Fix potential select() race if both sock and other-fd trigger 2022-05-16 20:26:44 +02:00