efuse: Updates efuse table for esp32c6

This commit is contained in:
KonstantinKondrashov
2023-02-16 01:49:24 +08:00
parent e4bb430743
commit a0408f7324
10 changed files with 1259 additions and 898 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
/*
* SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD
* SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
@@ -29,7 +29,7 @@ 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 the default values, no need to change it
}
void efuse_hal_read(void)