aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-12-18 13:47:32 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-12-18 13:47:32 +0000
commit316dda14adabba0eae94492062e3120f3509b034 (patch)
tree4781c126869890a78ad730814bff0a2d2dc9cc89
parentc46634d324e3b2f4abcd6332b06a4545fa74f428 (diff)
downloadChibiOS-316dda14adabba0eae94492062e3120f3509b034.tar.gz
ChibiOS-316dda14adabba0eae94492062e3120f3509b034.tar.bz2
ChibiOS-316dda14adabba0eae94492062e3120f3509b034.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1432 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--readme.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 59b68dc0a..eeb54dde2 100644
--- a/readme.txt
+++ b/readme.txt
@@ -10,6 +10,9 @@
- PAL_MODE_STM32_ALTERNATE_PUSHPULL
- PAL_MODE_STM32_ALTERNATE_OPENDRAIN
- CHANGE: Changes to the PWM driver model, made it simpler.
+- CHANGE: The STM32 device drivers now no more configure the I/O pins on
+ initialization. Pins mush be configured in board.h, the change was required
+ in order to support the STM32 AFIO remapping feature.
*** 1.3.5 ***
- FIX: Fixed problem with memory core allocator (bug 2912528).