From 2f8d665e013e3957c71f3a12f610d72a51ce2265 Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 19 Dec 2011 19:24:09 +0000 Subject: [PATCH] Completes coding of the PWM module git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4200 42af7a65-404d-4744-a932-0658087f49c3 --- ChangeLog.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index fe03dae6a..fe8c057fe 100755 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -144,3 +144,5 @@ by setting CONFIG_NSH_BUILTIN_APPS. * apps/examples/nettest: Correct some build issues with the nettest is built for performance evaluation. + * apps/examples/adc: Add a very simple test to drive and test an ADC + driver.