summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-06-05 01:42:15 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-06-05 01:42:15 +0000
commitacf206fcfba0737d6bccefda54fd442f91f2237e (patch)
tree6a598ec3633b250a76db261fe3bf6d22370dfb08 /nuttx/ChangeLog
parente3335f09c0ed2caa078a7dfae1b1af1d61def824 (diff)
downloadnuttx-acf206fcfba0737d6bccefda54fd442f91f2237e.tar.gz
nuttx-acf206fcfba0737d6bccefda54fd442f91f2237e.tar.bz2
nuttx-acf206fcfba0737d6bccefda54fd442f91f2237e.zip
Timer interrupts work; examples/ostest passes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1849 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 48c647e55..2c0d9e8b8 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -755,8 +755,8 @@
0.4.8 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
* lib/lib_*stream.c: Extend internal stream logic to support incoming streams.
- * arch/arm/src/str71x: Made some progress with the Olimex STR-P711 before my
- emulator stopped working. Serial output is now correct. I don't think it
- would take much more to get it working!
+ * 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.