This is an automated email from Gerrit.

Spencer Oliver (s...@spen-soft.co.uk) just uploaded a new patch set to Gerrit, 
which you can find at http://openocd.zylin.com/923

-- gerrit

commit ddd7ecb63c163d51980db2356f2ea1406dff47d5
Author: Spencer Oliver <s...@spen-soft.co.uk>
Date:   Tue Oct 23 21:30:54 2012 +0100

    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 <s...@spen-soft.co.uk>

diff --git a/src/rtos/ChibiOS.c b/src/rtos/ChibiOS.c
index 2c2b795..3c77dc9 100644
--- a/src/rtos/ChibiOS.c
+++ b/src/rtos/ChibiOS.c
@@ -96,7 +96,7 @@ struct ChibiOS_params ChibiOS_params_list[] = {
        &rtos_chibios_arm_v7m_stacking,         /* stacking_info */
        },
        {
-       "stm32_stlink",                                                 /* 
target_name */
+       "hla_target",                                                   /* 
target_name */
        0,
        &rtos_chibios_arm_v7m_stacking,         /* stacking_info */
        }
diff --git a/src/rtos/FreeRTOS.c b/src/rtos/FreeRTOS.c
index 2295d74..2895505 100644
--- a/src/rtos/FreeRTOS.c
+++ b/src/rtos/FreeRTOS.c
@@ -61,7 +61,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; */

-- 

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
OpenOCD-devel mailing list
OpenOCD-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to