fix(ci): some actions taken to pass ci

This commit is contained in:
Lou Tianhao
2024-08-21 14:54:35 +08:00
committed by Li Shuai
parent 02f5e0f98c
commit 4393343ac9
32 changed files with 124 additions and 61 deletions

View File

@@ -19,6 +19,6 @@ void bootloader_ana_super_wdt_reset_config(bool enable)
//Not supported but common bootloader calls the function. Do nothing
void bootloader_ana_clock_glitch_reset_config(bool enable)
{
// TODO: [ESP32C5] IDF-8667
// TODO: [ESP32C5] IDF-8667, PM-207
(void)enable;
}