blob: c1bb8b8433463a36821b14926dc30a3b887b1daa [file] [log] [blame]
#include "config.h"
#include "registers.h"
.text
.global task_entry
task_entry:
j secure_task
j high_task
j low_task
.section .bss_stack.usr_stack
usr_stack:
.space 3*CONFIG_TASK_STACK_SIZE