aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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).