Merge branch 'bugfix/uart_driver_obj_into_sram_v4.1' into 'release/v4.1'

uart: put driver object into sram(v4.1)

See merge request espressif/esp-idf!14754
This commit is contained in:
Michael (XIAO Xufeng) 2021-09-26 01:33:37 +00:00
commit cf584f1542
2 changed files with 316 additions and 214 deletions

View File

@ -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