aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-12-18 21:00:27 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-12-18 21:00:27 +0000
commitce5974e5de90403c272854a2be4e47d924575186 (patch)
tree952413c411fb6061d4187680a4be63ecbb6c4617 /readme.txt
parentb07970d18cd1168e2858ae5423e7f1ebf9e275be (diff)
downloadChibiOS-ce5974e5de90403c272854a2be4e47d924575186.tar.gz
ChibiOS-ce5974e5de90403c272854a2be4e47d924575186.tar.bz2
ChibiOS-ce5974e5de90403c272854a2be4e47d924575186.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1439 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt
index eeb54dde2..b41c7fc63 100644
--- a/readme.txt
+++ b/readme.txt
@@ -9,9 +9,11 @@
- NEW: Added custom mode settings to the STM32 PAL driver:
- PAL_MODE_STM32_ALTERNATE_PUSHPULL
- PAL_MODE_STM32_ALTERNATE_OPENDRAIN
+- NEW: Included all the board-specific files into a new directories structure
+ under ./boards, this allows to not duplicate the board files into each demo.
- 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
+ initialization. Pins must be configured in board.h, the change was required
in order to support the STM32 AFIO remapping feature.
*** 1.3.5 ***