summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 0c89ae7e9..f028a7425 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -1167,4 +1167,10 @@
* arch/arm/src/lpc17xx/lpc17_serial.c - Improved logic to handle
missed TX interrupts.
* arch/arm/src/lpc17xx/lpc17_ssp.c - Fix a hard fault during SSP
- initialization. \ No newline at end of file
+ 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.