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:
@@ -36,7 +36,7 @@ static const struct chromium_ec_params chromium_ec_params_list[] = {
|
||||
.task_offset_sp = 0,
|
||||
.task_offset_events = 4,
|
||||
.task_offset_runtime = 8,
|
||||
.stacking = &rtos_standard_Cortex_M3_stacking,
|
||||
.stacking = &rtos_standard_cortex_m3_stacking,
|
||||
|
||||
},
|
||||
{
|
||||
@@ -46,7 +46,7 @@ static const struct chromium_ec_params chromium_ec_params_list[] = {
|
||||
.task_offset_sp = 0,
|
||||
.task_offset_events = 4,
|
||||
.task_offset_runtime = 8,
|
||||
.stacking = &rtos_standard_Cortex_M3_stacking,
|
||||
.stacking = &rtos_standard_cortex_m3_stacking,
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user