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:
Dong Heng
2019-03-06 13:07:11 +08:00
3 changed files with 19 additions and 0 deletions

View File

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