diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-02-08 15:36:31 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-02-08 15:36:31 +0000 |
commit | 325dd3a1cdc2fc6c00882dd3a4423431eabc22cb (patch) | |
tree | 0097b23e4f2705aa96cec6f861f005e6c6bb04ec /testhal | |
parent | 06c9f03edc93418ceeb9a3a9a7550a27fdcc8c96 (diff) | |
download | ChibiOS-325dd3a1cdc2fc6c00882dd3a4423431eabc22cb.tar.gz ChibiOS-325dd3a1cdc2fc6c00882dd3a4423431eabc22cb.tar.bz2 ChibiOS-325dd3a1cdc2fc6c00882dd3a4423431eabc22cb.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5132 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal')
36 files changed, 45 insertions, 45 deletions
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 @@ </cconfiguration>
</storageModule>
<storageModule moduleId="cdtBuildSystem" version="4.0.0">
- <project id="STM32F3xx-ADC.null.932840044" name="STM32F3xx-ADC"/>
+ <project id="STM32F30x-ADC.null.932840044" name="STM32F30x-ADC"/>
</storageModule>
<storageModule moduleId="scannerConfiguration">
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
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 @@ <?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
- <name>STM32F3xx-ADC</name>
+ <name>STM32F30x-ADC</name>
<comment></comment>
<projects>
</projects>
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 @@ </cconfiguration>
</storageModule>
<storageModule moduleId="cdtBuildSystem" version="4.0.0">
- <project id="STM32F3xx-ADC_DUAL.null.1834199567" name="STM32F3xx-ADC_DUAL"/>
+ <project id="STM32F30x-ADC_DUAL.null.1834199567" name="STM32F30x-ADC_DUAL"/>
</storageModule>
<storageModule moduleId="scannerConfiguration">
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
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 @@ <?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
- <name>STM32F3xx-ADC_DUAL</name>
+ <name>STM32F30x-ADC_DUAL</name>
<comment></comment>
<projects>
</projects>
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 @@ </cconfiguration>
</storageModule>
<storageModule moduleId="cdtBuildSystem" version="4.0.0">
- <project id="STM32F3xx-CAN.null.1805144093" name="STM32F3xx-CAN"/>
+ <project id="STM32F30x-CAN.null.1805144093" name="STM32F30x-CAN"/>
</storageModule>
<storageModule moduleId="scannerConfiguration">
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
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 @@ <?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
- <name>STM32F3xx-CAN</name>
+ <name>STM32F30x-CAN</name>
<comment></comment>
<projects>
</projects>
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 @@ </cconfiguration>
</storageModule>
<storageModule moduleId="cdtBuildSystem" version="4.0.0">
- <project id="STM32F3xx-EXT.null.200370092" name="STM32F3xx-EXT"/>
+ <project id="STM32F30x-EXT.null.200370092" name="STM32F30x-EXT"/>
</storageModule>
<storageModule moduleId="scannerConfiguration">
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
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 @@ <?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
- <name>STM32F3xx-EXT</name>
+ <name>STM32F30x-EXT</name>
<comment></comment>
<projects>
</projects>
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 @@ </cconfiguration>
</storageModule>
<storageModule moduleId="cdtBuildSystem" version="4.0.0">
- <project id="STM32F3xx-IRQ_STORM.null.1149829447" name="STM32F3xx-IRQ_STORM"/>
+ <project id="STM32F30x-IRQ_STORM.null.1149829447" name="STM32F30x-IRQ_STORM"/>
</storageModule>
<storageModule moduleId="scannerConfiguration">
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
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 @@ <?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
- <name>STM32F3xx-IRQ_STORM</name>
+ <name>STM32F30x-IRQ_STORM</name>
<comment></comment>
<projects>
</projects>
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 @@ </cconfiguration>
</storageModule>
<storageModule moduleId="cdtBuildSystem" version="4.0.0">
- <project id="STM32F3xx-PWM-ICU.null.1973311065" name="STM32F3xx-PWM-ICU"/>
+ <project id="STM32F30x-PWM-ICU.null.1973311065" name="STM32F30x-PWM-ICU"/>
</storageModule>
<storageModule moduleId="scannerConfiguration">
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
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 @@ <?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
- <name>STM32F3xx-PWM-ICU</name>
+ <name>STM32F30x-PWM-ICU</name>
<comment></comment>
<projects>
</projects>
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 @@ </cconfiguration>
</storageModule>
<storageModule moduleId="cdtBuildSystem" version="4.0.0">
- <project id="STM32F3xx-SPI.null.1537816093" name="STM32F3xx-SPI"/>
+ <project id="STM32F30x-SPI.null.1537816093" name="STM32F30x-SPI"/>
</storageModule>
<storageModule moduleId="scannerConfiguration">
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
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 @@ <?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
- <name>STM32F3xx-SPI</name>
+ <name>STM32F30x-SPI</name>
<comment></comment>
<projects>
</projects>
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 @@ </cconfiguration>
</storageModule>
<storageModule moduleId="cdtBuildSystem" version="4.0.0">
- <project id="STM32F3xx-UART.null.1592866931" name="STM32F3xx-UART"/>
+ <project id="STM32F30x-UART.null.1592866931" name="STM32F30x-UART"/>
</storageModule>
<storageModule moduleId="scannerConfiguration">
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
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 @@ <?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
- <name>STM32F3xx-UART</name>
+ <name>STM32F30x-UART</name>
<comment></comment>
<projects>
</projects>
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 @@ </cconfiguration>
</storageModule>
<storageModule moduleId="cdtBuildSystem" version="4.0.0">
- <project id="STM32F3xx-USB_CDC.null.1378892026" name="STM32F3xx-USB_CDC"/>
+ <project id="STM32F30x-USB_CDC.null.1378892026" name="STM32F30x-USB_CDC"/>
</storageModule>
<storageModule moduleId="scannerConfiguration">
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
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 @@ <?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
- <name>STM32F3xx-USB_CDC</name>
+ <name>STM32F30x-USB_CDC</name>
<comment></comment>
<projects>
</projects>
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 **
|