summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-02-17 13:53:33 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-02-17 13:53:33 -0600
commit685e23b2885e27e325c84857cb233eac0c40a652 (patch)
tree800a1c6e846cab0e1aebbf564e7c3658e56e4542
parent1cdc318ab50ab0c62cbceb5a71bb34836d6feb6c (diff)
downloadnuttx-685e23b2885e27e325c84857cb233eac0c40a652.tar.gz
nuttx-685e23b2885e27e325c84857cb233eac0c40a652.tar.bz2
nuttx-685e23b2885e27e325c84857cb233eac0c40a652.zip
Update ChangeLog
-rwxr-xr-xnuttx/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 50836e19b..04bafc62d 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -9825,3 +9825,8 @@
(2015-02-17).
* include/netdb.h: Add a mostly-commented-out version of the standard
netdb.h header file (2015-02-17).
+ * arch/arm/src/tiva/: Updated files to allow for ADC triggering by the
+ timer. I’ve cleaned up some parts of the ADC code, too, and fleshed
+ out the PWM triggering ioctl. From Calvin Maguranis (2015-02-17).
+ * configs/tm4c123g-launchpad: Add ADC suppport. From Calvin Maguranis
+ (2015-02-17).