fix(test): check call graph for hal component

This commit is contained in:
morris
2023-06-28 11:29:02 +08:00
parent 28a6aeb303
commit f0c07f82b5
33 changed files with 52 additions and 57 deletions

View File

@@ -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 &&