aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-08-07 08:21:19 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-08-07 08:21:19 +0000
commitad4879051e7498324fe220e972de35e35b6cc473 (patch)
treef33679294ee54c939627500da07f3b7d856f1672 /readme.txt
parent8421c4e389f9becc9e5574505c95e60465ac5f4e (diff)
downloadChibiOS-ad4879051e7498324fe220e972de35e35b6cc473.tar.gz
ChibiOS-ad4879051e7498324fe220e972de35e35b6cc473.tar.bz2
ChibiOS-ad4879051e7498324fe220e972de35e35b6cc473.zip
STM32 PWM demo added.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2116 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 376919e1b..eef15c675 100644
--- a/readme.txt
+++ b/readme.txt
@@ -65,6 +65,7 @@
- FIX: Fixed a documentation error regarding the ADC driver function
adcStartConversion() (bug 3039890)(backported to 2.0.3).
- NEW: Added a simple STM32 ADC demo under ./testhal/STM32/ADC.
+- NEW: Added a simple STM32 PWM demo under ./testhal/STM32/PWM.
- NEW: Added pwmEnableChannelI() and pwmDisableChannelI() APIs to the PWM
driver in order to allow channel reprogramming from within callbacks or
other interrupt handlers. The new APIs are implemented as macros so there