From c482b6d24d57c903294e95f30f113e7a74a317f1 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 20 Oct 2012 15:17:19 +0000 Subject: [PATCH] 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 --- ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index 54a6f5cfa..b9ba6ac91 100644 --- a/ChangeLog.txt +++ b/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.