summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-06-07 15:48:01 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-06-07 15:48:01 +0000
commit14d0a961ecf430c882eae8d7c7d66ba420c13403 (patch)
tree47435a2e441745acfa63f5262cd85fb5b8c3f7c4 /nuttx/ChangeLog
parent99a001eab90e0b2058b969545396018239f1ee2b (diff)
downloadnuttx-14d0a961ecf430c882eae8d7c7d66ba420c13403.tar.gz
nuttx-14d0a961ecf430c882eae8d7c7d66ba420c13403.tar.bz2
nuttx-14d0a961ecf430c882eae8d7c7d66ba420c13403.zip
Drastic measures to work around missed interrupts -- must be a better way
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1860 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog7
1 files changed, 5 insertions, 2 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 66205c86b..65d20a20e 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -758,7 +758,10 @@
* arch/arm/src/str71x: Serial output is now correct and timer interrupts are
working. The test at configs/olimex-strp711/ostest passes. This means that
the basic STR-P711 port is complete.
- * configs/olimex-strp711/nsh: Add a NuttShell (NSH) configuration for the
- STR-P711.
+ * configs/olimex-strp711/nsh: Add and verifed a NuttShell (NSH) configuration
+ for the STR-P711.
+ * arch/arm/str71x/str71x_serial.c: The STR711 interrupt driven serial driver
+ finally works after some extradinary measures to handle missed interrupts.
+ NSH is fully functional on the Olimex STR-P711 board.