summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-16 21:25:29 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-16 21:25:29 +0000
commitea1804966af0283bdf98c2410c2b773a27757a33 (patch)
tree3d3977fff7a9fdc1e4e9a63670d0f72a093aecf3 /nuttx/ChangeLog
parent4206c173f382c8e5a7aabcd491199df1bd44eadf (diff)
downloadpx4-nuttx-ea1804966af0283bdf98c2410c2b773a27757a33.tar.gz
px4-nuttx-ea1804966af0283bdf98c2410c2b773a27757a33.tar.bz2
px4-nuttx-ea1804966af0283bdf98c2410c2b773a27757a33.zip
Fix LPC43xx clocking bugs; LPC43xx now runs at 204MHz
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4946 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index d920bc7f2..f95f9d81a 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2996,3 +2996,16 @@
* fs/: More stylistic file clean-up.
* mm/: More stylistic file clean-up.
* drivers/ and drivers/serial/: More stylistic file clean-up.
+ * arch/arm/src/lpc43xx/lpc43_clockconfig.c: Fix PLL1 bit manipulation logic.
+ Critical bugfix! This would often cause the LPC43xx to fail to boot.
+ * arch/arm/src/lpc43xx/lpc43_rgu.c: The soft reset logic called from the
+ beginning of __start seems cause problems. A magic delay seems to improve
+ the logic some. But I suspect that real fix is to get rid of all of the
+ soft reset logic. This would also be a critical bugfix if I believed
+ that it really fixed all of the issues.
+ * arch/arm/src/lpc43xx/chip/lpc43_cgu.h: Fix a bit mask in the PLL1
+ control register. Critical bugfix.
+ * arch/arm/src/lpc43xx/lpc43_clockconfig.c and configs/lpc4330-xplorer/include/board.h:
+ Implement PLL1 ramp-up logic; Now the LPC43xx is running at 204MHz.
+ * configs/lpc4330-xplorer/*/defconfig: Re-calibrated delay loops using
+ the 204MHz clock. The LPC43xx ripping rips!