Merge pull request #10437 from OpenNuvoton/nuvoton_psa_exclude_test

PSA: Exclude mbed-hal-spm test for M23 target
pull/10795/head
Martin Kojtal 2019-06-07 17:19:27 +01:00 committed by GitHub
commit a2c029404b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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