aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-06-14 16:49:17 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-06-14 16:49:17 +0000
commit3bc65b9aa38d9f89de1cfff0d2e600334426cc7b (patch)
tree3592f5abb5aa41faafcbc1a640a5e6f33f783e4a /readme.txt
parent35c236d845f534cc2e56d55e00525f3ecca2b0af (diff)
downloadChibiOS-3bc65b9aa38d9f89de1cfff0d2e600334426cc7b.tar.gz
ChibiOS-3bc65b9aa38d9f89de1cfff0d2e600334426cc7b.tar.bz2
ChibiOS-3bc65b9aa38d9f89de1cfff0d2e600334426cc7b.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1040 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/readme.txt b/readme.txt
index 41cc55ceb..8d70faf7f 100644
--- a/readme.txt
+++ b/readme.txt
@@ -66,12 +66,14 @@ GNU-Linux-GCC - ChibiOS/RT simulator for x86 Linux systems, it is
*** 1.3.1 ***
- FIX: Removed mention of an obsolete option from the documentation (bug
2799507).
-- NEW: Abstract digital I/O ports driver, this driver defines a common
+- NEW: Abstract digital I/O ports driver (PAL), this driver defines a common
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 drivers for STM32, LPC214x, AT91SAM7X and MSP430 cleaned up the
- initialization code in board.c to use the port driver macros.
+ initialization code in board.c. All the demos now use PAL for I/O. AVR is
+ not supported because its "sparse" registers layout, it would not be
+ efficient enough for my taste.
- 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).