summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-11-06 10:55:12 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-11-06 10:55:12 -0600
commit270abfc7cfb4c3e8649124aff2dd5f99a03a908b (patch)
treec2485829f585842918c01d533ebaef009eaa92e7 /nuttx/ChangeLog
parent2bfd17c0a201e72a9463c06169d5eaa8bcf277a3 (diff)
downloadnuttx-270abfc7cfb4c3e8649124aff2dd5f99a03a908b.tar.gz
nuttx-270abfc7cfb4c3e8649124aff2dd5f99a03a908b.tar.bz2
nuttx-270abfc7cfb4c3e8649124aff2dd5f99a03a908b.zip
SAMA5 PWM: Add first cut at PWM driver
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index e92852bdf..e2ac1adbe 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -5970,4 +5970,8 @@
logic cause re-use of a stale pointer. Changed to a two pass
uninitialization for the case of the composite driver: Memory
resources are not freed until the second uninitialization pass.
- From David Sidrane (2011-1105).
+ From David Sidrane (2011-11-5).
+ * arch/arm/src/sama5/sam_pwm.c and .h: Add PWM driver for SAMA5
+ untested on initial checkout (not even incorporated in to build
+ system) (2013-11-6).
+