aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-12-28 17:40:45 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-12-28 17:40:45 +0000
commit76d8262f134d41c05adda7edb27d9868ca847941 (patch)
tree799f56b1b9fe756a4c41fdd750e5caf7c2401817 /readme.txt
parent22dcca914b67892038958a03b527ca9df25ac916 (diff)
downloadChibiOS-76d8262f134d41c05adda7edb27d9868ca847941.tar.gz
ChibiOS-76d8262f134d41c05adda7edb27d9868ca847941.tar.bz2
ChibiOS-76d8262f134d41c05adda7edb27d9868ca847941.zip
Zero-copy API for the MAC driver.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4984 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 e369346ff..259825234 100644
--- a/readme.txt
+++ b/readme.txt
@@ -90,6 +90,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 an optional zero-copy mode API to the MAC driver model.
- NEW: Added EXT driver to the STM32F3xx platform.
- NEW: Improved the STM32 EXT driver to support more than 32 channels.
- NEW: Added support for Olimex board STM32-LCD.