822 FPGA rnv init

This commit is contained in:
wuzhenghui
2021-09-02 20:48:39 +08:00
committed by laokaiyao
parent b9a84b96ce
commit 968c42d88c
30 changed files with 9776 additions and 882 deletions

View File

@@ -2,7 +2,9 @@ menu "Serial flasher config"
config ESPTOOLPY_NO_STUB
bool "Disable download stub"
default "y" if IDF_TARGET="esp32h2"
default "n"
help
The flasher tool sends a precompiled download stub first by default. That stub allows things
like compressed downloads and more. Usually you should not need to disable that feature