From 537b5d71a46815412445398bd65195cb94d9434c Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 9 Apr 2013 17:27:13 -0600 Subject: Fixes to the LM4F clock configuration. Errors in register handling caused everything to run at half speed --- nuttx/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nuttx/ChangeLog') 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). -- cgit v1.2.3