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
-1
View File
@@ -16,7 +16,6 @@
#include "esp_log.h"
#include "soc/efuse_periph.h"
#include "bootloader_random.h"
#include "soc/syscon_reg.h"
#include "sys/param.h"
static __attribute__((unused)) const char *TAG = "efuse";