summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-08-25 14:11:39 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-08-25 14:11:39 +0000
commita878ada10d3f2e93d4569706711f3260969518f6 (patch)
treef0902de09fdc9ee6464e8430c23f867db6426d26 /nuttx/ChangeLog
parentdd1ef395973e4ab66fea26c543856e7c29e794cf (diff)
downloadnuttx-a878ada10d3f2e93d4569706711f3260969518f6.tar.gz
nuttx-a878ada10d3f2e93d4569706711f3260969518f6.tar.bz2
nuttx-a878ada10d3f2e93d4569706711f3260969518f6.zip
ADC bugfixes plus new DAC logic from Lzyy
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3913 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index ee0c57f87..85a12ccce 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2023,4 +2023,8 @@
circles -- both circular outlines and filled circles.
* graphic/nxglib/nxglib_spitline.c: Add a "fudge factor" that eliminates
some problems for rendering nearly horizontal, wide lines.
+ * drivers/analog, include/nuttx/analog, arch/arch/src/lpcxx: (1) Add
+ updates to the ADS1255 driver, (2) fix errors from my last merge (sorry),
+ (3) Add DAC infrastructure, (4) add AD5410 DAC driver, and (5) add
+ LPC17xx ADC and DAC drivers. All contributed by Li Zhuoyi (Lzyy).