aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/GPT
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-03-05 09:02:15 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-03-05 09:02:15 +0000
commitb122874af2de2ed2243c274b363caf789eeed157 (patch)
treecc3b25774494ef5fb14fe2624697c16dbec4215e /testhal/STM32/GPT
parent2de96c4c5776fe2c029b6b6ee543f13a07585107 (diff)
downloadChibiOS-b122874af2de2ed2243c274b363caf789eeed157.tar.gz
ChibiOS-b122874af2de2ed2243c274b363caf789eeed157.tar.bz2
ChibiOS-b122874af2de2ed2243c274b363caf789eeed157.zip
IRQ STORM test for the STM32 added.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2791 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/GPT')
-rw-r--r--testhal/STM32/GPT/readme.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/testhal/STM32/GPT/readme.txt b/testhal/STM32/GPT/readme.txt
index 4c3fdf2fa..3f3164120 100644
--- a/testhal/STM32/GPT/readme.txt
+++ b/testhal/STM32/GPT/readme.txt
@@ -1,5 +1,5 @@
*****************************************************************************
-** ChibiOS/RT HAL - PWM driver demo for STM32. **
+** ChibiOS/RT HAL - GPT driver demo for STM32. **
*****************************************************************************
** TARGET **
@@ -8,7 +8,7 @@ The demo will on an Olimex STM32-P103 board.
** The Demo **
-The application demonstrates the use of the STM32 PWM driver.
+The application demonstrates the use of the STM32 GPT driver.
** Build Procedure **