summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-12-13 17:56:14 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-12-13 17:56:14 +0000
commitff4f68ec939e07de62e745dcce3536f19c7690f4 (patch)
tree4493f80537a7fb4573a9403bdcfc6107ff64bee0 /apps/ChangeLog.txt
parentf65c5cf1f7ca0ea9fb5a284da2b126aa6dcbae98 (diff)
downloadnuttx-ff4f68ec939e07de62e745dcce3536f19c7690f4.tar.gz
nuttx-ff4f68ec939e07de62e745dcce3536f19c7690f4.tar.bz2
nuttx-ff4f68ec939e07de62e745dcce3536f19c7690f4.zip
Add a network test configuration for the STM3240G-EVAL
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4169 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/ChangeLog.txt')
-rwxr-xr-xapps/ChangeLog.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 1038bea56..e71b99a2e 100755
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -136,5 +136,9 @@
6.13 2012-xx-xx Gregory Nutt <gnutt@nuttx.org>
-* apps/netutils/dhcpd/dhcpd.c: Fix several problems using host order address
- where network addresses expected (and vice versa).
+ * apps/examples/dhcpd: May now be built as an NSH built-in application
+ by setting CONFIG_NSH_BUILTIN_APPS.
+ * apps/netutils/dhcpd/dhcpd.c: Fix several problems using host order address
+ where network addresses expected (and vice versa).
+ * apps/examples/nettest: May now be built as an NSH built-in application
+ by setting CONFIG_NSH_BUILTIN_APPS.