Move USB defines into usb.h, move chip register defines into new reg.h
[fw/stlink] / include / stlink / reg.h
diff --git a/include/stlink/reg.h b/include/stlink/reg.h
new file mode 100644 (file)
index 0000000..c6af166
--- /dev/null
@@ -0,0 +1,8 @@
+#ifndef STLINK_REG_H_
+#define STLINK_REG_H_
+
+#define STLINK_REG_CM3_CPUID    0xE000ED00
+#define STLINK_REG_CM3_FP_CTRL  0xE0002000
+#define STLINK_REG_CM3_FP_COMP0 0xE0002008
+
+#endif /* STLINK_REG_H_ */