We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03882dc commit eb7d2b6Copy full SHA for eb7d2b6
example/freertos/kernel_secure/container_cfg.c
@@ -33,6 +33,7 @@ static CONTAINER_AC_TABLE g_main_container_act[] = {
33
{(void *)0x100, 0x6, SECURESHIELD_AC_AUX},
34
{(void *)0x75, 0x1, SECURESHIELD_AC_AUX},
35
#endif
36
+ {default_interrupt_handler, INTNO_SWI, SECURESHIELD_AC_IRQ},
37
{default_interrupt_handler, INTNO_TIMER0, SECURESHIELD_AC_IRQ}
38
};
39
0 commit comments