aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--demos/STM32/RT-STM32F722ZE-NUCLEO144/Makefile2
-rw-r--r--demos/STM32/RT-STM32F746G-DISCOVERY/Makefile2
-rw-r--r--demos/STM32/RT-STM32F746ZG-NUCLEO144/Makefile2
-rw-r--r--demos/STM32/RT-STM32F756ZG-NUCLEO144/Makefile2
-rw-r--r--demos/STM32/RT-STM32F767ZI-NUCLEO144/Makefile2
-rw-r--r--demos/STM32/RT-STM32F769I-DISCOVERY/Makefile2
-rw-r--r--demos/STM32/RT-STM32H743I-NUCLEO144/Makefile2
-rw-r--r--readme.txt1
-rw-r--r--testhal/STM32/multi/CRYPTO/make/stm32f756zg_nucleo144.make2
9 files changed, 9 insertions, 8 deletions
diff --git a/demos/STM32/RT-STM32F722ZE-NUCLEO144/Makefile b/demos/STM32/RT-STM32F722ZE-NUCLEO144/Makefile
index aca95dce7..86a26514b 100644
--- a/demos/STM32/RT-STM32F722ZE-NUCLEO144/Makefile
+++ b/demos/STM32/RT-STM32F722ZE-NUCLEO144/Makefile
@@ -86,7 +86,7 @@ endif
PROJECT = ch
# Target settings.
-MCU = cortex-m4
+MCU = cortex-m7
# Imported source files and paths.
CHIBIOS := ../../..
diff --git a/demos/STM32/RT-STM32F746G-DISCOVERY/Makefile b/demos/STM32/RT-STM32F746G-DISCOVERY/Makefile
index 2f214843d..b59c1b266 100644
--- a/demos/STM32/RT-STM32F746G-DISCOVERY/Makefile
+++ b/demos/STM32/RT-STM32F746G-DISCOVERY/Makefile
@@ -86,7 +86,7 @@ endif
PROJECT = ch
# Target settings.
-MCU = cortex-m4
+MCU = cortex-m7
# Imported source files and paths.
CHIBIOS := ../../..
diff --git a/demos/STM32/RT-STM32F746ZG-NUCLEO144/Makefile b/demos/STM32/RT-STM32F746ZG-NUCLEO144/Makefile
index a64a649ca..8a49a9e46 100644
--- a/demos/STM32/RT-STM32F746ZG-NUCLEO144/Makefile
+++ b/demos/STM32/RT-STM32F746ZG-NUCLEO144/Makefile
@@ -86,7 +86,7 @@ endif
PROJECT = ch
# Target settings.
-MCU = cortex-m4
+MCU = cortex-m7
# Imported source files and paths.
CHIBIOS := ../../..
diff --git a/demos/STM32/RT-STM32F756ZG-NUCLEO144/Makefile b/demos/STM32/RT-STM32F756ZG-NUCLEO144/Makefile
index 603d34ea5..3326b1635 100644
--- a/demos/STM32/RT-STM32F756ZG-NUCLEO144/Makefile
+++ b/demos/STM32/RT-STM32F756ZG-NUCLEO144/Makefile
@@ -86,7 +86,7 @@ endif
PROJECT = ch
# Target settings.
-MCU = cortex-m4
+MCU = cortex-m7
# Imported source files and paths.
CHIBIOS := ../../..
diff --git a/demos/STM32/RT-STM32F767ZI-NUCLEO144/Makefile b/demos/STM32/RT-STM32F767ZI-NUCLEO144/Makefile
index d5788905e..64225f9f3 100644
--- a/demos/STM32/RT-STM32F767ZI-NUCLEO144/Makefile
+++ b/demos/STM32/RT-STM32F767ZI-NUCLEO144/Makefile
@@ -86,7 +86,7 @@ endif
PROJECT = ch
# Target settings.
-MCU = cortex-m4
+MCU = cortex-m7
# Imported source files and paths.
CHIBIOS := ../../..
diff --git a/demos/STM32/RT-STM32F769I-DISCOVERY/Makefile b/demos/STM32/RT-STM32F769I-DISCOVERY/Makefile
index 959e80407..100e9d3ac 100644
--- a/demos/STM32/RT-STM32F769I-DISCOVERY/Makefile
+++ b/demos/STM32/RT-STM32F769I-DISCOVERY/Makefile
@@ -86,7 +86,7 @@ endif
PROJECT = ch
# Target settings.
-MCU = cortex-m4
+MCU = cortex-m7
# Imported source files and paths.
CHIBIOS := ../../..
diff --git a/demos/STM32/RT-STM32H743I-NUCLEO144/Makefile b/demos/STM32/RT-STM32H743I-NUCLEO144/Makefile
index d64af803d..c50cc5900 100644
--- a/demos/STM32/RT-STM32H743I-NUCLEO144/Makefile
+++ b/demos/STM32/RT-STM32H743I-NUCLEO144/Makefile
@@ -86,7 +86,7 @@ endif
PROJECT = ch
# Target settings.
-MCU = cortex-m4
+MCU = cortex-m7
# Imported source files and paths.
CHIBIOS := ../../..
diff --git a/readme.txt b/readme.txt
index 4fa618da8..23fc218e3 100644
--- a/readme.txt
+++ b/readme.txt
@@ -78,6 +78,7 @@
generate a library with a pre-configured RT. It also includes
an "header generator" able to generate an unified "ch.h" with
all options resolved.
+- FIX: Fixed some M7 demos compile as M4 bug #1037).
- FIX: Fixed missing I2C4 RCC definitions for L4/L4+ (bug #1036).
- FIX: Fixed missing delay after STM32 wait states setup (bug #1035).
- FIX: Fixed reduced time slices in RT (bug #1034).
diff --git a/testhal/STM32/multi/CRYPTO/make/stm32f756zg_nucleo144.make b/testhal/STM32/multi/CRYPTO/make/stm32f756zg_nucleo144.make
index fb12aec13..d27ab144b 100644
--- a/testhal/STM32/multi/CRYPTO/make/stm32f756zg_nucleo144.make
+++ b/testhal/STM32/multi/CRYPTO/make/stm32f756zg_nucleo144.make
@@ -86,7 +86,7 @@ endif
PROJECT = ch
# Target settings.
-MCU = cortex-m4
+MCU = cortex-m7
# Imported source files and paths.
CHIBIOS := ../../../..