diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-01-19 06:57:39 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-01-19 06:57:39 +0100 |
commit | 7d058c4a562635ab8ffa2d79d2795fe225912c38 (patch) | |
tree | 9d68ff263ce1f1288da8ca50ffb35cfddfb1f5d4 /package/afboot-stm32/patches | |
parent | 7571ebeb894381a3f2e95b505aeec66929e89088 (diff) |
Add experimental support for STM32F769
Add single/double precision support for Cortex-M7.
Mostly from Alex, some minor cleanup and kernel
mini config from me.
Signed-off-by: Alex Brand <tecnologic86@gmail.com>
Diffstat (limited to 'package/afboot-stm32/patches')
-rw-r--r-- | package/afboot-stm32/patches/patch-Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/afboot-stm32/patches/patch-Makefile b/package/afboot-stm32/patches/patch-Makefile index 98ea48693..4fbb034c6 100644 --- a/package/afboot-stm32/patches/patch-Makefile +++ b/package/afboot-stm32/patches/patch-Makefile @@ -1,5 +1,5 @@ ---- afboot-stm32-f7f109f0c6f65534ae50f9243a7356c5002a9b87.orig/Makefile 2016-04-24 20:35:00.000000000 +0200 -+++ afboot-stm32-f7f109f0c6f65534ae50f9243a7356c5002a9b87/Makefile 2016-04-24 20:36:36.000000000 +0200 +--- afboot-stm32-8e9e03159ce47629d40dbed4c50c1879b69bb197.orig/Makefile 2017-01-19 06:54:21.000000000 +0100 ++++ afboot-stm32-8e9e03159ce47629d40dbed4c50c1879b69bb197/Makefile 2017-01-19 06:55:03.370200767 +0100 @@ -1,14 +1,15 @@ CROSS_COMPILE ?= arm-none-eabi- @@ -17,7 +17,7 @@ -CFLAGS := -mthumb -mcpu=cortex-m4 +CFLAGS ?= -+CFLAGS += -mthumb -mcpu=cortex-m4 ++CFLAGS += -mthumb CFLAGS += -ffunction-sections -fdata-sections CFLAGS += -Os -std=gnu99 -Wall LINKERFLAGS := -nostartfiles --gc-sections |