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.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/target/armv7m.h b/src/target/armv7m.h
index 35bd62a6..827a8799 100644
--- a/src/target/armv7m.h
+++ b/src/target/armv7m.h
@@ -97,6 +97,11 @@ enum {
ARMV7M_LAST_REG,
};
+enum {
+ FP_NONE = 0,
+ FPv4_SP,
+};
+
#define ARMV7M_COMMON_MAGIC 0x2A452A45
struct armv7m_common {
@@ -108,6 +113,8 @@ struct armv7m_common {
int exception_number;
struct adiv5_dap dap;
+ int fp_feature;
+
uint32_t demcr;
/* Direct processor core register read and writes */