mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-23 18:18:36 +08:00
Merge branch 'feature/speedup_uart_at_romcode' into 'master'
Add arguments for users to "close" main part of rom UART0 print See merge request sdk/ESP8266_RTOS_SDK!803
This commit is contained in:
@ -143,6 +143,12 @@ config UART0_SWAP_IO
|
||||
help
|
||||
Enable this option, UART0's I/O pins are swaped: TXD <-> RTS, RTX <-> CTS.
|
||||
|
||||
config DISABLE_ROM_UART_PRINT
|
||||
bool "Disable ROM UART print"
|
||||
default n
|
||||
help
|
||||
"Disable main part of ROM UART print when rom bootloader process."
|
||||
|
||||
config MAIN_TASK_STACK_SIZE
|
||||
int "Main task stack size"
|
||||
default 3584
|
||||
|
Reference in New Issue
Block a user