forked from espressif/esp-idf
Merge branch 'bugfix/uart_driver_obj_into_sram_v4.2' into 'release/v4.2'
uart: put driver object into sram(v4.2) See merge request espressif/esp-idf!14753
This commit is contained in:
@@ -99,6 +99,7 @@ menu "Driver configurations"
|
||||
config UART_ISR_IN_IRAM
|
||||
bool "Place UART ISR function into IRAM"
|
||||
default n
|
||||
select FREERTOS_SUPPORT_STATIC_ALLOCATION
|
||||
help
|
||||
If this option is not selected, UART interrupt will be disabled for a long time and
|
||||
may cause data lost when doing spi flash operation.
|
||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user