Moved the Raven-specific applications from the generic apps/ directory to the platform-specific platform/avr-raven/apps

This commit is contained in:
adamdunkels 2009-03-12 19:15:23 +00:00
parent 1122e49b72
commit 5920a86312
36 changed files with 16 additions and 16 deletions

View file

@ -28,7 +28,7 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* $Id: raven-lcd.c,v 1.1 2008/10/14 09:45:17 julienabeille Exp $ * $Id: raven-lcd.c,v 1.1 2009/03/12 19:15:25 adamdunkels Exp $
*/ */
/** /**

View file

@ -30,7 +30,7 @@
* *
* Author: Adam Dunkels <adam@sics.se> * Author: Adam Dunkels <adam@sics.se>
* *
* $Id: httpd-cfs.c,v 1.1 2008/10/14 10:14:13 julienabeille Exp $ * $Id: httpd-cfs.c,v 1.1 2009/03/12 19:15:25 adamdunkels Exp $
*/ */
#include <string.h> #include <string.h>

View file

@ -28,7 +28,7 @@
* *
* This file is part of the uIP TCP/IP stack. * This file is part of the uIP TCP/IP stack.
* *
* $Id: httpd-cfs.h,v 1.1 2008/10/14 10:14:13 julienabeille Exp $ * $Id: httpd-cfs.h,v 1.1 2009/03/12 19:15:25 adamdunkels Exp $
* *
*/ */

View file

@ -28,7 +28,7 @@
* *
* This file is part of the uIP TCP/IP stack. * This file is part of the uIP TCP/IP stack.
* *
* $Id: httpd-cgi.c,v 1.2 2008/11/16 15:28:37 c_oflynn Exp $ * $Id: httpd-cgi.c,v 1.1 2009/03/12 19:15:25 adamdunkels Exp $
* *
*/ */

View file

@ -28,7 +28,7 @@
* *
* This file is part of the uIP TCP/IP stack. * This file is part of the uIP TCP/IP stack.
* *
* $Id: httpd-cgi.h,v 1.1 2008/10/14 10:14:13 julienabeille Exp $ * $Id: httpd-cgi.h,v 1.1 2009/03/12 19:15:25 adamdunkels Exp $
* *
*/ */

View file

@ -30,7 +30,7 @@
* *
* Author: Adam Dunkels <adam@sics.se> * Author: Adam Dunkels <adam@sics.se>
* *
* $Id: httpd-fs.c,v 1.1 2008/10/14 10:14:13 julienabeille Exp $ * $Id: httpd-fs.c,v 1.1 2009/03/12 19:15:25 adamdunkels Exp $
*/ */
#include "contiki-net.h" #include "contiki-net.h"

View file

@ -30,7 +30,7 @@
* *
* Author: Adam Dunkels <adam@sics.se> * Author: Adam Dunkels <adam@sics.se>
* *
* $Id: httpd-fs.h,v 1.1 2008/10/14 10:14:13 julienabeille Exp $ * $Id: httpd-fs.h,v 1.1 2009/03/12 19:15:25 adamdunkels Exp $
*/ */
#ifndef __HTTPD_FS_H__ #ifndef __HTTPD_FS_H__
#define __HTTPD_FS_H__ #define __HTTPD_FS_H__

View file

Before

Width:  |  Height:  |  Size: 353 B

After

Width:  |  Height:  |  Size: 353 B

View file

@ -30,7 +30,7 @@
* *
* Author: Adam Dunkels <adam@sics.se> * Author: Adam Dunkels <adam@sics.se>
* *
* $Id: httpd-fsdata.h,v 1.1 2008/10/14 10:14:13 julienabeille Exp $ * $Id: httpd-fsdata.h,v 1.1 2009/03/12 19:15:25 adamdunkels Exp $
*/ */
#ifndef __HTTPD_FSDATA_H__ #ifndef __HTTPD_FSDATA_H__
#define __HTTPD_FSDATA_H__ #define __HTTPD_FSDATA_H__

View file

@ -30,7 +30,7 @@
* *
* Author: Adam Dunkels <adam@sics.se> * Author: Adam Dunkels <adam@sics.se>
* *
* $Id: httpd.c,v 1.2 2008/11/16 15:28:37 c_oflynn Exp $ * $Id: httpd.c,v 1.1 2009/03/12 19:15:25 adamdunkels Exp $
*/ */
#include <string.h> #include <string.h>

View file

@ -28,7 +28,7 @@
* *
* This file is part of the uIP TCP/IP stack. * This file is part of the uIP TCP/IP stack.
* *
* $Id: httpd.h,v 1.1 2008/10/14 10:14:13 julienabeille Exp $ * $Id: httpd.h,v 1.1 2009/03/12 19:15:25 adamdunkels Exp $
* *
*/ */

View file

@ -29,7 +29,7 @@
* *
* This file is part of the Contiki desktop environment * This file is part of the Contiki desktop environment
* *
* $Id: webserver-dsc.c,v 1.1 2008/10/14 10:14:13 julienabeille Exp $ * $Id: webserver-dsc.c,v 1.1 2009/03/12 19:15:25 adamdunkels Exp $
* *
*/ */

View file

@ -29,7 +29,7 @@
* *
* This file is part of the Contiki desktop environment * This file is part of the Contiki desktop environment
* *
* $Id: webserver-dsc.h,v 1.1 2008/10/14 10:14:13 julienabeille Exp $ * $Id: webserver-dsc.h,v 1.1 2009/03/12 19:15:25 adamdunkels Exp $
* *
*/ */
#ifndef __WEBSERVER_DSC_H__ #ifndef __WEBSERVER_DSC_H__

View file

@ -29,7 +29,7 @@
* *
* This file is part of the Contiki OS. * This file is part of the Contiki OS.
* *
* $Id: webserver-nogui.c,v 1.1 2008/10/14 10:14:13 julienabeille Exp $ * $Id: webserver-nogui.c,v 1.1 2009/03/12 19:15:25 adamdunkels Exp $
* *
*/ */

View file

@ -29,7 +29,7 @@
* *
* This file is part of the Contiki OS * This file is part of the Contiki OS
* *
* $Id: webserver-nogui.h,v 1.1 2008/10/14 10:14:13 julienabeille Exp $ * $Id: webserver-nogui.h,v 1.1 2009/03/12 19:15:25 adamdunkels Exp $
* *
*/ */
#ifndef __WEBSERVER_NOGUI_H__ #ifndef __WEBSERVER_NOGUI_H__

View file

@ -29,7 +29,7 @@
* *
* This file is part of the Contiki desktop environment for the C64. * This file is part of the Contiki desktop environment for the C64.
* *
* $Id: webserver.c,v 1.1 2008/10/14 10:14:13 julienabeille Exp $ * $Id: webserver.c,v 1.1 2009/03/12 19:15:25 adamdunkels Exp $
* *
*/ */

View file

@ -29,7 +29,7 @@
* *
* This file is part of the Contiki operating system * This file is part of the Contiki operating system
* *
* $Id: webserver.h,v 1.1 2008/10/14 10:14:13 julienabeille Exp $ * $Id: webserver.h,v 1.1 2009/03/12 19:15:25 adamdunkels Exp $
* *
*/ */
#ifndef __WEBSERVER_H__ #ifndef __WEBSERVER_H__