Add TCP echo example for the LM3S6965-EK. From Max Holtzberg

This commit is contained in:
Gregory Nutt
2013-05-22 07:45:03 -06:00
parent 0361f632b8
commit 5de77eefcb
5 changed files with 883 additions and 1 deletions
+4 -1
View File
@@ -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).
(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).