Skip to content

Commit 7eb52ed

Browse files
committed
TF-M IRQ API now removed for the IPC model
The following commit in trusted-firmware-m b774fecd SPM: Remove *TFM* IRQ APIs for IPC Model means that we need to disable IRQ tests in the regression suite.
1 parent 508975d commit 7eb52ed

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

build_tfm.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,6 @@ def _run_cmake_build(cmake_build_dir, args, tgt, tfm_config):
229229
[
230230
"-DTEST_NS=ON",
231231
"-DTEST_S=ON",
232-
"-DTFM_IRQ_TEST=ON",
233232
"-DTFM_PERIPH_ACCESS_TEST=ON",
234233
]
235234
)

main.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ int main(void)
2626
GREENTEA_SETUP(600, "default_auto");
2727
#endif
2828

29-
// Use TF-M regression test TIMER1 IRQ handler for the TIMER1 IRQ. The TF-M
30-
// IRQ test requires its own handler to be installed.
31-
NVIC_SetVector(TFM_TIMER1_IRQ, (uint32_t)TIMER1_Handler);
32-
3329
tfm_log_printf("Starting TF-M regression tests\n");
3430

3531
// Disable deep sleep to avoid the TF-M IRQ test causing a hang, as the

0 commit comments

Comments
 (0)