summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-12-13 19:58:24 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-12-13 19:58:24 +0000
commit6082c42751e8308a763aada8a3f9fa980efe18da (patch)
tree2625b8515c0e63363689070b22d20073b21a2014 /apps/ChangeLog.txt
parent80c5e02241fa0e4275079f45f45372795a3474dd (diff)
downloadnuttx-6082c42751e8308a763aada8a3f9fa980efe18da.tar.gz
nuttx-6082c42751e8308a763aada8a3f9fa980efe18da.tar.bz2
nuttx-6082c42751e8308a763aada8a3f9fa980efe18da.zip
Fix more STM32 ethernet bugs; Fix some build issues with examples/nettest
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4171 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/ChangeLog.txt')
-rwxr-xr-xapps/ChangeLog.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index e71b99a2e..fe03dae6a 100755
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -142,3 +142,5 @@
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.
+ * apps/examples/nettest: Correct some build issues with the nettest is
+ built for performance evaluation.