rtos: rename stm32_stlink target to hla_target

Update rtos detection to use the new target name.

Change-Id: I4e55311bcfbc8af55708b43daf0c73b1c8145934
Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk>
Reviewed-on: http://openocd.zylin.com/923
Tested-by: jenkins
This commit is contained in:
Spencer Oliver 2012-10-23 21:30:54 +01:00
parent 6c467da586
commit bd1502eb0f
2 changed files with 2 additions and 2 deletions

View File

@ -99,7 +99,7 @@ struct ChibiOS_params ChibiOS_params_list[] = {
NULL, /* stacking_info */
},
{
"stm32_stlink", /* target_name */
"hla_target", /* target_name */
0,
NULL, /* stacking_info */
}

View File

@ -62,7 +62,7 @@ const struct FreeRTOS_params FreeRTOS_params_list[] = {
&rtos_standard_Cortex_M3_stacking, /* stacking_info */
},
{
"stm32_stlink", /* target_name */
"hla_target", /* target_name */
4, /* thread_count_width; */
4, /* pointer_width; */
16, /* list_next_offset; */