summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/arm/stm32h7/abi.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-03-04 12:34:34 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-10-27 06:11:45 +0100
commit99494370d6124ef5d773119fa59f5bac4bbf395f (patch)
tree2188ad8e51e7be70bc6df98860e07368651e2305 /spec/build/bsps/arm/stm32h7/abi.yml
parentbsp/stm32h7: Fix warnings (diff)
downloadrtems-99494370d6124ef5d773119fa59f5bac4bbf395f.tar.bz2
bsp/stm32h7: New BSP
Update #3910.
Diffstat (limited to 'spec/build/bsps/arm/stm32h7/abi.yml')
-rw-r--r--spec/build/bsps/arm/stm32h7/abi.yml20
1 files changed, 20 insertions, 0 deletions
diff --git a/spec/build/bsps/arm/stm32h7/abi.yml b/spec/build/bsps/arm/stm32h7/abi.yml
new file mode 100644
index 0000000000..697220b1b1
--- /dev/null
+++ b/spec/build/bsps/arm/stm32h7/abi.yml
@@ -0,0 +1,20 @@
+actions:
+- get-string: null
+- split: null
+- env-append: null
+build-type: option
+default:
+- -mthumb
+- -mcpu=cortex-m7
+- -mfpu=fpv5-d16
+- -mfloat-abi=hard
+default-by-variant: []
+enabled-by: true
+links: []
+name: ABI_FLAGS
+description: |
+ ABI flags
+type: build
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+copyrights:
+- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)