forked from auracaster/openocd
rtos: rename CamelCase symbols
Only one exported symbol from eCos is included in this patch. The eCos code is left untouched to prevent conflicts with patches currently under review. While there, remove an unused camelcase macro Change-Id: I8d22dec6e243c00665d99a8b8ba00474b4f088db Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: http://openocd.zylin.com/6305 Tested-by: jenkins Reviewed-by: Marc Schink <dev@zapb.de>
This commit is contained in:
@@ -193,7 +193,7 @@ static int64_t zephyr_cortex_m_stack_align(struct target *target,
|
||||
const uint8_t *stack_data,
|
||||
const struct rtos_register_stacking *stacking, int64_t stack_ptr)
|
||||
{
|
||||
return rtos_Cortex_M_stack_align(target, stack_data, stacking,
|
||||
return rtos_cortex_m_stack_align(target, stack_data, stacking,
|
||||
stack_ptr, ARM_XPSR_OFFSET);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user