aboutsummaryrefslogtreecommitdiff
path: root/src/target/armv7m.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/armv7m.h')
-rw-r--r--src/target/armv7m.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/target/armv7m.h b/src/target/armv7m.h
index 4ecf102c..4c55e8ad 100644
--- a/src/target/armv7m.h
+++ b/src/target/armv7m.h
@@ -148,6 +148,9 @@ struct armv7m_common {
int exception_number;
struct adiv5_dap dap;
+ /* AP this processor is connected to in the DAP */
+ uint8_t debug_ap;
+
int fp_feature;
uint32_t demcr;