summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorKarel Gardas <karel@functional.vision>2023-06-29 22:46:13 +0200
committerKarel Gardas <karel@functional.vision>2023-06-29 22:46:13 +0200
commit56d21a7acc6e547a41d2db2ab1088ba4c376a401 (patch)
tree8950b31eab0ad536be596b38e25852f099322176 /spec
parentca0a11e443e8286378a00f195c6f76a85455a8e7 (diff)
bsps/stm32h7: disable MPU alignment for M4-based BSP variants
There is no point in wasting precious memory space on enforced section alignment for the purpose of MPU which is not implemented on M4 core anyway.
Diffstat (limited to 'spec')
-rw-r--r--spec/build/bsps/arm/stm32h7/optenmpualign.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/build/bsps/arm/stm32h7/optenmpualign.yml b/spec/build/bsps/arm/stm32h7/optenmpualign.yml
index 874385956c..60e45c708d 100644
--- a/spec/build/bsps/arm/stm32h7/optenmpualign.yml
+++ b/spec/build/bsps/arm/stm32h7/optenmpualign.yml
@@ -7,6 +7,10 @@ build-type: option
copyrights:
- Copyright (C) 2020 embedded brains GmbH & Co. KG
default:
+- enabled-by:
+ - arm/stm32h747i-disco-m4
+ - arm/stm32h757i-eval-m4
+ value: false
- enabled-by: true
value: true
description: |