From 046963bc734cfa983ff5db3851c36c678f4db780 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Mon, 31 Dec 2012 09:50:43 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5004 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- readme.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.txt b/readme.txt index db64b628c..3132977dc 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: ADC driver implementation for the STM32F3xx. - NEW: Added zero-copy capability to the STM32 MAC driver (experimental and not tested yet). - NEW: Added an optional zero-copy mode API to the MAC driver model.