From 5bc849172523cfdd32db4ff2ad32b63f0c6e2bd3 Mon Sep 17 00:00:00 2001 From: Rocco Marco Guglielmi Date: Fri, 30 Sep 2016 11:43:39 +0000 Subject: Moving all EX demos under testex. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9827 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testex/STM32/STM32F3xx/I2C-LSM303DLHC/readme.txt | 26 ++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 testex/STM32/STM32F3xx/I2C-LSM303DLHC/readme.txt (limited to 'testex/STM32/STM32F3xx/I2C-LSM303DLHC/readme.txt') diff --git a/testex/STM32/STM32F3xx/I2C-LSM303DLHC/readme.txt b/testex/STM32/STM32F3xx/I2C-LSM303DLHC/readme.txt new file mode 100644 index 000000000..a8e89bca9 --- /dev/null +++ b/testex/STM32/STM32F3xx/I2C-LSM303DLHC/readme.txt @@ -0,0 +1,26 @@ +***************************************************************************** +** ChibiOS/HAL - USB-CDC driver demo for STM32F3xx. ** +***************************************************************************** + +** TARGET ** + +The demo runs on an ST STM32F3-Discovery board. + +** The Demo ** + +The application demonstrates the use of the STM32F3xx 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 -- cgit v1.2.3