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
This commit is contained in:
patacongo 2012-10-20 15:17:19 +00:00
parent eeb6e62b74
commit c482b6d24d

View File

@ -372,3 +372,6 @@
username and password (Darcy Gong). username and password (Darcy Gong).
* apps/netutils/resolv/resolv.c (and files using the DNS resolver): Various * apps/netutils/resolv/resolv.c (and files using the DNS resolver): Various
DNS address resolution improvements from Darcy Gong. 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.