Merge branch 'feature/universal_clang_toolchain_support' into 'master'

build: Adds support for universal Clang toolchain

Closes LLVM-79

See merge request espressif/esp-idf!20090
This commit is contained in:
Alexey Gerenkov
2022-11-24 03:09:46 +08:00
46 changed files with 598 additions and 80 deletions

View File

@@ -261,7 +261,7 @@ static inline void print_cache_err_details(const void *f)
static inline void print_memprot_err_details(const void *f)
{
uint32_t *fault_addr;
uint32_t op_type, op_subtype;
uint32_t op_type = MEMPROT_OP_INVALID, op_subtype;
const char *operation_type;
mem_type_prot_t mem_type = esp_memprot_get_active_intr_memtype();