This is an automated email from Gerrit. Tomas Vanek (van...@fbl.cz) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/2427
-- gerrit commit 9052dc5a8187bee08dc724cc7d45e9b75a140537 Author: Tomas Vanek <van...@fbl.cz> Date: Mon Dec 8 15:16:05 2014 +0100 ChibiOS: struct ChibiOS_params_list[] should not be declared as const Procedure ChibiOS_update_memory_signature() sets struct member signature. Change-Id: I45adbd14fa7cda99413fd0b516d45b3fb55e322d Signed-off-by: Tomas Vanek <van...@fbl.cz> diff --git a/src/rtos/ChibiOS.c b/src/rtos/ChibiOS.c index cd77f2a..b94e286 100644 --- a/src/rtos/ChibiOS.c +++ b/src/rtos/ChibiOS.c @@ -91,7 +91,7 @@ struct ChibiOS_params { const struct rtos_register_stacking *stacking_info; }; -static const struct ChibiOS_params ChibiOS_params_list[] = { +static struct ChibiOS_params ChibiOS_params_list[] = { { "cortex_m", /* target_name */ 0, -- ------------------------------------------------------------------------------ Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards with Interactivity, Sharing, Native Excel Exports, App Integration & more Get technology previously reserved for billion-dollar corporations, FREE http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk _______________________________________________ OpenOCD-devel mailing list OpenOCD-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openocd-devel