This is an automated email from Gerrit. Rémi PRUD'HOMME ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/2786
-- gerrit commit 22a44d42790020b7010970cf587b0f2941bcee88 Author: Rémi PRUD’HOMME <[email protected]> Date: Thu May 28 14:17:14 2015 +0200 add a missing file of the patch set 1 Signed-off-by: Rémi PRUD'HOMME <[email protected]> Change-Id: Id20c746b46bfea6dc3333dc3129f5cda517429c8 diff --git a/src/target/cortex_m.h b/src/target/cortex_m.h index 028b4c8..446c07a 100644 --- a/src/target/cortex_m.h +++ b/src/target/cortex_m.h @@ -172,6 +172,7 @@ struct cortex_m_common { uint32_t nvic_icsr; /* Interrupt Control State Register - shows active and pending IRQ */ /* Flash Patch and Breakpoint (FPB) */ + int cortex_m7; int fp_num_lit; int fp_num_code; int fp_code_available; -- ------------------------------------------------------------------------------ _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
