feat(efuse): Adds 3 bit for PSRAM_CAP efuse field

This commit is contained in:
Konstantin Kondrashov
2024-11-04 17:27:53 +02:00
parent e6a97d2c56
commit 70b652052e
5 changed files with 40 additions and 15 deletions

View File

@@ -1,5 +1,5 @@
/*
* SPDX-FileCopyrightText: 2017-2023 Espressif Systems (Shanghai) CO LTD
* SPDX-FileCopyrightText: 2017-2024 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
@@ -10,7 +10,7 @@ extern "C" {
#include "esp_efuse.h"
// md5_digest_table e0674ff40a1e124670c6eecf33410e76
// md5_digest_table f8f32987a955792b4fe4534ea428268f
// This file was generated from the file esp_efuse_table.csv. DO NOT CHANGE THIS FILE MANUALLY.
// If you want to change some fields, you need to change esp_efuse_table.csv file
// then run `efuse_common_table` or `efuse_custom_table` command it will generate this file.