summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-04-09 17:27:13 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-04-09 17:27:13 -0600
commit537b5d71a46815412445398bd65195cb94d9434c (patch)
tree4ee43a0f5e49f7be6bf091f8062f04ff8799d96d /nuttx/ChangeLog
parent807be52e319e99af4d26c2da634bf7076de11a93 (diff)
downloadpx4-nuttx-537b5d71a46815412445398bd65195cb94d9434c.tar.gz
px4-nuttx-537b5d71a46815412445398bd65195cb94d9434c.tar.bz2
px4-nuttx-537b5d71a46815412445398bd65195cb94d9434c.zip
Fixes to the LM4F clock configuration. Errors in register handling caused everything to run at half speed
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 85bd58725..750cee557 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -4532,3 +4532,7 @@
leaving the interrupts in a strange state (2013-4-7).
* arch/arm/src/lpc17_lcd.c: Rommel Marcelo go the LPC1788
framebuffer-based LCD working. Very nice! (2013-4-08).
+ * arch/arm/src/lm/lm_clockconfig.c and configs/lm4f120-launchpad:
+ Fix handling of the RCC SYSDIV2 field whent the PLL output is
+ 400MHz. Don't forget to set the USERCC2 bit in the register or
+ all is for naught (2013-4-09).