From 316dda14adabba0eae94492062e3120f3509b034 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Fri, 18 Dec 2009 13:47:32 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1432 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- readme.txt | 3 +++ 1 file changed, 3 insertions(+) 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).