summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-03-17 23:45:41 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-03-17 23:45:41 +0000
commitf360c9f128259e46147649573c69098fac5455bf (patch)
tree77328712b59d75f7a911f3622a0e893cdaa55121 /nuttx/ChangeLog
parent28058c40954467463b9c915ec418eff99f9cd631 (diff)
downloadpx4-nuttx-f360c9f128259e46147649573c69098fac5455bf.tar.gz
px4-nuttx-f360c9f128259e46147649573c69098fac5455bf.tar.bz2
px4-nuttx-f360c9f128259e46147649573c69098fac5455bf.zip
Add examples/dhcpd
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1621 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 2245ad3a0..18ea1f3bb 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -658,3 +658,4 @@
* examples/nsh: A debug option was left on that can (and does) cause
infinite loops and stack overflows.
* net/uip: Correct calculation of checksum on ICMP ping response.
+ * examples/dchpd: Added a tiny DHCP server example