From 2e9c7c48b25374f2543af2ffdcd105a48d0664f6 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 11 Jul 2010 18:31:35 +0000 Subject: [PATCH] Add beginning of IGMP test git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2787 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 6ca1dbb5452..700137d1b90 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: July 7, 2010

+

Last Updated: July 11, 2010

@@ -1848,7 +1848,9 @@ nuttx-5.8 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> by application software. * include/net/uip/igmp.h and uip-igmp.h - Add header files ini preparation for NuttX IGMP support - * net/uip/uip_igmpinit.c, uip_igmpgroup.c - Add IGMP logic. + * net/uip/uip_igmp*.c - Add IGMP support (untested on initial + checkin). + * examples/igmp - Add a trivial test for IGMP (much more is needed) pascal-2.1 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>