aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-09-11 10:14:05 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-09-11 10:14:05 +0000
commitf9fd465da5bd86e2c650fe7f8f6f54b528c46aff (patch)
tree5ec4392911dd1b95ebfab69fc245ffc844ee93ae /readme.txt
parent8596d3e4aed62a256fd8f607cd64d8a4ede5fd5b (diff)
downloadChibiOS-f9fd465da5bd86e2c650fe7f8f6f54b528c46aff.tar.gz
ChibiOS-f9fd465da5bd86e2c650fe7f8f6f54b528c46aff.tar.bz2
ChibiOS-f9fd465da5bd86e2c650fe7f8f6f54b528c46aff.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2173 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 1661f3ebb..ddcbf53b3 100644
--- a/readme.txt
+++ b/readme.txt
@@ -94,6 +94,9 @@
driver in order to allow channel reprogramming from within callbacks or
other interrupt handlers. The new APIs are implemented as macros so there
is no footprint overhead.
+- NEW: Added adcStartConversionI() and adcStopConversionI() APIs to the ADC
+ driver in order to allow the driver control from within callbacks or other
+ interrupt handlers.
- NEW: Added a generic BaseFileStream interface for future File System
implementations or integrations (untested and not sure if it will stay or
change).