summaryrefslogtreecommitdiff
path: root/apps/examples/udp
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-13 14:14:18 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-13 14:14:18 +0000
commit05a6ec77b4fc41cc5b866b9228ee037fbf3eb902 (patch)
treee60b015f4c47e705a04ef8f95e46d5ddd6465d4a /apps/examples/udp
parent236f0c0aa20e817bed9d3625ef3ebb14c44d6fae (diff)
downloadnuttx-05a6ec77b4fc41cc5b866b9228ee037fbf3eb902.tar.gz
nuttx-05a6ec77b4fc41cc5b866b9228ee037fbf3eb902.tar.bz2
nuttx-05a6ec77b4fc41cc5b866b9228ee037fbf3eb902.zip
USB device drivers: Add hooks to to use common, external DMA buffer allocation implementation..
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5142 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples/udp')
-rw-r--r--apps/examples/udp/Makefile2
-rw-r--r--apps/examples/udp/host.c2
-rw-r--r--apps/examples/udp/target.c2
-rw-r--r--apps/examples/udp/udp-client.c2
-rw-r--r--apps/examples/udp/udp-internal.h2
5 files changed, 5 insertions, 5 deletions
diff --git a/apps/examples/udp/Makefile b/apps/examples/udp/Makefile
index a9361ba6e..337d323e8 100644
--- a/apps/examples/udp/Makefile
+++ b/apps/examples/udp/Makefile
@@ -2,7 +2,7 @@
# apps/examples/udp/Makefile
#
# Copyright (C) 2007-2008, 2011 Gregory Nutt. All rights reserved.
-# Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+# Author: Gregory Nutt <gnutt@nuttx.org>
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
diff --git a/apps/examples/udp/host.c b/apps/examples/udp/host.c
index 34fd96765..9d2aa73d9 100644
--- a/apps/examples/udp/host.c
+++ b/apps/examples/udp/host.c
@@ -2,7 +2,7 @@
* examples/udp/host.c
*
* Copyright (C) 2007 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+ * Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/apps/examples/udp/target.c b/apps/examples/udp/target.c
index ac3dc6ce8..e43ff2a0b 100644
--- a/apps/examples/udp/target.c
+++ b/apps/examples/udp/target.c
@@ -2,7 +2,7 @@
* examples/udp/nettest.c
*
* Copyright (C) 2007, 2011 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+ * Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/apps/examples/udp/udp-client.c b/apps/examples/udp/udp-client.c
index 545a3a6c3..fb98ab342 100644
--- a/apps/examples/udp/udp-client.c
+++ b/apps/examples/udp/udp-client.c
@@ -2,7 +2,7 @@
* examples/udp/udp-client.c
*
* Copyright (C) 2007 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+ * Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/apps/examples/udp/udp-internal.h b/apps/examples/udp/udp-internal.h
index 94fe1e482..04a685d17 100644
--- a/apps/examples/udp/udp-internal.h
+++ b/apps/examples/udp/udp-internal.h
@@ -2,7 +2,7 @@
* examples/udp/udp-internal.h
*
* Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+ * Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions