X-Git-Url: https://git.sur5r.net/?p=openocd;a=blobdiff_plain;f=src%2Frtos%2FuCOS-III.c;h=3cd9c2ae6acf2bd0a7a46253e476dd4a3d443de9;hp=e06bf41f81c7d89dfb4af5b9215a60bdec36c662;hb=4ab75a3634901c4e3897d771e2c75a64c7353c28;hpb=e72b2601e71f49af10f72c4bb6220ee2061ef173 diff --git a/src/rtos/uCOS-III.c b/src/rtos/uCOS-III.c index e06bf41f..3cd9c2ae 100644 --- a/src/rtos/uCOS-III.c +++ b/src/rtos/uCOS-III.c @@ -68,6 +68,20 @@ static const struct uCOS_III_params uCOS_III_params_list[] = { &rtos_uCOS_III_Cortex_M_stacking, /* stacking_info */ 0, /* num_threads */ }, + { + "esirisc", /* target_name */ + sizeof(uint32_t), /* pointer_width */ + 0, /* thread_stack_offset */ + 0, /* thread_name_offset */ + 0, /* thread_state_offset */ + 0, /* thread_priority_offset */ + 0, /* thread_prev_offset */ + 0, /* thread_next_offset */ + false, /* thread_offsets_updated */ + 1, /* threadid_start */ + &rtos_uCOS_III_eSi_RISC_stacking, /* stacking_info */ + 0, /* num_threads */ + }, }; static const char * const uCOS_III_symbol_list[] = {