summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/arm/stm32h7/abi.yml
blob: 708bb7b0e76809e3a281439fef63cfbb3e53b677 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
actions:
- get-string: null
- split: null
- env-append: null
build-type: option
copyrights:
- Copyright (C) 2020 embedded brains GmbH & Co. KG
default:
- enabled-by:
  - arm/stm32h747i-disco-m4
  - arm/stm32h757i-eval-m4
  value:
  - -mthumb
  - -mcpu=cortex-m4
  - -mfpu=fpv4-sp-d16
  - -mfloat-abi=hard
- enabled-by: true
  value:
  - -mthumb
  - -mcpu=cortex-m7
  - -mfpu=fpv5-d16
  - -mfloat-abi=hard
description: |
  ABI flags
enabled-by: true
links: []
name: ABI_FLAGS
type: build