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/STM32F3xx/UART | |
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/STM32F3xx/UART')
-rw-r--r-- | testhal/STM32F3xx/UART/.cproject | 2 | ||||
-rw-r--r-- | testhal/STM32F3xx/UART/.project | 2 | ||||
-rw-r--r-- | testhal/STM32F3xx/UART/Makefile | 2 | ||||
-rw-r--r-- | testhal/STM32F3xx/UART/readme.txt | 4 |
4 files changed, 5 insertions, 5 deletions
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 **
|