This is an automated email from Gerrit. Tomasz CEDRO ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/1031
-- gerrit commit df9ab43f39e935c402c2b8a8b8fb58662ed73a4d Author: Tomek CEDRO <[email protected]> Date: Sun Nov 11 19:17:41 2012 +0100 Added CTX void pointer to to hold context for arm dap specific operations. Change-Id: Iaa4dc489adfa419748b84314e7e8977e75fce3e6 Signed-off-by: Tomek CEDRO <[email protected]> diff --git a/src/target/arm_adi_v5.h b/src/target/arm_adi_v5.h index 37b7771..6553a95 100644 --- a/src/target/arm_adi_v5.h +++ b/src/target/arm_adi_v5.h @@ -5,6 +5,9 @@ * Copyright (C) 2008 by Spencer Oliver * * [email protected] * * * + * Copyright (C) 2011-2012 by Tomasz Boleslaw CEDRO * + * [email protected], http://www.tomek.cedro.info * + * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 2 of the License, or * @@ -143,6 +146,9 @@ struct adiv5_dap { uint32_t apsel; + /** Context to store DAP specific information, settings, transport, etc.*/ + void *ctx; + /** * Cache for DP_SELECT bits identifying the current AP. A DAP may * connect to multiple APs, such as one MEM-AP for general access, -- ------------------------------------------------------------------------------ LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and provide instant support Improve your efficiency, and focus on delivering more value-add services Discover what IT Professionals Know. Rescue delivers http://p.sf.net/sfu/logmein_12329d2d _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
