esp32c3: Misc fixes needed to build & run

This commit is contained in:
Marius Vikhammer
2020-12-29 13:20:24 +08:00
committed by Angus Gratton
parent 0301c66bf0
commit 68608f804c
14 changed files with 976 additions and 18 deletions

View File

@@ -44,6 +44,7 @@
#include "bootloader_mem.h"
#include "regi2c_ctrl.h"
#include "bootloader_console.h"
#include "bootloader_flash_priv.h"
static const char *TAG = "boot.esp32c3";
@@ -226,7 +227,7 @@ static void wdt_reset_cpu0_info_enable(void)
static void wdt_reset_info_dump(int cpu)
{
// TODO ESP32-C3 IDF-2118
ESP_LOGE(TAG, "WDT reset info dump is not supported yet", cpu_name);
ESP_LOGE(TAG, "WDT reset info dump is not supported yet");
}
static void bootloader_check_wdt_reset(void)