summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-05-21 12:51:27 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-05-21 12:51:27 -0600
commit3895e0ec4c2c3057935bbeb7558fa4b815385334 (patch)
tree0ac449f06e716b5cba4f62051be5872a4f3d2298 /nuttx/ChangeLog
parentd1b1536d66431eeab17db17c6066c8da59410e1c (diff)
downloadnuttx-3895e0ec4c2c3057935bbeb7558fa4b815385334.tar.gz
nuttx-3895e0ec4c2c3057935bbeb7558fa4b815385334.tar.bz2
nuttx-3895e0ec4c2c3057935bbeb7558fa4b815385334.zip
Add UDP discovery example for the LM3S6965-EK. From Max Holtberg
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 525edef59..70ae0e381 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -4758,4 +4758,6 @@
controlled incorrectly (2013-5-21).
* arch/arm/src/stm32/chip/stm32_lcd.h: Add definitions for STM32L15X
segment LCD (2013-5-21).
-
+ * configs/lm3s6965-ek/discover: Add an example configuration for UDP
+ discovery tool on the lm3s6965-ek board. From Max Holtberg
+ (2013-5-21).