summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index aaef727c5..f7c49b95d 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -4766,4 +4766,7 @@
etc. Also included is some initial work for the VS1053 driver. From
Ken Pettit (2013-5-21).
* include/nuttx/audio/audio.h: Moved from include/nuttx/ to include/nuttx/audio.
- (2013-5-21). \ No newline at end of file
+ (2013-5-21).
+ * configs/lm3s6965-ek/tcpecho: This configuration builds the simple TCP
+ echo example based on W.Richard Steven UNIX Programming book to ensure
+ correct usage of the socket API. Contributed by Max Holtzberg (2013-5-22).