From 3abc7cde0ba490f37ccefea3e80dd48d0f94e60f Mon Sep 17 00:00:00 2001 From: Rocco Marco Guglielmi Date: Tue, 27 Sep 2016 15:04:35 +0000 Subject: 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 --- testhal/STM32/STM32F4xx/I2C-LPS25H/readme.txt | 8 ++++---- testhal/STM32/STM32F4xx/I2C-LSM6DS0/readme.txt | 6 +++--- 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 -- cgit v1.2.3