feat(esptool_py): Add arguments for users to "close" main part of rom UART0 print

This commit is contained in:
dongheng
2019-02-27 14:38:12 +08:00
parent c2712842cf
commit 57b4530e93
3 changed files with 19 additions and 0 deletions

View File

@ -126,6 +126,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