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:
sonika.rathi
2023-07-19 12:28:39 +02:00
parent a9ea49cba2
commit 9c82ad06c3
8 changed files with 20 additions and 1 deletions

6
components/vfs/linker.lf Normal file
View 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)