aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32F3xx/USB_CDC
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32F3xx/USB_CDC')
-rw-r--r--testhal/STM32F3xx/USB_CDC/.cproject2
-rw-r--r--testhal/STM32F3xx/USB_CDC/.project2
-rw-r--r--testhal/STM32F3xx/USB_CDC/Makefile2
-rw-r--r--testhal/STM32F3xx/USB_CDC/readme.txt4
4 files changed, 5 insertions, 5 deletions
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 **