esp-idf/components/vfs
Martin Vychodil 76011fc8f7 Merge branch 'fix/uart_select_malloc' into 'master'
fix(vfs): fix uart malloc when locates ISR context in IRAM

See merge request espressif/esp-idf!27278
2023-11-24 18:57:30 +08:00
..
include feat(partition_table): Add read-only partition flag and functionality 2023-10-11 00:01:05 +02:00
private_include fix(vfs): fix uart malloc when locates ISR context in IRAM 2023-11-21 16:36:08 +08:00
test_apps refactor(sdspi): place sdspi driver into a new component 2023-11-20 12:30:03 +08:00
CMakeLists.txt fix(vfs/uart): add UART VFS select callback in IRAM 2023-11-08 11:34:22 +01:00
Kconfig fix(vfs/uart): add UART VFS select callback in IRAM 2023-11-08 11:34:22 +01:00
linker.lf fix(vfs/uart): add UART VFS select callback in IRAM 2023-11-08 11:34:22 +01:00
openocd_semihosting.h fix(vfs): fix compilation error on 64bit linux 2023-08-23 13:28:49 +08:00
sdkconfig.rename Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
vfs_cdcacm.c esp_system, vfs: fix incomplete blocking reads in vfs_cdcacm 2022-07-28 17:28:08 +02:00
vfs_console.c change(newlib): update newlib according to new internal structures 2023-10-09 12:13:02 +04:00
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 fix(vfs): fix uart malloc when locates ISR context in IRAM 2023-11-21 16:36:08 +08:00
vfs_usb_serial_jtag.c usb_serial_jtag: Fix bug of blocking TX xfer when using driver, 2023-02-23 17:45:39 +08:00
vfs.c fix(vfs): fix uart malloc when locates ISR context in IRAM 2023-11-21 16:36:08 +08:00