esp32c6: add efuse support

This commit is contained in:
wuzhenghui
2022-07-08 17:33:19 +08:00
committed by Song Ruo Jing
parent 68159feb10
commit 21663bd0b9
12 changed files with 1972 additions and 2 deletions

View File

@@ -0,0 +1,4 @@
set(EFUSE_SOC_SRCS "esp_efuse_table.c"
"esp_efuse_fields.c"
"esp_efuse_rtc_calib.c"
"esp_efuse_utility.c")