mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-02 12:14:32 +02:00
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:
@@ -99,6 +99,7 @@ menu "Driver configurations"
|
|||||||
config UART_ISR_IN_IRAM
|
config UART_ISR_IN_IRAM
|
||||||
bool "Place UART ISR function into IRAM"
|
bool "Place UART ISR function into IRAM"
|
||||||
default n
|
default n
|
||||||
|
select FREERTOS_SUPPORT_STATIC_ALLOCATION
|
||||||
help
|
help
|
||||||
If this option is not selected, UART interrupt will be disabled for a long time and
|
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.
|
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