aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-12-31 13:56:40 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-12-31 13:56:40 +0000
commit853d2fa07f22a94c8eeaf1c93c45a464743b391c (patch)
tree249e4bbb4dabd9b727004cc1c3d74ff2922c5a14 /readme.txt
parent046963bc734cfa983ff5db3851c36c678f4db780 (diff)
downloadChibiOS-853d2fa07f22a94c8eeaf1c93c45a464743b391c.tar.gz
ChibiOS-853d2fa07f22a94c8eeaf1c93c45a464743b391c.tar.bz2
ChibiOS-853d2fa07f22a94c8eeaf1c93c45a464743b391c.zip
STM32F3xx ADC driver complete, added demos in normal and dual mode.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5005 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt
index 3132977dc..fc11dd4e5 100644
--- a/readme.txt
+++ b/readme.txt
@@ -90,7 +90,8 @@
(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: ADC driver implementation for the STM32F3xx, the driver supports also
+ the dual-ADC mode allowing for a very high combined bandwidth.
- 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.