From 9216c1c138927267c400494afc4488ed0cb842bc Mon Sep 17 00:00:00 2001 From: Rocco Marco Guglielmi Date: Sat, 16 Apr 2016 22:50:53 +0000 Subject: [PATCH] Fixed last commit file names git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9297 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- .../.cproject | 0 .../.project | 4 ++-- .../Makefile | 2 +- .../chconf.h | 0 .../RT-STM32F746ZE-NUCLEO144 (OpenOCD, Flash and Run).launch | 4 ++-- .../halconf.h | 0 .../main.c | 0 .../mcuconf.h | 0 .../readme.txt | 4 ++-- os/hal/boards/ST_NUCLEO144_F746ZE/board.mk | 5 ----- .../{ST_NUCLEO144_F746ZE => ST_NUCLEO144_F746ZG}/board.c | 0 .../{ST_NUCLEO144_F746ZE => ST_NUCLEO144_F746ZG}/board.h | 0 os/hal/boards/ST_NUCLEO144_F746ZG/board.mk | 5 +++++ .../cfg/board.chcfg | 0 14 files changed, 12 insertions(+), 12 deletions(-) rename demos/STM32/{RT-STM32F746ZE-NUCLEO144 => RT-STM32F746ZG-NUCLEO144}/.cproject (100%) rename demos/STM32/{RT-STM32F746ZE-NUCLEO144 => RT-STM32F746ZG-NUCLEO144}/.project (91%) rename demos/STM32/{RT-STM32F746ZE-NUCLEO144 => RT-STM32F746ZG-NUCLEO144}/Makefile (95%) rename demos/STM32/{RT-STM32F746ZE-NUCLEO144 => RT-STM32F746ZG-NUCLEO144}/chconf.h (100%) rename demos/STM32/{RT-STM32F746ZE-NUCLEO144 => RT-STM32F746ZG-NUCLEO144}/debug/RT-STM32F746ZE-NUCLEO144 (OpenOCD, Flash and Run).launch (97%) rename demos/STM32/{RT-STM32F746ZE-NUCLEO144 => RT-STM32F746ZG-NUCLEO144}/halconf.h (100%) rename demos/STM32/{RT-STM32F746ZE-NUCLEO144 => RT-STM32F746ZG-NUCLEO144}/main.c (100%) rename demos/STM32/{RT-STM32F746ZE-NUCLEO144 => RT-STM32F746ZG-NUCLEO144}/mcuconf.h (100%) rename demos/STM32/{RT-STM32F746ZE-NUCLEO144 => RT-STM32F746ZG-NUCLEO144}/readme.txt (85%) delete mode 100644 os/hal/boards/ST_NUCLEO144_F746ZE/board.mk rename os/hal/boards/{ST_NUCLEO144_F746ZE => ST_NUCLEO144_F746ZG}/board.c (100%) rename os/hal/boards/{ST_NUCLEO144_F746ZE => ST_NUCLEO144_F746ZG}/board.h (100%) create mode 100644 os/hal/boards/ST_NUCLEO144_F746ZG/board.mk rename os/hal/boards/{ST_NUCLEO144_F746ZE => ST_NUCLEO144_F746ZG}/cfg/board.chcfg (100%) diff --git a/demos/STM32/RT-STM32F746ZE-NUCLEO144/.cproject b/demos/STM32/RT-STM32F746ZG-NUCLEO144/.cproject similarity index 100% rename from demos/STM32/RT-STM32F746ZE-NUCLEO144/.cproject rename to demos/STM32/RT-STM32F746ZG-NUCLEO144/.cproject diff --git a/demos/STM32/RT-STM32F746ZE-NUCLEO144/.project b/demos/STM32/RT-STM32F746ZG-NUCLEO144/.project similarity index 91% rename from demos/STM32/RT-STM32F746ZE-NUCLEO144/.project rename to 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 @@ - RT-STM32F746ZE-NUCLEO144 + RT-STM32F746ZG-NUCLEO144 @@ -27,7 +27,7 @@ board 2 - C:/ChibiStudio/chibios_trunk/os/hal/boards/ST_NUCLEO144_F746ZE + C:/ChibiStudio/chibios_trunk/os/hal/boards/ST_NUCLEO144_F746ZG os diff --git a/demos/STM32/RT-STM32F746ZE-NUCLEO144/Makefile b/demos/STM32/RT-STM32F746ZG-NUCLEO144/Makefile similarity index 95% rename from demos/STM32/RT-STM32F746ZE-NUCLEO144/Makefile rename to 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 similarity index 100% rename from demos/STM32/RT-STM32F746ZE-NUCLEO144/chconf.h rename to 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 similarity index 97% rename from demos/STM32/RT-STM32F746ZE-NUCLEO144/debug/RT-STM32F746ZE-NUCLEO144 (OpenOCD, Flash and Run).launch rename to 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 @@ - + - + diff --git a/demos/STM32/RT-STM32F746ZE-NUCLEO144/halconf.h b/demos/STM32/RT-STM32F746ZG-NUCLEO144/halconf.h similarity index 100% rename from demos/STM32/RT-STM32F746ZE-NUCLEO144/halconf.h rename to 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 similarity index 100% rename from demos/STM32/RT-STM32F746ZE-NUCLEO144/main.c rename to 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 similarity index 100% rename from demos/STM32/RT-STM32F746ZE-NUCLEO144/mcuconf.h rename to 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 similarity index 85% rename from demos/STM32/RT-STM32F746ZE-NUCLEO144/readme.txt rename to 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 similarity index 100% rename from os/hal/boards/ST_NUCLEO144_F746ZE/board.c rename to 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 similarity index 100% rename from os/hal/boards/ST_NUCLEO144_F746ZE/board.h rename to 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 similarity index 100% rename from os/hal/boards/ST_NUCLEO144_F746ZE/cfg/board.chcfg rename to os/hal/boards/ST_NUCLEO144_F746ZG/cfg/board.chcfg