aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-02-25 13:10:39 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-02-25 13:10:39 +0000
commitac598a7b1c4227cbffbbb1af449f2be21e6976a5 (patch)
tree95de89f1c5c7a443fb962102a4843ab9389b0357 /readme.txt
parentcced334724aec1f39d683adcda6984543095ba8c (diff)
downloadChibiOS-ac598a7b1c4227cbffbbb1af449f2be21e6976a5.tar.gz
ChibiOS-ac598a7b1c4227cbffbbb1af449f2be21e6976a5.tar.bz2
ChibiOS-ac598a7b1c4227cbffbbb1af449f2be21e6976a5.zip
LLD templates fixed.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5319 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 482945cb4..5f17a28ec 100644
--- a/readme.txt
+++ b/readme.txt
@@ -119,6 +119,7 @@
(backported to 2.4.3).
- FIX: Fixed wrong SPI path in platform_f105_f107.mk (bug 3598151).
- FIX: Fixed PHY powerdown issues not fixed (bug 3596911).
+- NEW: Added a build test project for low level device driver templates.
- NEW: Enhanced CAN driver model, support for mailboxes has been added. STM32
driver implementation upgraded.
- NEW: Added ADC and PWM drivers for the AT91SAM7 platform, both donated