Merge branch 'feature/dis_uart_dl_mode' into 'master'

feature: Disable UART download mode

Closes IDF-1386

See merge request espressif/esp-idf!8590
This commit is contained in:
Angus Gratton
2020-05-29 14:09:54 +08:00
22 changed files with 331 additions and 80 deletions

View File

@@ -366,6 +366,10 @@ void start_cpu0_default(void)
#if CONFIG_ESP32_DISABLE_BASIC_ROM_CONSOLE
esp_efuse_disable_basic_rom_console();
#endif
#if CONFIG_SECURE_DISABLE_ROM_DL_MODE
esp_efuse_disable_rom_download_mode();
#endif
rtc_gpio_force_hold_dis_all();
#ifdef CONFIG_VFS_SUPPORT_IO