aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-11-13 14:56:40 +0000
committerbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-11-13 14:56:40 +0000
commitaf931af9e56865fb991216f33300066fe54ee5d7 (patch)
tree8e973b3a1ccf4418855e2b68b43b372c02bb5615 /readme.txt
parent5649879b0ae63a5623a41bfcc43705002de36cd3 (diff)
downloadChibiOS-af931af9e56865fb991216f33300066fe54ee5d7.tar.gz
ChibiOS-af931af9e56865fb991216f33300066fe54ee5d7.tar.bz2
ChibiOS-af931af9e56865fb991216f33300066fe54ee5d7.zip
AT91SAM7A3. I2C basic support added.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4819 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 9d1020c99..b63beac99 100644
--- a/readme.txt
+++ b/readme.txt
@@ -133,6 +133,7 @@
(backported to 2.4.3).
- FIX: Fixed STM8L, cosmic compiler: c_lreg not saved (bug 3566342)(backported
to 2.2.10 and 2.4.3).
+- NEW: AT91SAM7A3 I2C support.
- NEW: AT91SAM7A3 basic support.
- NEW: Unified the STM32F4xx and STM32F2xx platform code. The STM32F2xx now is
only supported as an STM32F4xx variant and not tested separately.