diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-08-24 13:35:31 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-08-24 13:35:31 +0000 |
commit | 4d589173cb24ef327de3f253a3ff164af1ab0e51 (patch) | |
tree | fafc9b8f0c9627da49c76a8d7fd9e7bf7b9f2222 /testhal/STM32/STM32L0xx/USB_CDC/readme.txt | |
parent | 7426edd2a280249117f4b9e784f427cc9e217e7b (diff) | |
download | ChibiOS-4d589173cb24ef327de3f253a3ff164af1ab0e51.tar.gz ChibiOS-4d589173cb24ef327de3f253a3ff164af1ab0e51.tar.bz2 ChibiOS-4d589173cb24ef327de3f253a3ff164af1ab0e51.zip |
USB CDC demo for STM32L0, not working yet.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10472 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32L0xx/USB_CDC/readme.txt')
-rw-r--r-- | testhal/STM32/STM32L0xx/USB_CDC/readme.txt | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/testhal/STM32/STM32L0xx/USB_CDC/readme.txt b/testhal/STM32/STM32L0xx/USB_CDC/readme.txt new file mode 100644 index 000000000..29979b9d7 --- /dev/null +++ b/testhal/STM32/STM32L0xx/USB_CDC/readme.txt @@ -0,0 +1,27 @@ +*****************************************************************************
+** ChibiOS/HAL - USB-CDC driver demo for STM32F072. **
+*****************************************************************************
+
+** TARGET **
+
+The demo runs on an ST STM32 Nycleo-64 L073RZ board and requires a USB
+break-out board having PA11 connected to USB_DM and PA12 connected to USB_DP.
+
+** The Demo **
+
+The application demonstrates the use of the STM32L073 USB driver.
+
+** Build Procedure **
+
+The demo has been tested using the free Codesourcery GCC-based toolchain
+and YAGARTO.
+Just modify the TRGT line in the makefile in order to use different GCC ports.
+
+** Notes **
+
+Some files used by the demo are not part of ChibiOS/RT but are copyright of
+ST Microelectronics and are licensed under a different license.
+Also note that not all the files present in the ST library are distributed
+with ChibiOS/RT, you can find the whole library on the ST web site:
+
+ http://www.st.com
|