summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-06-05 18:48:30 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-06-05 18:48:30 -0600
commit303cf6c26e2f96c1909ca977b8ce86b0b761b444 (patch)
tree6e6f3516510f73fc4ea5ef3cc2032e035c4142f6 /nuttx/ChangeLog
parenta64d048bd159d1c21859a45954c953c5ce7ff6c2 (diff)
downloadpx4-nuttx-303cf6c26e2f96c1909ca977b8ce86b0b761b444.tar.gz
px4-nuttx-303cf6c26e2f96c1909ca977b8ce86b0b761b444.tar.bz2
px4-nuttx-303cf6c26e2f96c1909ca977b8ce86b0b761b444.zip
Move SAM4L peripheral clock logic to a separate file
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index a332b7c21..0141d60c6 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -4908,3 +4908,6 @@
Power Management. Leveraged from AVR32 (2013-6-5).
* arch/arm/src/sam34/sarm4l_clockconfig.c: SAM4L clock configuration
logic (leveraged from AVR32).
+ * nuttx/arch/arm/src/sam34/sam4l_periphclks.c/h: Add common
+ logic to enabled/disable SAM4L peripheral clocking (2013-6-5).
+