summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-07-22 17:00:02 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-07-22 17:00:02 -0600
commita6ecd8111dee5e33407f9bd6dcc0287eb6d89394 (patch)
treee50a8e0fd7d254a3d0e563d008449d07ad6531a6 /nuttx/ChangeLog
parent3e3f1fcdf06f73c648ade9c538fd80af73aaaeca (diff)
downloadnuttx-a6ecd8111dee5e33407f9bd6dcc0287eb6d89394.tar.gz
nuttx-a6ecd8111dee5e33407f9bd6dcc0287eb6d89394.tar.bz2
nuttx-a6ecd8111dee5e33407f9bd6dcc0287eb6d89394.zip
SAMA5 clock configuration should now agree with Atmel sample code; Added header file with macros to enable and disable peripheral clocking
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index c9c5231d7..3636d11ff 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -5154,4 +5154,6 @@
* arch/arm/src/sama5/sam_clockconfig.c: Add SAMA5 PLL configuration
logic (plus associated header files). Initiali checkin is for the
SAM3U which is very similar but needs to be verified (2013-7-22).
+ * arch/arm/src/sama5/sam_periphclks.h: Add macros to enable and
+ disable SAMA5 peripheral clocks (2013-7-22).