diff options
Diffstat (limited to 'lib/chibios-contrib/testhal/STM32/STM32H7xx/USB_MSD/readme.txt')
-rw-r--r-- | lib/chibios-contrib/testhal/STM32/STM32H7xx/USB_MSD/readme.txt | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/lib/chibios-contrib/testhal/STM32/STM32H7xx/USB_MSD/readme.txt b/lib/chibios-contrib/testhal/STM32/STM32H7xx/USB_MSD/readme.txt new file mode 100644 index 000000000..ba23a0767 --- /dev/null +++ b/lib/chibios-contrib/testhal/STM32/STM32H7xx/USB_MSD/readme.txt | |||
@@ -0,0 +1,27 @@ | |||
1 | ***************************************************************************** | ||
2 | ** ChibiOS/HAL - USB MSD driver demo for STM32. ** | ||
3 | ***************************************************************************** | ||
4 | |||
5 | ** TARGET ** | ||
6 | |||
7 | The demo runs on an ST NUCLEO144-F767ZI board. | ||
8 | |||
9 | ** The Demo ** | ||
10 | |||
11 | The application demonstrates the use of the STM32 USB (OTG) driver as | ||
12 | a mass storage device. | ||
13 | |||
14 | ** Build Procedure ** | ||
15 | |||
16 | The demo has been tested using the free Codesourcery GCC-based toolchain | ||
17 | and YAGARTO. | ||
18 | Just modify the TRGT line in the makefile in order to use different GCC ports. | ||
19 | |||
20 | ** Notes ** | ||
21 | |||
22 | Some files used by the demo are not part of ChibiOS/RT but are copyright of | ||
23 | ST Microelectronics and are licensed under a different license. | ||
24 | Also note that not all the files present in the ST library are distributed | ||
25 | with ChibiOS/RT, you can find the whole library on the ST web site: | ||
26 | |||
27 | http://www.st.com | ||