From d5c4ca043f0c2cba0eb671899218b02b4ff43ea6 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 8 Jul 2010 03:04:04 +0000 Subject: [PATCH] More IGMP logic git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2779 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 9d5530b0244..6ca1dbb5452 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: July 3, 2010

+

Last Updated: July 7, 2010

@@ -1843,6 +1843,12 @@ nuttx-5.8 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> missed TX interrupts. * arch/arm/src/lpc17xx/lpc17_ssp.c - Fix a hard fault during SSP initialization. + * configs/nucleus2g/src/up_led.c - Change how LEDs are controlled + so that they can be used both for NuttX instrumentation and + 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. pascal-2.1 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>