feat(efuse): Support eFuses and doc for ESP32P4

This commit is contained in:
KonstantinKondrashov
2023-09-11 22:29:41 +08:00
parent 2557513fb5
commit b29f6d5a40
13 changed files with 377 additions and 32 deletions

View File

@@ -30,7 +30,7 @@ IRAM_ATTR uint32_t efuse_hal_get_minor_chip_version(void)
void efuse_hal_set_timing(uint32_t apb_freq_hz)
{
(void) apb_freq_hz;
efuse_ll_set_pwr_off_num(0x190);
/* keep timing settings by default */
}
void efuse_hal_read(void)