summaryrefslogtreecommitdiff
path: root/cmake/cpu
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/cpu')
-rw-r--r--cmake/cpu/cortex-m7.cmake6
1 files changed, 6 insertions, 0 deletions
diff --git a/cmake/cpu/cortex-m7.cmake b/cmake/cpu/cortex-m7.cmake
new file mode 100644
index 000000000..2b258726f
--- /dev/null
+++ b/cmake/cpu/cortex-m7.cmake
@@ -0,0 +1,6 @@
+set(TOOLCHAIN_COMMON_FLAGS
+ -mthumb
+ -mcpu=cortex-m7
+ -mfloat-abi=hard
+ -mfpu=fpv5-d16
+ )