diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-12-03 13:49:06 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-12-03 13:49:06 +0000 |
commit | 304c76dddd3f2a84062588c434c034d83f82fa52 (patch) | |
tree | f3a86a734b76dd6b8084abe4ac0fa15447b47f3c /testhal/STM32/STM32F3xx/DAC | |
parent | 69492747606d30c64b7719172d4a5ec804421b99 (diff) | |
download | ChibiOS-304c76dddd3f2a84062588c434c034d83f82fa52.tar.gz ChibiOS-304c76dddd3f2a84062588c434c034d83f82fa52.tar.bz2 ChibiOS-304c76dddd3f2a84062588c434c034d83f82fa52.zip |
Added watchdog driver model (WDG), to be completed and tested.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8555 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32F3xx/DAC')
-rw-r--r-- | testhal/STM32/STM32F3xx/DAC/readme.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testhal/STM32/STM32F3xx/DAC/readme.txt b/testhal/STM32/STM32F3xx/DAC/readme.txt index 11d1bea6a..a702cddff 100644 --- a/testhal/STM32/STM32F3xx/DAC/readme.txt +++ b/testhal/STM32/STM32F3xx/DAC/readme.txt @@ -1,5 +1,5 @@ *****************************************************************************
-** ChibiOS/HAL - DAC driver demo for STM32F30x. **
+** ChibiOS/HAL - DAC driver demo for STM32F3xx. **
*****************************************************************************
** TARGET **
@@ -8,7 +8,7 @@ The demo runs on an ST STM32F3-Discovery board. ** The Demo **
-The application demonstrates the use of the STM32F30x DAC driver.
+The application demonstrates the use of the STM32F3xx DAC driver.
** Board Setup **
|