aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRocco Marco Guglielmi <roccomarco.guglielmi@live.com>2016-09-27 15:04:35 +0000
committerRocco Marco Guglielmi <roccomarco.guglielmi@live.com>2016-09-27 15:04:35 +0000
commit3abc7cde0ba490f37ccefea3e80dd48d0f94e60f (patch)
treec64fc88dc9e6dec1894ebe6299d5d4acad66d179
parent86749879686b60ed029b7dfc1806bb21aa8d64d9 (diff)
downloadChibiOS-3abc7cde0ba490f37ccefea3e80dd48d0f94e60f.tar.gz
ChibiOS-3abc7cde0ba490f37ccefea3e80dd48d0f94e60f.tar.bz2
ChibiOS-3abc7cde0ba490f37ccefea3e80dd48d0f94e60f.zip
Fixed wrong readme in ChibiOS/EX related demos
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9805 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--testhal/STM32/STM32F4xx/I2C-LPS25H/readme.txt8
-rw-r--r--testhal/STM32/STM32F4xx/I2C-LSM6DS0/readme.txt6
2 files changed, 7 insertions, 7 deletions
diff --git a/testhal/STM32/STM32F4xx/I2C-LPS25H/readme.txt b/testhal/STM32/STM32F4xx/I2C-LPS25H/readme.txt
index aae24364d..0bbfd4932 100644
--- a/testhal/STM32/STM32F4xx/I2C-LPS25H/readme.txt
+++ b/testhal/STM32/STM32F4xx/I2C-LPS25H/readme.txt
@@ -1,5 +1,5 @@
*****************************************************************************
-** ChibiOS/HAL + ChibiOS/EX - SPI + L3GD20 demo for STM32F4xx. **
+** ChibiOS/HAL + ChibiOS/EX - I2C + LPS25H demo for STM32L4xx. **
*****************************************************************************
** TARGET **
@@ -10,7 +10,7 @@ X-NUCLEO-IKS01A1 shield.
** The Demo **
The application demonstrates the use of the STM32F4xx I2C driver in order
-to acquire data from LSM6DS0 using ChibiOS/EX.
+to acquire data from LPS25H using ChibiOS/EX.
** Board Setup **
@@ -18,7 +18,7 @@ None required.
** Build Procedure **
-The demo has been tested by using the free Codesourcery GCC-based toolchain
+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.
@@ -29,4 +29,4 @@ 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
+ http://www.st.com \ No newline at end of file
diff --git a/testhal/STM32/STM32F4xx/I2C-LSM6DS0/readme.txt b/testhal/STM32/STM32F4xx/I2C-LSM6DS0/readme.txt
index aae24364d..2475292fe 100644
--- a/testhal/STM32/STM32F4xx/I2C-LSM6DS0/readme.txt
+++ b/testhal/STM32/STM32F4xx/I2C-LSM6DS0/readme.txt
@@ -1,5 +1,5 @@
*****************************************************************************
-** ChibiOS/HAL + ChibiOS/EX - SPI + L3GD20 demo for STM32F4xx. **
+** ChibiOS/HAL + ChibiOS/EX - I2C + LSM6DS0 demo for STM32L4xx. **
*****************************************************************************
** TARGET **
@@ -18,7 +18,7 @@ None required.
** Build Procedure **
-The demo has been tested by using the free Codesourcery GCC-based toolchain
+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.
@@ -29,4 +29,4 @@ 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
+ http://www.st.com \ No newline at end of file