aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32F3xx/CAN
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-02-08 15:36:31 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-02-08 15:36:31 +0000
commit325dd3a1cdc2fc6c00882dd3a4423431eabc22cb (patch)
tree0097b23e4f2705aa96cec6f861f005e6c6bb04ec /testhal/STM32F3xx/CAN
parent06c9f03edc93418ceeb9a3a9a7550a27fdcc8c96 (diff)
downloadChibiOS-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/CAN')
-rw-r--r--testhal/STM32F3xx/CAN/.cproject2
-rw-r--r--testhal/STM32F3xx/CAN/.project2
-rw-r--r--testhal/STM32F3xx/CAN/Makefile2
-rw-r--r--testhal/STM32F3xx/CAN/readme.txt4
4 files changed, 5 insertions, 5 deletions
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 **