summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-08-29 21:14:45 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-08-29 21:14:45 +0000
commit827914cecd0b52ddd6feebf2fc85f72c0b2574fa (patch)
treeb2d4281c6ee5b914ab043c1e0a02cea848c28d38 /nuttx/ChangeLog
parent66d7eb8e229a93e7401c5b9a7187999cdb53ae7c (diff)
downloadpx4-nuttx-827914cecd0b52ddd6feebf2fc85f72c0b2574fa.tar.gz
px4-nuttx-827914cecd0b52ddd6feebf2fc85f72c0b2574fa.tar.bz2
px4-nuttx-827914cecd0b52ddd6feebf2fc85f72c0b2574fa.zip
Basic telnet NSH on ARM9
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@852 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 82f3fdc09..aa8e91895 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -425,5 +425,8 @@
* Fix errors and warnings introduced into Linux sim build because of recent
Cygwin-based sim changes
* NSH: Add mem command to display heap usage
+ * Added telnet NSH configuration for Neuros OSD.
+ * Basic integration of concurrent telnet/serial NSH functional on Neuros
+ OSD (some bugs on background commands).