diff options
Diffstat (limited to 'lib/chibios/testex/STM32/STM32F4xx/I2C-HTS221/readme.txt')
-rw-r--r-- | lib/chibios/testex/STM32/STM32F4xx/I2C-HTS221/readme.txt | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/lib/chibios/testex/STM32/STM32F4xx/I2C-HTS221/readme.txt b/lib/chibios/testex/STM32/STM32F4xx/I2C-HTS221/readme.txt new file mode 100644 index 000000000..203556682 --- /dev/null +++ b/lib/chibios/testex/STM32/STM32F4xx/I2C-HTS221/readme.txt | |||
@@ -0,0 +1,32 @@ | |||
1 | ***************************************************************************** | ||
2 | ** ChibiOS/HAL + ChibiOS/EX - I2C + HTS221 demo for STM32F4xx. ** | ||
3 | ***************************************************************************** | ||
4 | |||
5 | ** TARGET ** | ||
6 | |||
7 | The demo runs on an STM32 Nucleo64-F401RE board. It has been tested with both | ||
8 | X-NUCLEO-IKS01A1 and X-NUCLEO-IKS01A2 shield. | ||
9 | |||
10 | ** The Demo ** | ||
11 | |||
12 | The application demonstrates the use of the STM32F4xx I2C driver in order | ||
13 | to acquire data from HTS221 using ChibiOS/EX. | ||
14 | |||
15 | ** Board Setup ** | ||
16 | |||
17 | None required. | ||
18 | |||
19 | ** Build Procedure ** | ||
20 | |||
21 | The demo has been tested using the free Codesourcery GCC-based toolchain | ||
22 | and YAGARTO. | ||
23 | Just modify the TRGT line in the makefile in order to use different GCC ports. | ||
24 | |||
25 | ** Notes ** | ||
26 | |||
27 | Some files used by the demo are not part of ChibiOS/RT but are copyright of | ||
28 | ST Microelectronics and are licensed under a different license. | ||
29 | Also note that not all the files present in the ST library are distributed | ||
30 | with ChibiOS/RT, you can find the whole library on the ST web site: | ||
31 | |||
32 | http://www.st.com \ No newline at end of file | ||