From 22a680f2cfbdf3427b3448be10a8c62721d753a2 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 5 Sep 2008 22:47:42 +0000 Subject: [PATCH] Added basic TFTP client support git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@879 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 28fd69ce568..d8edf1eb2cf 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: September 3, 2008

+

Last Updated: September 5, 2008

@@ -1076,6 +1076,7 @@ nuttx-0.3.14 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> * NSH: Add ping command * Correct IP checksum calculation in ICMP and UDP message send logic. * NSH: Created an HTML document and a more detailed README file describing NSH. + * Added basic TFTP client logic (netutils/tftpc). Untested as of initial check-in. pascal-0.1.3 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>