summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-03-29 15:54:10 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-03-29 15:54:10 -0600
commita380147ae13f72f4e1e82138457598e87f67a880 (patch)
treec3d560c09d4b1c6a3e1279a40f36812ad743125a /nuttx/ChangeLog
parentd925367ee72be639c610851e4586b4fcfcb9caed (diff)
downloadnuttx-a380147ae13f72f4e1e82138457598e87f67a880.tar.gz
nuttx-a380147ae13f72f4e1e82138457598e87f67a880.tar.bz2
nuttx-a380147ae13f72f4e1e82138457598e87f67a880.zip
SAMA5: Add functions to calculate PLLACK, PCK, and MCK frequencies given the main clock frequency
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 51f69084d..9cc421afd 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7065,4 +7065,7 @@
for the Atmel SAMA5D3 Xplaiend board. The initial check in is not
finished. For example, it still builds to run out of NOR FLASH but
the SAMA5D Xlpained has no NOR FLASH (2013-4-28).
- \ No newline at end of file
+ * arch/arm/src/sama5/sam_pmc.c and .h: Add functions to calculate
+ PLLACK, PCK, and MCK frequencies given the main clock frequency
+ (2014-3-29).
+