diff options
author | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-04-16 22:50:53 +0000 |
---|---|---|
committer | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-04-16 22:50:53 +0000 |
commit | 9216c1c138927267c400494afc4488ed0cb842bc (patch) | |
tree | 42dabbbdf8d788a497d12907af8a1f4ff670e6c6 | |
parent | eb9ac107e35ac82d90c210780a047aa9ee92ac9a (diff) | |
download | ChibiOS-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
-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 | ||||
-rw-r--r-- | os/hal/boards/ST_NUCLEO144_F746ZE/board.mk | 5 | ||||
-rw-r--r-- | os/hal/boards/ST_NUCLEO144_F746ZG/board.c (renamed from os/hal/boards/ST_NUCLEO144_F746ZE/board.c) | 0 | ||||
-rw-r--r-- | os/hal/boards/ST_NUCLEO144_F746ZG/board.h (renamed from os/hal/boards/ST_NUCLEO144_F746ZE/board.h) | 0 | ||||
-rw-r--r-- | os/hal/boards/ST_NUCLEO144_F746ZG/board.mk | 5 | ||||
-rw-r--r-- | os/hal/boards/ST_NUCLEO144_F746ZG/cfg/board.chcfg (renamed from os/hal/boards/ST_NUCLEO144_F746ZE/cfg/board.chcfg) | 0 |
14 files changed, 12 insertions, 12 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="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <globalVariableList/> "/>
<stringAttribute key="org.eclipse.cdt.launch.MEMORY_BLOCKS" value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <memoryBlockExpressionList> <memoryBlockExpressionItem> <expression text="0x0"/> </memoryBlockExpressionItem> </memoryBlockExpressionList> "/>
<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 **
diff --git a/os/hal/boards/ST_NUCLEO144_F746ZE/board.mk b/os/hal/boards/ST_NUCLEO144_F746ZE/board.mk deleted file mode 100644 index 2f46f2c8c..000000000 --- a/os/hal/boards/ST_NUCLEO144_F746ZE/board.mk +++ /dev/null @@ -1,5 +0,0 @@ -# List of all the board related files.
-BOARDSRC = ${CHIBIOS}/os/hal/boards/ST_NUCLEO144_F746ZE/board.c
-
-# Required include directories
-BOARDINC = ${CHIBIOS}/os/hal/boards/ST_NUCLEO144_F746ZE
diff --git a/os/hal/boards/ST_NUCLEO144_F746ZE/board.c b/os/hal/boards/ST_NUCLEO144_F746ZG/board.c index 89e8c2319..89e8c2319 100644 --- a/os/hal/boards/ST_NUCLEO144_F746ZE/board.c +++ b/os/hal/boards/ST_NUCLEO144_F746ZG/board.c diff --git a/os/hal/boards/ST_NUCLEO144_F746ZE/board.h b/os/hal/boards/ST_NUCLEO144_F746ZG/board.h index bb4823e47..bb4823e47 100644 --- a/os/hal/boards/ST_NUCLEO144_F746ZE/board.h +++ b/os/hal/boards/ST_NUCLEO144_F746ZG/board.h diff --git a/os/hal/boards/ST_NUCLEO144_F746ZG/board.mk b/os/hal/boards/ST_NUCLEO144_F746ZG/board.mk new file mode 100644 index 000000000..23bcdee37 --- /dev/null +++ b/os/hal/boards/ST_NUCLEO144_F746ZG/board.mk @@ -0,0 +1,5 @@ +# List of all the board related files.
+BOARDSRC = ${CHIBIOS}/os/hal/boards/ST_NUCLEO144_F746ZG/board.c
+
+# Required include directories
+BOARDINC = ${CHIBIOS}/os/hal/boards/ST_NUCLEO144_F746ZG
diff --git a/os/hal/boards/ST_NUCLEO144_F746ZE/cfg/board.chcfg b/os/hal/boards/ST_NUCLEO144_F746ZG/cfg/board.chcfg index 826a6ca8a..826a6ca8a 100644 --- a/os/hal/boards/ST_NUCLEO144_F746ZE/cfg/board.chcfg +++ b/os/hal/boards/ST_NUCLEO144_F746ZG/cfg/board.chcfg |