diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-08-31 10:55:45 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-08-31 10:55:45 +0000 |
commit | 16418339cb7b92471dcb7f6ad431519345c9fd1a (patch) | |
tree | f4b2176c63b4b9d5cc323ec3cae1b2bd77de80db /testhal/STM32/multi/PAL/readme.txt | |
parent | 54e898222e03eb2741776e7d072aac33f9838a96 (diff) | |
download | ChibiOS-16418339cb7b92471dcb7f6ad431519345c9fd1a.tar.gz ChibiOS-16418339cb7b92471dcb7f6ad431519345c9fd1a.tar.bz2 ChibiOS-16418339cb7b92471dcb7f6ad431519345c9fd1a.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10510 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/multi/PAL/readme.txt')
-rw-r--r-- | testhal/STM32/multi/PAL/readme.txt | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/testhal/STM32/multi/PAL/readme.txt b/testhal/STM32/multi/PAL/readme.txt new file mode 100644 index 000000000..d3c7c9a09 --- /dev/null +++ b/testhal/STM32/multi/PAL/readme.txt @@ -0,0 +1,25 @@ +*****************************************************************************
+** ChibiOS/HAL - Unified USB driver demo. **
+*****************************************************************************
+
+** TARGET **
+
+The demo can be compiled to run on multiple STM32 target boards.
+
+** The Demo **
+
+The application demonstrates the use of the HAL USB driver.
+
+** Build Procedure **
+
+The command "make" builds the demo for all targets. The demo can be compiled
+using the "GNU ARM Embedded Toolchain" from:
+
+ https://launchpad.net/gcc-arm-embedded
+
+** Notes **
+
+Some header files used by the demo are not part of ChibiOS but are copyright of
+ST Microelectronics and are licensed under a different license.
+
+ http://www.st.com
|