diff options
Diffstat (limited to 'testhal/STM32F3xx/PWM-ICU')
-rw-r--r-- | testhal/STM32F3xx/PWM-ICU/.cproject | 2 | ||||
-rw-r--r-- | testhal/STM32F3xx/PWM-ICU/.project | 2 | ||||
-rw-r--r-- | testhal/STM32F3xx/PWM-ICU/Makefile | 2 | ||||
-rw-r--r-- | testhal/STM32F3xx/PWM-ICU/readme.txt | 4 |
4 files changed, 5 insertions, 5 deletions
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 **
|