From 42f2b527e54d65eee4f7baf47f4c21723913ad3e Mon Sep 17 00:00:00 2001 From: Rocco Marco Guglielmi Date: Fri, 29 Apr 2016 13:11:42 +0000 Subject: [PATCH] Improved readme for ChibiOS/EX demos git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9378 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testhal/STM32/STM32F4xx/SPI-L3GD20/readme.txt | 2 +- testhal/STM32/STM32L4xx/I2C-LSM6DS0/readme.txt | 5 +++-- testhal/STM32/STM32L4xx/SPI-L3GD20/readme.txt | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/testhal/STM32/STM32F4xx/SPI-L3GD20/readme.txt b/testhal/STM32/STM32F4xx/SPI-L3GD20/readme.txt index 887ac984f..d58aa3b23 100644 --- a/testhal/STM32/STM32F4xx/SPI-L3GD20/readme.txt +++ b/testhal/STM32/STM32F4xx/SPI-L3GD20/readme.txt @@ -1,5 +1,5 @@ ***************************************************************************** -** ChibiOS/RT port for ARM-Cortex-M4 STM32F4xx. ** +** ChibiOS/HAL + ChibiOS/EX - SPI + L3GD20 demo for STM32F4xx. ** ***************************************************************************** ** TARGET ** diff --git a/testhal/STM32/STM32L4xx/I2C-LSM6DS0/readme.txt b/testhal/STM32/STM32L4xx/I2C-LSM6DS0/readme.txt index 1c1356a2f..ac7265de5 100644 --- a/testhal/STM32/STM32L4xx/I2C-LSM6DS0/readme.txt +++ b/testhal/STM32/STM32L4xx/I2C-LSM6DS0/readme.txt @@ -1,10 +1,11 @@ ***************************************************************************** -** ChibiOS/HAL - EXT driver demo for STM32L4xx. ** +** ChibiOS/HAL + ChibiOS/EX - I2C + LSM6DS0 demo for STM32L4xx. ** ***************************************************************************** ** TARGET ** -The demo runs on an STMicroelectronics STM32L4-Nucleo board. +The demo runs on an STMicroelectronics STM32L4-Nucleo board. It has been +tested with the X-NUCLEO-IKS01A1 shield. ** The Demo ** diff --git a/testhal/STM32/STM32L4xx/SPI-L3GD20/readme.txt b/testhal/STM32/STM32L4xx/SPI-L3GD20/readme.txt index def2d3a1c..9d0aab6f2 100644 --- a/testhal/STM32/STM32L4xx/SPI-L3GD20/readme.txt +++ b/testhal/STM32/STM32L4xx/SPI-L3GD20/readme.txt @@ -1,5 +1,5 @@ ***************************************************************************** -** ChibiOS/RT port for ARM-Cortex-M4 STM32L476. ** +** ChibiOS/HAL + ChibiOS/EX - SPI + L3GD20 demo for STM32L4xx. ** ***************************************************************************** ** TARGET **