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
This commit is contained in:
patacongo
2011-08-25 14:11:39 +00:00
parent b4c37e50df
commit e6fea28fd5
12 changed files with 1404 additions and 27 deletions
+4
View File
@@ -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).