aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F3xx/USB_CDC_IAD
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-12-03 13:49:06 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-12-03 13:49:06 +0000
commit304c76dddd3f2a84062588c434c034d83f82fa52 (patch)
treef3a86a734b76dd6b8084abe4ac0fa15447b47f3c /testhal/STM32/STM32F3xx/USB_CDC_IAD
parent69492747606d30c64b7719172d4a5ec804421b99 (diff)
downloadChibiOS-304c76dddd3f2a84062588c434c034d83f82fa52.tar.gz
ChibiOS-304c76dddd3f2a84062588c434c034d83f82fa52.tar.bz2
ChibiOS-304c76dddd3f2a84062588c434c034d83f82fa52.zip
Added watchdog driver model (WDG), to be completed and tested.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8555 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32F3xx/USB_CDC_IAD')
-rw-r--r--testhal/STM32/STM32F3xx/USB_CDC_IAD/readme.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/testhal/STM32/STM32F3xx/USB_CDC_IAD/readme.txt b/testhal/STM32/STM32F3xx/USB_CDC_IAD/readme.txt
index 6942ee988..3f261cd6e 100644
--- a/testhal/STM32/STM32F3xx/USB_CDC_IAD/readme.txt
+++ b/testhal/STM32/STM32F3xx/USB_CDC_IAD/readme.txt
@@ -1,5 +1,5 @@
*****************************************************************************
-** ChibiOS/HAL - USB-CDC (IAD descriptors) driver demo for STM32F30x. **
+** ChibiOS/HAL - USB-CDC (IAD descriptors) driver demo for STM32F3xx. **
*****************************************************************************
** TARGET **
@@ -8,7 +8,7 @@ The demo runs on an ST STM32F3-Discovery board.
** The Demo **
-The application demonstrates the use of the STM32F30x USB driver.
+The application demonstrates the use of the STM32F3xx USB driver.
** Build Procedure **