aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F1xx/I2C/readme.txt
diff options
context:
space:
mode:
authorbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-10-12 17:11:10 +0000
committerbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-10-12 17:11:10 +0000
commit6dde2094a0c5334e69970d4ea3c7326139b441cb (patch)
treef3db0cf0024e3600126738de7d4f2a5e8f1dd5f0 /testhal/STM32/STM32F1xx/I2C/readme.txt
parent1c2959452edc9504b4fb91ae0dc3c621c185c95e (diff)
downloadChibiOS-6dde2094a0c5334e69970d4ea3c7326139b441cb.tar.gz
ChibiOS-6dde2094a0c5334e69970d4ea3c7326139b441cb.tar.bz2
ChibiOS-6dde2094a0c5334e69970d4ea3c7326139b441cb.zip
Added I2C testhal application for STM32F1xx
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7389 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32F1xx/I2C/readme.txt')
-rw-r--r--testhal/STM32/STM32F1xx/I2C/readme.txt25
1 files changed, 25 insertions, 0 deletions
diff --git a/testhal/STM32/STM32F1xx/I2C/readme.txt b/testhal/STM32/STM32F1xx/I2C/readme.txt
new file mode 100644
index 000000000..eade265fa
--- /dev/null
+++ b/testhal/STM32/STM32F1xx/I2C/readme.txt
@@ -0,0 +1,25 @@
+*****************************************************************************
+** ChibiOS/RT HAL - I2C driver demo for STM32. **
+*****************************************************************************
+
+** TARGET **
+
+The demo runs on an Olimex STM32-103STK board.
+
+** The Demo **
+
+The application demonstrates the use of the STM32 I2C driver.
+
+** Build Procedure **
+
+The demo has been tested using the free GCC ARM Embedded toolchain.
+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