summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-11-24 02:48:11 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-11-24 02:48:11 +0000
commitcb5b06b3fac2e92acc0ecd880e3a76ac952ab284 (patch)
tree9180f6fda1a2a49503618370b9c42c3a101682bd /nuttx/ChangeLog
parent64fb9f608a9d818712657b174c1952107d3d9ae0 (diff)
downloadnuttx-cb5b06b3fac2e92acc0ecd880e3a76ac952ab284.tar.gz
nuttx-cb5b06b3fac2e92acc0ecd880e3a76ac952ab284.tar.bz2
nuttx-cb5b06b3fac2e92acc0ecd880e3a76ac952ab284.zip
Add thttpd configuration
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3126 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 8876505d6..d08d9e8aa 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -1336,7 +1336,7 @@
* configs/olimex-lpc1766stk/nettest - Add examples/nettest configuration to
verify the LPC17xx ethernet driver currently under development.
* arch/arm/src/lpc17xx/lpc17xx_ethernet.c/.h - Began development of
- the LPC17xx Ethernet driver.
+ the LPC17xx Ethernet driver. Driver in CVS functional after 2010-11-23.
* sched/timer_settime.c - Fix an error in set-up of one-shot timer. It was
using the repititive timer value (which is zero in the one-shot case,
always resulting in a 10Ms timer! Found and fixed by Wilton Tong.
@@ -1345,6 +1345,8 @@
types of interrupts are pending at the time another interrupt returns
(SYSTICK). This has not been verified on all plaform, but is a critical
fixed that is needed by all Cortex-M3 NuttX users.
+ * configs/olimex-lpc1766stk/thttpd - Add a THTTPD configuration for the
+ Olimex LPC2766-STK board.