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:
@@ -134,3 +134,5 @@ entries:
|
||||
memp:do_memp_malloc_pool (noflash_text)
|
||||
if ESP_ALLOW_BSS_SEG_EXTERNAL_MEMORY = y:
|
||||
* (extram_bss)
|
||||
if VFS_SELECT_IN_RAM = y:
|
||||
vfs_lwip:lwip_stop_socket_select_isr (noflash)
|
||||
|
Reference in New Issue
Block a user