git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1432 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2009-12-18 13:47:32 +00:00
parent c46634d324
commit 316dda14ad
1 changed files with 3 additions and 0 deletions

View File

@ -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).