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
This commit is contained in:
Rocco Marco Guglielmi 2016-09-27 15:04:35 +00:00
parent 8674987968
commit 3abc7cde0b
2 changed files with 7 additions and 7 deletions

View File

@ -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.

View File

@ -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.