feat(esp32h4): add esp_rom and efuse files (stage4)

This commit is contained in:
Chen Jichang
2025-02-20 16:51:40 +08:00
parent e7088bbd07
commit a74f9cbe63
39 changed files with 7197 additions and 5 deletions

View File

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