aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/rtos/zephyr.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/rtos/zephyr.c b/src/rtos/zephyr.c
index fc5e037..a596735 100644
--- a/src/rtos/zephyr.c
+++ b/src/rtos/zephyr.c
@@ -341,6 +341,14 @@ static struct zephyr_params zephyr_params_list[] = {
.get_cpu_state = &zephyr_get_arm_state,
},
{
+ .target_name = "cortex_r4",
+ .pointer_width = 4,
+ .callee_saved_stacking = &arm_callee_saved_stacking,
+ .cpu_saved_nofp_stacking = &arm_cpu_saved_nofp_stacking,
+ .cpu_saved_fp_stacking = &arm_cpu_saved_fp_stacking,
+ .get_cpu_state = &zephyr_get_arm_state,
+ },
+ {
.target_name = "hla_target",
.pointer_width = 4,
.callee_saved_stacking = &arm_callee_saved_stacking,