summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-20 15:17:19 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-20 15:17:19 +0000
commit69a2786e6d69fc3b478a1f1458312e4bb20260d1 (patch)
treedea74b55e662725c7095c9d9feb6283f50ec4ddd /apps/ChangeLog.txt
parent6303b09ef4ae94d342be569cc5d58ee0770d638a (diff)
downloadnuttx-69a2786e6d69fc3b478a1f1458312e4bb20260d1.tar.gz
nuttx-69a2786e6d69fc3b478a1f1458312e4bb20260d1.tar.bz2
nuttx-69a2786e6d69fc3b478a1f1458312e4bb20260d1.zip
Add MAX11802 touchscreeen driver from Petteri Aimonen
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5237 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 54a6f5cfa..b9ba6ac91 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -372,3 +372,6 @@
username and password (Darcy Gong).
* apps/netutils/resolv/resolv.c (and files using the DNS resolver): Various
DNS address resolution improvements from Darcy Gong.
+ * apps/nshlib/nsh_netcmds.c: The ping command now passes a maximum round
+ trip time to uip_icmpping(). This allows pinging of hosts on complex
+ networks where the ICMP ECHO round trip time may exceed the ping interval.