aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-12-27 10:28:28 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-12-27 10:28:28 +0000
commitc2555f9e67523c1545b691530622297500c6ec0c (patch)
tree264dae3f1ef9ceb66fe7e8649baaf74b215d52ad
parent3f82a81f544b45d82924dc6b080a5c63e9cf7c09 (diff)
downloadChibiOS-c2555f9e67523c1545b691530622297500c6ec0c.tar.gz
ChibiOS-c2555f9e67523c1545b691530622297500c6ec0c.tar.bz2
ChibiOS-c2555f9e67523c1545b691530622297500c6ec0c.zip
Fixed various readme files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3660 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--testhal/STM32F4xx/ADC/readme.txt2
-rw-r--r--testhal/STM32F4xx/IRQ_STORM/readme.txt2
-rw-r--r--testhal/STM32F4xx/IRQ_STORM_FPU/readme.txt2
-rw-r--r--testhal/STM32F4xx/PWM-ICU/readme.txt4
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 **