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