diff options
-rw-r--r-- | testhal/STM32F4xx/ADC/readme.txt | 2 | ||||
-rw-r--r-- | testhal/STM32F4xx/IRQ_STORM/readme.txt | 2 | ||||
-rw-r--r-- | testhal/STM32F4xx/IRQ_STORM_FPU/readme.txt | 2 | ||||
-rw-r--r-- | 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 **
|