mirror of
https://github.com/espressif/esp-idf.git
synced 2026-08-18 06:35:35 +03:00
feat(bootloader): support to check efuse block revision
change(bootloader): remove ignore efuse check flag (temp) change(bootloader): use int for the minimum efuse blk rev (temp)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* SPDX-FileCopyrightText: 2021-2022 Espressif Systems (Shanghai) CO LTD
|
||||
* SPDX-FileCopyrightText: 2021-2024 Espressif Systems (Shanghai) CO LTD
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
@@ -51,6 +51,14 @@ bool efuse_hal_flash_encryption_enabled(void);
|
||||
*/
|
||||
bool efuse_hal_get_disable_wafer_version_major(void);
|
||||
|
||||
/**
|
||||
* @brief Returns the status of whether the app start-up (and OTA)
|
||||
* will check the efuse block version or not.
|
||||
*
|
||||
* @return true - Skip the efuse block version check.
|
||||
*/
|
||||
bool efuse_hal_get_disable_blk_version_major(void);
|
||||
|
||||
/**
|
||||
* @brief Returns major chip version
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user