aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorRocco Marco Guglielmi <roccomarco.guglielmi@live.com>2016-04-16 22:50:53 +0000
committerRocco Marco Guglielmi <roccomarco.guglielmi@live.com>2016-04-16 22:50:53 +0000
commit9216c1c138927267c400494afc4488ed0cb842bc (patch)
tree42dabbbdf8d788a497d12907af8a1f4ff670e6c6 /demos
parenteb9ac107e35ac82d90c210780a047aa9ee92ac9a (diff)
downloadChibiOS-9216c1c138927267c400494afc4488ed0cb842bc.tar.gz
ChibiOS-9216c1c138927267c400494afc4488ed0cb842bc.tar.bz2
ChibiOS-9216c1c138927267c400494afc4488ed0cb842bc.zip
Fixed last commit file names
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9297 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos')
-rw-r--r--demos/STM32/RT-STM32F746ZG-NUCLEO144/.cproject (renamed from demos/STM32/RT-STM32F746ZE-NUCLEO144/.cproject)0
-rw-r--r--demos/STM32/RT-STM32F746ZG-NUCLEO144/.project (renamed from demos/STM32/RT-STM32F746ZE-NUCLEO144/.project)4
-rw-r--r--demos/STM32/RT-STM32F746ZG-NUCLEO144/Makefile (renamed from demos/STM32/RT-STM32F746ZE-NUCLEO144/Makefile)2
-rw-r--r--demos/STM32/RT-STM32F746ZG-NUCLEO144/chconf.h (renamed from demos/STM32/RT-STM32F746ZE-NUCLEO144/chconf.h)0
-rw-r--r--demos/STM32/RT-STM32F746ZG-NUCLEO144/debug/RT-STM32F746ZE-NUCLEO144 (OpenOCD, Flash and Run).launch (renamed from demos/STM32/RT-STM32F746ZE-NUCLEO144/debug/RT-STM32F746ZE-NUCLEO144 (OpenOCD, Flash and Run).launch)4
-rw-r--r--demos/STM32/RT-STM32F746ZG-NUCLEO144/halconf.h (renamed from demos/STM32/RT-STM32F746ZE-NUCLEO144/halconf.h)0
-rw-r--r--demos/STM32/RT-STM32F746ZG-NUCLEO144/main.c (renamed from demos/STM32/RT-STM32F746ZE-NUCLEO144/main.c)0
-rw-r--r--demos/STM32/RT-STM32F746ZG-NUCLEO144/mcuconf.h (renamed from demos/STM32/RT-STM32F746ZE-NUCLEO144/mcuconf.h)0
-rw-r--r--demos/STM32/RT-STM32F746ZG-NUCLEO144/readme.txt (renamed from demos/STM32/RT-STM32F746ZE-NUCLEO144/readme.txt)4
9 files changed, 7 insertions, 7 deletions
diff --git a/demos/STM32/RT-STM32F746ZE-NUCLEO144/.cproject b/demos/STM32/RT-STM32F746ZG-NUCLEO144/.cproject
index 4d86467e8..4d86467e8 100644
--- a/demos/STM32/RT-STM32F746ZE-NUCLEO144/.cproject
+++ b/demos/STM32/RT-STM32F746ZG-NUCLEO144/.cproject
diff --git a/demos/STM32/RT-STM32F746ZE-NUCLEO144/.project b/demos/STM32/RT-STM32F746ZG-NUCLEO144/.project
index 6176786f0..8954c241f 100644
--- a/demos/STM32/RT-STM32F746ZE-NUCLEO144/.project
+++ b/demos/STM32/RT-STM32F746ZG-NUCLEO144/.project
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
- <name>RT-STM32F746ZE-NUCLEO144</name>
+ <name>RT-STM32F746ZG-NUCLEO144</name>
<comment></comment>
<projects>
</projects>
@@ -27,7 +27,7 @@
<link>
<name>board</name>
<type>2</type>
- <location>C:/ChibiStudio/chibios_trunk/os/hal/boards/ST_NUCLEO144_F746ZE</location>
+ <location>C:/ChibiStudio/chibios_trunk/os/hal/boards/ST_NUCLEO144_F746ZG</location>
</link>
<link>
<name>os</name>
diff --git a/demos/STM32/RT-STM32F746ZE-NUCLEO144/Makefile b/demos/STM32/RT-STM32F746ZG-NUCLEO144/Makefile
index 104d716ad..8fd7b7fee 100644
--- a/demos/STM32/RT-STM32F746ZE-NUCLEO144/Makefile
+++ b/demos/STM32/RT-STM32F746ZG-NUCLEO144/Makefile
@@ -92,7 +92,7 @@ include $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC/mk/startup_stm32f7xx.m
# HAL-OSAL files (optional).
include $(CHIBIOS)/os/hal/hal.mk
include $(CHIBIOS)/os/hal/ports/STM32/STM32F7xx/platform.mk
-include $(CHIBIOS)/os/hal/boards/ST_NUCLEO144_F746ZE/board.mk
+include $(CHIBIOS)/os/hal/boards/ST_NUCLEO144_F746ZG/board.mk
include $(CHIBIOS)/os/hal/osal/rt/osal.mk
# RTOS files (optional).
include $(CHIBIOS)/os/rt/rt.mk
diff --git a/demos/STM32/RT-STM32F746ZE-NUCLEO144/chconf.h b/demos/STM32/RT-STM32F746ZG-NUCLEO144/chconf.h
index 620a1809e..620a1809e 100644
--- a/demos/STM32/RT-STM32F746ZE-NUCLEO144/chconf.h
+++ b/demos/STM32/RT-STM32F746ZG-NUCLEO144/chconf.h
diff --git a/demos/STM32/RT-STM32F746ZE-NUCLEO144/debug/RT-STM32F746ZE-NUCLEO144 (OpenOCD, Flash and Run).launch b/demos/STM32/RT-STM32F746ZG-NUCLEO144/debug/RT-STM32F746ZE-NUCLEO144 (OpenOCD, Flash and Run).launch
index 345d11336..8d70020ed 100644
--- a/demos/STM32/RT-STM32F746ZE-NUCLEO144/debug/RT-STM32F746ZE-NUCLEO144 (OpenOCD, Flash and Run).launch
+++ b/demos/STM32/RT-STM32F746ZG-NUCLEO144/debug/RT-STM32F746ZE-NUCLEO144 (OpenOCD, Flash and Run).launch
@@ -37,11 +37,11 @@
<stringAttribute key="org.eclipse.cdt.launch.GLOBAL_VARIABLES" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;globalVariableList/&gt;&#13;&#10;"/>
<stringAttribute key="org.eclipse.cdt.launch.MEMORY_BLOCKS" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;memoryBlockExpressionList&gt;&#13;&#10;&lt;memoryBlockExpressionItem&gt;&#13;&#10;&lt;expression text=&quot;0x0&quot;/&gt;&#13;&#10;&lt;/memoryBlockExpressionItem&gt;&#13;&#10;&lt;/memoryBlockExpressionList&gt;&#13;&#10;"/>
<stringAttribute key="org.eclipse.cdt.launch.PROGRAM_NAME" value="./build/ch.elf"/>
-<stringAttribute key="org.eclipse.cdt.launch.PROJECT_ATTR" value="RT-STM32F746ZE-NUCLEO144"/>
+<stringAttribute key="org.eclipse.cdt.launch.PROJECT_ATTR" value="RT-STM32F746ZG-NUCLEO144"/>
<booleanAttribute key="org.eclipse.cdt.launch.PROJECT_BUILD_CONFIG_AUTO_ATTR" value="true"/>
<stringAttribute key="org.eclipse.cdt.launch.PROJECT_BUILD_CONFIG_ID_ATTR" value="0.114656749"/>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
-<listEntry value="/RT-STM32F746ZE-NUCLEO144"/>
+<listEntry value="/RT-STM32F746ZG-NUCLEO144"/>
</listAttribute>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
<listEntry value="4"/>
diff --git a/demos/STM32/RT-STM32F746ZE-NUCLEO144/halconf.h b/demos/STM32/RT-STM32F746ZG-NUCLEO144/halconf.h
index 1bdd0f844..1bdd0f844 100644
--- a/demos/STM32/RT-STM32F746ZE-NUCLEO144/halconf.h
+++ b/demos/STM32/RT-STM32F746ZG-NUCLEO144/halconf.h
diff --git a/demos/STM32/RT-STM32F746ZE-NUCLEO144/main.c b/demos/STM32/RT-STM32F746ZG-NUCLEO144/main.c
index fa8247b41..fa8247b41 100644
--- a/demos/STM32/RT-STM32F746ZE-NUCLEO144/main.c
+++ b/demos/STM32/RT-STM32F746ZG-NUCLEO144/main.c
diff --git a/demos/STM32/RT-STM32F746ZE-NUCLEO144/mcuconf.h b/demos/STM32/RT-STM32F746ZG-NUCLEO144/mcuconf.h
index f94544f2d..f94544f2d 100644
--- a/demos/STM32/RT-STM32F746ZE-NUCLEO144/mcuconf.h
+++ b/demos/STM32/RT-STM32F746ZG-NUCLEO144/mcuconf.h
diff --git a/demos/STM32/RT-STM32F746ZE-NUCLEO144/readme.txt b/demos/STM32/RT-STM32F746ZG-NUCLEO144/readme.txt
index 19595b464..f3b635d33 100644
--- a/demos/STM32/RT-STM32F746ZE-NUCLEO144/readme.txt
+++ b/demos/STM32/RT-STM32F746ZG-NUCLEO144/readme.txt
@@ -1,10 +1,10 @@
*****************************************************************************
-** ChibiOS/RT port for ARM-Cortex-M7 STM32F746G. **
+** ChibiOS/RT port for ARM-Cortex-M7 STM32F746ZG. **
*****************************************************************************
** TARGET **
-The demo runs on an STM32 Nucleo144 F746ZE board.
+The demo runs on an STM32 Nucleo144 F746ZG board.
** The Demo **