feat(efuse): Updates efuse table for esp32c61

This commit is contained in:
Konstantin Kondrashov
2024-09-10 13:35:05 +03:00
parent 599c14d8f0
commit 8539760e79
8 changed files with 560 additions and 110 deletions

View File

@@ -30,7 +30,7 @@ int bootloader_clock_get_rated_freq_mhz(void)
#elif CONFIG_IDF_TARGET_ESP32C6
return 160;
#elif CONFIG_IDF_TARGET_ESP32C61 //TODO: [ESP32C61] IDF-9282
#elif CONFIG_IDF_TARGET_ESP32C61
return 160;
#elif CONFIG_IDF_TARGET_ESP32C5