aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-12-18 11:42:05 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-12-18 11:42:05 +0000
commitf27c5d296844f858b3026ee6f1a63641c0d98fb1 (patch)
tree4d87c3d7d4f07d20902d80fe31d34296aeb5dc21 /readme.txt
parent65f23fc65ff4b60d88281184d9a634375f02e3a1 (diff)
downloadChibiOS-f27c5d296844f858b3026ee6f1a63641c0d98fb1.tar.gz
ChibiOS-f27c5d296844f858b3026ee6f1a63641c0d98fb1.tar.bz2
ChibiOS-f27c5d296844f858b3026ee6f1a63641c0d98fb1.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1429 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index db8792585..59b68dc0a 100644
--- a/readme.txt
+++ b/readme.txt
@@ -3,6 +3,13 @@
*****************************************************************************
*** 1.3.6 ***
+- FIX: Fixed missing STM32 PWM low level driver error in platform.mk by
+ adding the driver files (bug 2913560).
+- NEW: STM32 PWM driver implementation.
+- NEW: Added custom mode settings to the STM32 PAL driver:
+ - PAL_MODE_STM32_ALTERNATE_PUSHPULL
+ - PAL_MODE_STM32_ALTERNATE_OPENDRAIN
+- CHANGE: Changes to the PWM driver model, made it simpler.
*** 1.3.5 ***
- FIX: Fixed problem with memory core allocator (bug 2912528).