Merge branch 'ci/tee_intr_test_app' into 'master'

ci(hal): Extend the PMS hal test-app for verifying TEE-based interrupt scenarios

Closes IDF-12642, IDF-12645, IDF-12873, and IDF-12876

See merge request espressif/esp-idf!40322
This commit is contained in:
Mahavir Jain
2025-07-25 11:08:53 +05:30
47 changed files with 1798 additions and 176 deletions

View File

@@ -5,7 +5,6 @@
*/
#pragma once
#include <stdint.h>
#include "soc/soc.h"
#ifdef __cplusplus
extern "C" {