mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
fix(vfs/uart): add UART VFS select callback in IRAM
UART VFS select callback is placed in IRAM when CONFIG_UART_ISR_IN_IRAM is enabled
This commit is contained in:
6
components/vfs/linker.lf
Normal file
6
components/vfs/linker.lf
Normal file
@@ -0,0 +1,6 @@
|
||||
[mapping:vfs]
|
||||
archive: libvfs.a
|
||||
entries:
|
||||
if VFS_SELECT_IN_RAM = y:
|
||||
vfs:esp_vfs_select_triggered_isr (noflash)
|
||||
vfs_uart:select_notif_callback_isr (noflash)
|
Reference in New Issue
Block a user