summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-07-04 13:50:14 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-07-04 13:50:14 +0000
commitb786ce10919fd75dee9475558a329eec631fc43b (patch)
tree075f2a24c1e41a4e3e96517495ca1cba328f0f69 /nuttx/ChangeLog
parented4eae60aaa1d95708a752971ab30c5587878268 (diff)
downloadnuttx-b786ce10919fd75dee9475558a329eec631fc43b.tar.gz
nuttx-b786ce10919fd75dee9475558a329eec631fc43b.tar.bz2
nuttx-b786ce10919fd75dee9475558a329eec631fc43b.zip
Fix SSP0 hard fault
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2771 42af7a65-404d-4744-a932-0658087f49c3
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 73d58ff8e..0c89ae7e9 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -1164,3 +1164,7 @@
interrupts.
* arch/arm/src/lpc17xx/lp17_clockconfig.c - Power was not being
provided to GPIO module. This is a critical bugfix!
+ * arch/arm/src/lpc17xx/lpc17_serial.c - Improved logic to handle
+ missed TX interrupts.
+ * arch/arm/src/lpc17xx/lpc17_ssp.c - Fix a hard fault during SSP
+ initialization. \ No newline at end of file