mirror of https://github.com/ARMmbed/mbed-os.git
Exclude mbed-hal-spm test for TrustZone chips
This is because for TrustZone chips like M23/M33, SecureFault is implemented in secure-side and cannot pass on to non-secure side.pull/10437/head
parent
9cc1caa031
commit
b4e5a53f48
|
|
@ -23,8 +23,8 @@
|
|||
#error [NOT_SUPPORTED] this test is supported on GCC only
|
||||
#endif
|
||||
|
||||
#if defined(__CORTEX_M33)
|
||||
#error [NOT_SUPPORTED] Cannot run on M33 core as SecureFault is implemented in secure-side and cant be remapped
|
||||
#if DOMAIN_NS == 1
|
||||
#error [NOT_SUPPORTED] Cannot run on M23/M33 core as SecureFault is implemented in secure-side and cant be remapped
|
||||
#endif
|
||||
|
||||
#include "utest/utest.h"
|
||||
|
|
|
|||
Loading…
Reference in New Issue