summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-03-26 14:03:33 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-03-26 14:03:33 -0600
commit1ea8b621e1653a151d2c4046dac40a5dc5c5a9f8 (patch)
treedd94aff85058529834f6915904aae65bf52fce80 /nuttx/ChangeLog
parent263351a8fc11b1645e66f8c3e710428d0f873b08 (diff)
downloadnuttx-1ea8b621e1653a151d2c4046dac40a5dc5c5a9f8.tar.gz
nuttx-1ea8b621e1653a151d2c4046dac40a5dc5c5a9f8.tar.bz2
nuttx-1ea8b621e1653a151d2c4046dac40a5dc5c5a9f8.zip
SAM4E-EK: All configurations converted to run with 120MHz CPU clock
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 45ca8e8b7..d94853054 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7045,8 +7045,11 @@
allows me to remove so kludge logic to "deparent" the pthread on
startup (2014-3-25).
* tools/astyle.sh: A code formatting tool from Lorenz Meier. This
- tool should do a better job than the old tools/indent.sh tool.
+ tool should do a better job than the old tools/indent.sh tool
+ (2014-3-26).
* arch/arm/src/sam_hsmci.c and sam_spi.c: Add support to invalidate
cached memory if the CMCC is enabled (not yet tested, 2014-3-26).
* arch/arm/src/sam_spi.c: Add logic to handle SPI word widths > 8
(also untested on initial checkin, 2014-3-26).
+ * configs/sam4e-ek: All configurations updated to run with 120MHz
+ CPU speed (2014-3-26).