aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32F3xx/UART
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32F3xx/UART')
-rw-r--r--testhal/STM32F3xx/UART/.cproject2
-rw-r--r--testhal/STM32F3xx/UART/.project2
-rw-r--r--testhal/STM32F3xx/UART/Makefile2
-rw-r--r--testhal/STM32F3xx/UART/readme.txt4
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 **