mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-07 17:08:49 +00:00
fix(test): check call graph for hal component
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* SPDX-FileCopyrightText: 2021-2022 Espressif Systems (Shanghai) CO LTD
|
||||
* SPDX-FileCopyrightText: 2021-2023 Espressif Systems (Shanghai) CO LTD
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
@@ -19,6 +19,7 @@
|
||||
//The wafer_major and MSB of wafer_minor fields was allocated to other purposes when block version is v1.1.
|
||||
//Luckily only chip v0.0 have this kind of block version and efuse usage.
|
||||
//This workaround fixes the issue.
|
||||
__attribute__((always_inline))
|
||||
static inline bool is_eco0(uint32_t minor_raw)
|
||||
{
|
||||
return ((minor_raw & 0x7) == 0 &&
|
||||
|
||||
Reference in New Issue
Block a user