aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2019-07-07 11:58:08 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2019-07-07 11:58:08 +0000
commitaac756c8d0af190fab3598b6017c78a07df8cced (patch)
tree304c16c0b66299e55ab2bbe9d0fe70dd3f2db6a5 /demos
parent954bde0b4eba58c601f3a32a7250f0d4889fae56 (diff)
downloadChibiOS-aac756c8d0af190fab3598b6017c78a07df8cced.tar.gz
ChibiOS-aac756c8d0af190fab3598b6017c78a07df8cced.tar.bz2
ChibiOS-aac756c8d0af190fab3598b6017c78a07df8cced.zip
Fixed bug #1036.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_19.1.x@12878 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
Diffstat (limited to 'demos')
-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
7 files changed, 7 insertions, 7 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 := ../../..