From 325dd3a1cdc2fc6c00882dd3a4423431eabc22cb Mon Sep 17 00:00:00 2001 From: gdisirio Date: Fri, 8 Feb 2013 15:36:31 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5132 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testhal/STM32F3xx/ADC/.cproject | 2 +- testhal/STM32F3xx/ADC/.project | 2 +- testhal/STM32F3xx/ADC/Makefile | 2 +- testhal/STM32F3xx/ADC/readme.txt | 4 ++-- testhal/STM32F3xx/ADC_DUAL/.cproject | 2 +- testhal/STM32F3xx/ADC_DUAL/.project | 2 +- testhal/STM32F3xx/ADC_DUAL/Makefile | 2 +- testhal/STM32F3xx/ADC_DUAL/readme.txt | 4 ++-- testhal/STM32F3xx/CAN/.cproject | 2 +- testhal/STM32F3xx/CAN/.project | 2 +- testhal/STM32F3xx/CAN/Makefile | 2 +- testhal/STM32F3xx/CAN/readme.txt | 4 ++-- testhal/STM32F3xx/EXT/.cproject | 2 +- testhal/STM32F3xx/EXT/.project | 2 +- testhal/STM32F3xx/EXT/Makefile | 2 +- testhal/STM32F3xx/EXT/readme.txt | 4 ++-- testhal/STM32F3xx/IRQ_STORM/.cproject | 2 +- testhal/STM32F3xx/IRQ_STORM/.project | 2 +- testhal/STM32F3xx/IRQ_STORM/Makefile | 2 +- testhal/STM32F3xx/IRQ_STORM/readme.txt | 4 ++-- testhal/STM32F3xx/PWM-ICU/.cproject | 2 +- testhal/STM32F3xx/PWM-ICU/.project | 2 +- testhal/STM32F3xx/PWM-ICU/Makefile | 2 +- testhal/STM32F3xx/PWM-ICU/readme.txt | 4 ++-- testhal/STM32F3xx/SPI/.cproject | 2 +- testhal/STM32F3xx/SPI/.project | 2 +- testhal/STM32F3xx/SPI/Makefile | 2 +- testhal/STM32F3xx/SPI/readme.txt | 4 ++-- testhal/STM32F3xx/UART/.cproject | 2 +- testhal/STM32F3xx/UART/.project | 2 +- testhal/STM32F3xx/UART/Makefile | 2 +- testhal/STM32F3xx/UART/readme.txt | 4 ++-- testhal/STM32F3xx/USB_CDC/.cproject | 2 +- testhal/STM32F3xx/USB_CDC/.project | 2 +- testhal/STM32F3xx/USB_CDC/Makefile | 2 +- testhal/STM32F3xx/USB_CDC/readme.txt | 4 ++-- 36 files changed, 45 insertions(+), 45 deletions(-) (limited to 'testhal') diff --git a/testhal/STM32F3xx/ADC/.cproject b/testhal/STM32F3xx/ADC/.cproject index e1ca98155..18ecf6a9c 100644 --- a/testhal/STM32F3xx/ADC/.cproject +++ b/testhal/STM32F3xx/ADC/.cproject @@ -39,7 +39,7 @@ - + diff --git a/testhal/STM32F3xx/ADC/.project b/testhal/STM32F3xx/ADC/.project index b8ec7983b..723f89815 100644 --- a/testhal/STM32F3xx/ADC/.project +++ b/testhal/STM32F3xx/ADC/.project @@ -1,6 +1,6 @@ - STM32F3xx-ADC + STM32F30x-ADC diff --git a/testhal/STM32F3xx/ADC/Makefile b/testhal/STM32F3xx/ADC/Makefile index 792e6e86e..455c2e5da 100644 --- a/testhal/STM32F3xx/ADC/Makefile +++ b/testhal/STM32F3xx/ADC/Makefile @@ -66,7 +66,7 @@ PROJECT = ch # Imported source files and paths CHIBIOS = ../../.. include $(CHIBIOS)/boards/ST_STM32F3_DISCOVERY/board.mk -include $(CHIBIOS)/os/hal/platforms/STM32F3xx/platform.mk +include $(CHIBIOS)/os/hal/platforms/STM32F30x/platform.mk include $(CHIBIOS)/os/hal/hal.mk include $(CHIBIOS)/os/ports/GCC/ARMCMx/STM32F3xx/port.mk include $(CHIBIOS)/os/kernel/kernel.mk diff --git a/testhal/STM32F3xx/ADC/readme.txt b/testhal/STM32F3xx/ADC/readme.txt index e910d3adf..bc0a30424 100644 --- a/testhal/STM32F3xx/ADC/readme.txt +++ b/testhal/STM32F3xx/ADC/readme.txt @@ -1,5 +1,5 @@ ***************************************************************************** -** ChibiOS/RT HAL - ADC driver demo for STM32F3xx. ** +** ChibiOS/RT HAL - ADC driver demo for STM32F30x. ** ***************************************************************************** ** TARGET ** @@ -8,7 +8,7 @@ The demo runs on an STMicroelectronics STM32F3-Discovery board. ** The Demo ** -The application demonstrates the use of the STM32F3xx ADC driver. +The application demonstrates the use of the STM32F30x ADC driver. ** Board Setup ** diff --git a/testhal/STM32F3xx/ADC_DUAL/.cproject b/testhal/STM32F3xx/ADC_DUAL/.cproject index 7b50bb642..151e30397 100644 --- a/testhal/STM32F3xx/ADC_DUAL/.cproject +++ b/testhal/STM32F3xx/ADC_DUAL/.cproject @@ -39,7 +39,7 @@ - + diff --git a/testhal/STM32F3xx/ADC_DUAL/.project b/testhal/STM32F3xx/ADC_DUAL/.project index 51b055a7a..216f76c48 100644 --- a/testhal/STM32F3xx/ADC_DUAL/.project +++ b/testhal/STM32F3xx/ADC_DUAL/.project @@ -1,6 +1,6 @@ - STM32F3xx-ADC_DUAL + STM32F30x-ADC_DUAL diff --git a/testhal/STM32F3xx/ADC_DUAL/Makefile b/testhal/STM32F3xx/ADC_DUAL/Makefile index 792e6e86e..455c2e5da 100644 --- a/testhal/STM32F3xx/ADC_DUAL/Makefile +++ b/testhal/STM32F3xx/ADC_DUAL/Makefile @@ -66,7 +66,7 @@ PROJECT = ch # Imported source files and paths CHIBIOS = ../../.. include $(CHIBIOS)/boards/ST_STM32F3_DISCOVERY/board.mk -include $(CHIBIOS)/os/hal/platforms/STM32F3xx/platform.mk +include $(CHIBIOS)/os/hal/platforms/STM32F30x/platform.mk include $(CHIBIOS)/os/hal/hal.mk include $(CHIBIOS)/os/ports/GCC/ARMCMx/STM32F3xx/port.mk include $(CHIBIOS)/os/kernel/kernel.mk diff --git a/testhal/STM32F3xx/ADC_DUAL/readme.txt b/testhal/STM32F3xx/ADC_DUAL/readme.txt index e910d3adf..bc0a30424 100644 --- a/testhal/STM32F3xx/ADC_DUAL/readme.txt +++ b/testhal/STM32F3xx/ADC_DUAL/readme.txt @@ -1,5 +1,5 @@ ***************************************************************************** -** ChibiOS/RT HAL - ADC driver demo for STM32F3xx. ** +** ChibiOS/RT HAL - ADC driver demo for STM32F30x. ** ***************************************************************************** ** TARGET ** @@ -8,7 +8,7 @@ The demo runs on an STMicroelectronics STM32F3-Discovery board. ** The Demo ** -The application demonstrates the use of the STM32F3xx ADC driver. +The application demonstrates the use of the STM32F30x ADC driver. ** Board Setup ** diff --git a/testhal/STM32F3xx/CAN/.cproject b/testhal/STM32F3xx/CAN/.cproject index 61d6dfa9a..7cdad62bb 100644 --- a/testhal/STM32F3xx/CAN/.cproject +++ b/testhal/STM32F3xx/CAN/.cproject @@ -39,7 +39,7 @@ - + diff --git a/testhal/STM32F3xx/CAN/.project b/testhal/STM32F3xx/CAN/.project index 3699a01b8..a2e4698ac 100644 --- a/testhal/STM32F3xx/CAN/.project +++ b/testhal/STM32F3xx/CAN/.project @@ -1,6 +1,6 @@ - STM32F3xx-CAN + STM32F30x-CAN diff --git a/testhal/STM32F3xx/CAN/Makefile b/testhal/STM32F3xx/CAN/Makefile index 792e6e86e..455c2e5da 100644 --- a/testhal/STM32F3xx/CAN/Makefile +++ b/testhal/STM32F3xx/CAN/Makefile @@ -66,7 +66,7 @@ PROJECT = ch # Imported source files and paths CHIBIOS = ../../.. include $(CHIBIOS)/boards/ST_STM32F3_DISCOVERY/board.mk -include $(CHIBIOS)/os/hal/platforms/STM32F3xx/platform.mk +include $(CHIBIOS)/os/hal/platforms/STM32F30x/platform.mk include $(CHIBIOS)/os/hal/hal.mk include $(CHIBIOS)/os/ports/GCC/ARMCMx/STM32F3xx/port.mk include $(CHIBIOS)/os/kernel/kernel.mk diff --git a/testhal/STM32F3xx/CAN/readme.txt b/testhal/STM32F3xx/CAN/readme.txt index d4f973b1b..983b34d1d 100644 --- a/testhal/STM32F3xx/CAN/readme.txt +++ b/testhal/STM32F3xx/CAN/readme.txt @@ -1,5 +1,5 @@ ***************************************************************************** -** ChibiOS/RT HAL - CAN driver demo for STM32F3xx. ** +** ChibiOS/RT HAL - CAN driver demo for STM32F30x. ** ***************************************************************************** ** TARGET ** @@ -8,7 +8,7 @@ The demo runs on an STMicroelectronics STM32F3-Discovery board. ** The Demo ** -The application demonstrates the use of the STM32F3xx CAN driver. +The application demonstrates the use of the STM32F30x CAN driver. ** Build Procedure ** diff --git a/testhal/STM32F3xx/EXT/.cproject b/testhal/STM32F3xx/EXT/.cproject index 89c387849..81789e942 100644 --- a/testhal/STM32F3xx/EXT/.cproject +++ b/testhal/STM32F3xx/EXT/.cproject @@ -39,7 +39,7 @@ - + diff --git a/testhal/STM32F3xx/EXT/.project b/testhal/STM32F3xx/EXT/.project index 7bc04c333..7c6f467a6 100644 --- a/testhal/STM32F3xx/EXT/.project +++ b/testhal/STM32F3xx/EXT/.project @@ -1,6 +1,6 @@ - STM32F3xx-EXT + STM32F30x-EXT diff --git a/testhal/STM32F3xx/EXT/Makefile b/testhal/STM32F3xx/EXT/Makefile index fac110b8c..8e7cec92d 100644 --- a/testhal/STM32F3xx/EXT/Makefile +++ b/testhal/STM32F3xx/EXT/Makefile @@ -66,7 +66,7 @@ PROJECT = ch # Imported source files and paths CHIBIOS = ../../.. include $(CHIBIOS)/boards/ST_STM32F3_DISCOVERY/board.mk -include $(CHIBIOS)/os/hal/platforms/STM32F3xx/platform.mk +include $(CHIBIOS)/os/hal/platforms/STM32F30x/platform.mk include $(CHIBIOS)/os/hal/hal.mk include $(CHIBIOS)/os/ports/GCC/ARMCMx/STM32F3xx/port.mk include $(CHIBIOS)/os/kernel/kernel.mk diff --git a/testhal/STM32F3xx/EXT/readme.txt b/testhal/STM32F3xx/EXT/readme.txt index 7ac1f8027..39255526b 100644 --- a/testhal/STM32F3xx/EXT/readme.txt +++ b/testhal/STM32F3xx/EXT/readme.txt @@ -1,5 +1,5 @@ ***************************************************************************** -** ChibiOS/RT HAL - EXT driver demo for STM32F3xx. ** +** ChibiOS/RT HAL - EXT driver demo for STM32F30x. ** ***************************************************************************** ** TARGET ** @@ -8,7 +8,7 @@ The demo runs on an STMicroelectronics STM32F3-Discovery board. ** The Demo ** -The application demonstrates the use of the STM32F3xx EXT driver. +The application demonstrates the use of the STM32F30x EXT driver. ** Board Setup ** diff --git a/testhal/STM32F3xx/IRQ_STORM/.cproject b/testhal/STM32F3xx/IRQ_STORM/.cproject index 2256fbf4d..ed2858c43 100644 --- a/testhal/STM32F3xx/IRQ_STORM/.cproject +++ b/testhal/STM32F3xx/IRQ_STORM/.cproject @@ -39,7 +39,7 @@ - + diff --git a/testhal/STM32F3xx/IRQ_STORM/.project b/testhal/STM32F3xx/IRQ_STORM/.project index 572d194e7..a7a6d0b2e 100644 --- a/testhal/STM32F3xx/IRQ_STORM/.project +++ b/testhal/STM32F3xx/IRQ_STORM/.project @@ -1,6 +1,6 @@ - STM32F3xx-IRQ_STORM + STM32F30x-IRQ_STORM diff --git a/testhal/STM32F3xx/IRQ_STORM/Makefile b/testhal/STM32F3xx/IRQ_STORM/Makefile index 792e6e86e..455c2e5da 100644 --- a/testhal/STM32F3xx/IRQ_STORM/Makefile +++ b/testhal/STM32F3xx/IRQ_STORM/Makefile @@ -66,7 +66,7 @@ PROJECT = ch # Imported source files and paths CHIBIOS = ../../.. include $(CHIBIOS)/boards/ST_STM32F3_DISCOVERY/board.mk -include $(CHIBIOS)/os/hal/platforms/STM32F3xx/platform.mk +include $(CHIBIOS)/os/hal/platforms/STM32F30x/platform.mk include $(CHIBIOS)/os/hal/hal.mk include $(CHIBIOS)/os/ports/GCC/ARMCMx/STM32F3xx/port.mk include $(CHIBIOS)/os/kernel/kernel.mk diff --git a/testhal/STM32F3xx/IRQ_STORM/readme.txt b/testhal/STM32F3xx/IRQ_STORM/readme.txt index 05c37dd09..5193c5f89 100644 --- a/testhal/STM32F3xx/IRQ_STORM/readme.txt +++ b/testhal/STM32F3xx/IRQ_STORM/readme.txt @@ -1,5 +1,5 @@ ***************************************************************************** -** ChibiOS/RT HAL - IRQ_STORM stress test demo for STM32F3xx. ** +** ChibiOS/RT HAL - IRQ_STORM stress test demo for STM32F30x. ** ***************************************************************************** ** TARGET ** @@ -8,7 +8,7 @@ The demo runs on an STMicroelectronics STM32F3-Discovery board. ** The Demo ** -The application demonstrates the use of the STM32F3xx GPT, PAL and Serial +The application demonstrates the use of the STM32F30x GPT, PAL and Serial drivers in order to implement a system stress demo. ** Board Setup ** diff --git a/testhal/STM32F3xx/PWM-ICU/.cproject b/testhal/STM32F3xx/PWM-ICU/.cproject index df450abda..0bb5b2f00 100644 --- a/testhal/STM32F3xx/PWM-ICU/.cproject +++ b/testhal/STM32F3xx/PWM-ICU/.cproject @@ -39,7 +39,7 @@ - + diff --git a/testhal/STM32F3xx/PWM-ICU/.project b/testhal/STM32F3xx/PWM-ICU/.project index ec2f3b708..6d36832e8 100644 --- a/testhal/STM32F3xx/PWM-ICU/.project +++ b/testhal/STM32F3xx/PWM-ICU/.project @@ -1,6 +1,6 @@ - STM32F3xx-PWM-ICU + STM32F30x-PWM-ICU diff --git a/testhal/STM32F3xx/PWM-ICU/Makefile b/testhal/STM32F3xx/PWM-ICU/Makefile index 792e6e86e..455c2e5da 100644 --- a/testhal/STM32F3xx/PWM-ICU/Makefile +++ b/testhal/STM32F3xx/PWM-ICU/Makefile @@ -66,7 +66,7 @@ PROJECT = ch # Imported source files and paths CHIBIOS = ../../.. include $(CHIBIOS)/boards/ST_STM32F3_DISCOVERY/board.mk -include $(CHIBIOS)/os/hal/platforms/STM32F3xx/platform.mk +include $(CHIBIOS)/os/hal/platforms/STM32F30x/platform.mk include $(CHIBIOS)/os/hal/hal.mk include $(CHIBIOS)/os/ports/GCC/ARMCMx/STM32F3xx/port.mk include $(CHIBIOS)/os/kernel/kernel.mk diff --git a/testhal/STM32F3xx/PWM-ICU/readme.txt b/testhal/STM32F3xx/PWM-ICU/readme.txt index 786db9642..cfb53f76a 100644 --- a/testhal/STM32F3xx/PWM-ICU/readme.txt +++ b/testhal/STM32F3xx/PWM-ICU/readme.txt @@ -1,5 +1,5 @@ ***************************************************************************** -** ChibiOS/RT HAL - PWM-ICU drivers demo for STM32F3xx. ** +** ChibiOS/RT HAL - PWM-ICU drivers demo for STM32F30x. ** ***************************************************************************** ** TARGET ** @@ -8,7 +8,7 @@ The demo runs on an STMicroelectronics STM32F3-Discovery board. ** The Demo ** -The application demonstrates the use of the STM32F3xx PWM-ICU drivers. +The application demonstrates the use of the STM32F30x PWM-ICU drivers. ** Board Setup ** diff --git a/testhal/STM32F3xx/SPI/.cproject b/testhal/STM32F3xx/SPI/.cproject index bd3a84398..104d73e64 100644 --- a/testhal/STM32F3xx/SPI/.cproject +++ b/testhal/STM32F3xx/SPI/.cproject @@ -39,7 +39,7 @@ - + diff --git a/testhal/STM32F3xx/SPI/.project b/testhal/STM32F3xx/SPI/.project index 5116cd835..61b728dcf 100644 --- a/testhal/STM32F3xx/SPI/.project +++ b/testhal/STM32F3xx/SPI/.project @@ -1,6 +1,6 @@ - STM32F3xx-SPI + STM32F30x-SPI diff --git a/testhal/STM32F3xx/SPI/Makefile b/testhal/STM32F3xx/SPI/Makefile index 792e6e86e..455c2e5da 100644 --- a/testhal/STM32F3xx/SPI/Makefile +++ b/testhal/STM32F3xx/SPI/Makefile @@ -66,7 +66,7 @@ PROJECT = ch # Imported source files and paths CHIBIOS = ../../.. include $(CHIBIOS)/boards/ST_STM32F3_DISCOVERY/board.mk -include $(CHIBIOS)/os/hal/platforms/STM32F3xx/platform.mk +include $(CHIBIOS)/os/hal/platforms/STM32F30x/platform.mk include $(CHIBIOS)/os/hal/hal.mk include $(CHIBIOS)/os/ports/GCC/ARMCMx/STM32F3xx/port.mk include $(CHIBIOS)/os/kernel/kernel.mk diff --git a/testhal/STM32F3xx/SPI/readme.txt b/testhal/STM32F3xx/SPI/readme.txt index 285d9c724..9275c06ee 100644 --- a/testhal/STM32F3xx/SPI/readme.txt +++ b/testhal/STM32F3xx/SPI/readme.txt @@ -1,5 +1,5 @@ ***************************************************************************** -** ChibiOS/RT HAL - SPI driver demo for STM32F3xx. ** +** ChibiOS/RT HAL - SPI driver demo for STM32F30x. ** ***************************************************************************** ** TARGET ** @@ -8,7 +8,7 @@ The demo runs on an ST STM32F3-Discovery board. ** The Demo ** -The application demonstrates the use of the STM32F3xx SPI driver. +The application demonstrates the use of the STM32F30x SPI driver. ** Board Setup ** diff --git a/testhal/STM32F3xx/UART/.cproject b/testhal/STM32F3xx/UART/.cproject index 391315ffb..661d548d0 100644 --- a/testhal/STM32F3xx/UART/.cproject +++ b/testhal/STM32F3xx/UART/.cproject @@ -39,7 +39,7 @@ - + diff --git a/testhal/STM32F3xx/UART/.project b/testhal/STM32F3xx/UART/.project index 07c515e30..24b9d53ce 100644 --- a/testhal/STM32F3xx/UART/.project +++ b/testhal/STM32F3xx/UART/.project @@ -1,6 +1,6 @@ - STM32F3xx-UART + STM32F30x-UART diff --git a/testhal/STM32F3xx/UART/Makefile b/testhal/STM32F3xx/UART/Makefile index fac110b8c..8e7cec92d 100644 --- a/testhal/STM32F3xx/UART/Makefile +++ b/testhal/STM32F3xx/UART/Makefile @@ -66,7 +66,7 @@ PROJECT = ch # Imported source files and paths CHIBIOS = ../../.. include $(CHIBIOS)/boards/ST_STM32F3_DISCOVERY/board.mk -include $(CHIBIOS)/os/hal/platforms/STM32F3xx/platform.mk +include $(CHIBIOS)/os/hal/platforms/STM32F30x/platform.mk include $(CHIBIOS)/os/hal/hal.mk include $(CHIBIOS)/os/ports/GCC/ARMCMx/STM32F3xx/port.mk include $(CHIBIOS)/os/kernel/kernel.mk diff --git a/testhal/STM32F3xx/UART/readme.txt b/testhal/STM32F3xx/UART/readme.txt index fb3648b1c..3f55599a8 100644 --- a/testhal/STM32F3xx/UART/readme.txt +++ b/testhal/STM32F3xx/UART/readme.txt @@ -1,5 +1,5 @@ ***************************************************************************** -** ChibiOS/RT HAL - UART driver demo for STM32F3xx. ** +** ChibiOS/RT HAL - UART driver demo for STM32F30x. ** ***************************************************************************** ** TARGET ** @@ -8,7 +8,7 @@ The demo runs on an STMicroelectronics STM32F3-Discovery board. ** The Demo ** -The application demonstrates the use of the STM32F3xx UART driver. +The application demonstrates the use of the STM32F30x UART driver. ** Board Setup ** diff --git a/testhal/STM32F3xx/USB_CDC/.cproject b/testhal/STM32F3xx/USB_CDC/.cproject index 9167d7399..839c40d30 100644 --- a/testhal/STM32F3xx/USB_CDC/.cproject +++ b/testhal/STM32F3xx/USB_CDC/.cproject @@ -39,7 +39,7 @@ - + diff --git a/testhal/STM32F3xx/USB_CDC/.project b/testhal/STM32F3xx/USB_CDC/.project index 33ae145eb..a1dcbcd63 100644 --- a/testhal/STM32F3xx/USB_CDC/.project +++ b/testhal/STM32F3xx/USB_CDC/.project @@ -1,6 +1,6 @@ - STM32F3xx-USB_CDC + STM32F30x-USB_CDC diff --git a/testhal/STM32F3xx/USB_CDC/Makefile b/testhal/STM32F3xx/USB_CDC/Makefile index 0e2cb9a0d..1f03d2992 100644 --- a/testhal/STM32F3xx/USB_CDC/Makefile +++ b/testhal/STM32F3xx/USB_CDC/Makefile @@ -66,7 +66,7 @@ PROJECT = ch # Imported source files and paths CHIBIOS = ../../.. include $(CHIBIOS)/boards/ST_STM32F3_DISCOVERY/board.mk -include $(CHIBIOS)/os/hal/platforms/STM32F3xx/platform.mk +include $(CHIBIOS)/os/hal/platforms/STM32F30x/platform.mk include $(CHIBIOS)/os/hal/hal.mk include $(CHIBIOS)/os/ports/GCC/ARMCMx/STM32F3xx/port.mk include $(CHIBIOS)/os/kernel/kernel.mk diff --git a/testhal/STM32F3xx/USB_CDC/readme.txt b/testhal/STM32F3xx/USB_CDC/readme.txt index c6581d26e..39055f999 100644 --- a/testhal/STM32F3xx/USB_CDC/readme.txt +++ b/testhal/STM32F3xx/USB_CDC/readme.txt @@ -1,5 +1,5 @@ ***************************************************************************** -** ChibiOS/RT HAL - USB-CDC driver demo for STM32F3xx. ** +** ChibiOS/RT HAL - USB-CDC driver demo for STM32F30x. ** ***************************************************************************** ** TARGET ** @@ -8,7 +8,7 @@ The demo runs on an ST STM32F3-Discovery board. ** The Demo ** -The application demonstrates the use of the STM32F3xx USB driver. +The application demonstrates the use of the STM32F30x USB driver. ** Build Procedure ** -- cgit v1.2.3