aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-07-03 07:53:04 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-07-03 07:53:04 +0000
commit3efae5da4a8da8a0d76db680f9031887eb9bc9a2 (patch)
treebd0a9a972f71c1f8557192d4a4af48569eb876bb /readme.txt
parentdd8ed26a097f263222c08a0cc6a5c48871d4dbbc (diff)
downloadChibiOS-3efae5da4a8da8a0d76db680f9031887eb9bc9a2.tar.gz
ChibiOS-3efae5da4a8da8a0d76db680f9031887eb9bc9a2.tar.bz2
ChibiOS-3efae5da4a8da8a0d76db680f9031887eb9bc9a2.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2051 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt
index 9b6e4e877..123bb0b49 100644
--- a/readme.txt
+++ b/readme.txt
@@ -83,7 +83,11 @@
in 2.0.1).
- NEW: Added Binary Semaphores among the synchronization primitives. The new
subsystem is entirely implemented as macros over the existing and proven
- Counting Semaphores thus takes no space.
+ Counting Semaphores thus takes no space (experimental).
+- NEW: Added a simplified SPI driver for AT91SAM7 devices, contributed by
+ Alexander (experimental).
+- NEW: Added FatFs demos for AT91SAM7S and AT91SAM7X, contributed by
+ Alexander (experimental).
- OPT: Simplified the test suite code, now it is smaller.
- Reorganized the documentation, now the description of the device drivers
implementation is under the HAL module instead of the Ports module.