aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-06-02 09:33:11 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-06-02 09:33:11 +0000
commit8ada44e092e20e825b78c3d25ee016861cf886a9 (patch)
treee013e80e54c989b0fea0688f57e8aea448de207c /readme.txt
parente20aaf6c29fc5ca91e059bbca8194c8ad7c516b9 (diff)
downloadChibiOS-8ada44e092e20e825b78c3d25ee016861cf886a9.tar.gz
ChibiOS-8ada44e092e20e825b78c3d25ee016861cf886a9.tar.bz2
ChibiOS-8ada44e092e20e825b78c3d25ee016861cf886a9.zip
Modified the STM32 demo to use the new I/O port driver.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1010 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index bf22eac06..29fcab5cc 100644
--- a/readme.txt
+++ b/readme.txt
@@ -70,6 +70,7 @@ GNU-Linux-GCC - ChibiOS/RT simulator for x86 Linux systems, it is
interface for digital I/O operations, this should help to create more
portable applications and, in general, make easier to work with ChibiOS/RT
on multiple architectures.
+- NEW: Port driver for STM32.
- Documentation section reorganization and fixes.
- Changed the STM32 demo stack sizes, it was incorrectly adjusted in version
1.3.0 but it did not create problems (not a bug).