diff options
author | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-06-05 10:02:16 +0000 |
---|---|---|
committer | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-06-05 10:02:16 +0000 |
commit | 28b249584f0845c993dda8729798d28093765543 (patch) | |
tree | a5b48286ec29f821ebc139c547ac4b7946b4dd75 /testhal | |
parent | f768af8fcbcbfab675d101d6a63a60c4db4f6d3f (diff) | |
download | ChibiOS-28b249584f0845c993dda8729798d28093765543.tar.gz ChibiOS-28b249584f0845c993dda8729798d28093765543.tar.bz2 ChibiOS-28b249584f0845c993dda8729798d28093765543.zip |
FIxed wrong readme in STM32F2xx/USB_CDC demo
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9591 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal')
-rw-r--r-- | testhal/STM32/STM32F2xx/USB_CDC/readme.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/testhal/STM32/STM32F2xx/USB_CDC/readme.txt b/testhal/STM32/STM32F2xx/USB_CDC/readme.txt index 226822f2d..0e725879e 100644 --- a/testhal/STM32/STM32F2xx/USB_CDC/readme.txt +++ b/testhal/STM32/STM32F2xx/USB_CDC/readme.txt @@ -1,11 +1,10 @@ *****************************************************************************
-** ChibiOS/HAL - USB-CDC driver demo for STM32. **
+** ChibiOS/HAL - USB-CDC driver demo for STM32F2xx. **
*****************************************************************************
** TARGET **
-The demo runs on both Olimex STM32-E407 or STM32F4-Discovery boards, just
-change the board reference in the Makefile.
+The demo runs on STM32 Nucleo144-F207ZG boards.
** The Demo **
|