From c2555f9e67523c1545b691530622297500c6ec0c Mon Sep 17 00:00:00 2001 From: gdisirio Date: Tue, 27 Dec 2011 10:28:28 +0000 Subject: [PATCH] Fixed various readme files. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3660 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testhal/STM32F4xx/ADC/readme.txt | 2 +- testhal/STM32F4xx/IRQ_STORM/readme.txt | 2 +- testhal/STM32F4xx/IRQ_STORM_FPU/readme.txt | 2 +- testhal/STM32F4xx/PWM-ICU/readme.txt | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/testhal/STM32F4xx/ADC/readme.txt b/testhal/STM32F4xx/ADC/readme.txt index 712256efb..3bc758ef1 100644 --- a/testhal/STM32F4xx/ADC/readme.txt +++ b/testhal/STM32F4xx/ADC/readme.txt @@ -8,7 +8,7 @@ The demo will on an STMicroelectronics STM32F4-Discovery board. ** The Demo ** -The application demonstrates the use of the STM32L1xx ADC driver. +The application demonstrates the use of the STM32F4xx ADC driver. ** Board Setup ** diff --git a/testhal/STM32F4xx/IRQ_STORM/readme.txt b/testhal/STM32F4xx/IRQ_STORM/readme.txt index 2b71b7e19..639203a80 100644 --- a/testhal/STM32F4xx/IRQ_STORM/readme.txt +++ b/testhal/STM32F4xx/IRQ_STORM/readme.txt @@ -1,5 +1,5 @@ ***************************************************************************** -** ChibiOS/RT HAL - PWM-ICU drivers demo for STM32F4xx. ** +** ChibiOS/RT HAL - IRQ_STORM stress test demo for STM32F4xx. ** ***************************************************************************** ** TARGET ** diff --git a/testhal/STM32F4xx/IRQ_STORM_FPU/readme.txt b/testhal/STM32F4xx/IRQ_STORM_FPU/readme.txt index cbcd5d3ae..f2ba305ea 100644 --- a/testhal/STM32F4xx/IRQ_STORM_FPU/readme.txt +++ b/testhal/STM32F4xx/IRQ_STORM_FPU/readme.txt @@ -1,5 +1,5 @@ ***************************************************************************** -** ChibiOS/RT HAL - PWM-ICU drivers demo for STM32F4xx. ** +** ChibiOS/RT HAL - IRQ_STORM_FPU stress test demo for STM32F4xx. ** ***************************************************************************** ** TARGET ** diff --git a/testhal/STM32F4xx/PWM-ICU/readme.txt b/testhal/STM32F4xx/PWM-ICU/readme.txt index 30247fd92..e4b61c33f 100644 --- a/testhal/STM32F4xx/PWM-ICU/readme.txt +++ b/testhal/STM32F4xx/PWM-ICU/readme.txt @@ -4,11 +4,11 @@ ** TARGET ** -The demo will on an STMicroelectronics STM32L-Discovery board. +The demo will on an STMicroelectronics STM32F4-Discovery board. ** The Demo ** -The application demonstrates the use of the STM32L1xx PWM-ICU drivers. +The application demonstrates the use of the STM32F4xx PWM-ICU drivers. ** Board Setup **