From a22c543b1afb0d06f5aebebbb9511887e187601f Mon Sep 17 00:00:00 2001 From: oliverschmidt Date: Wed, 23 May 2007 23:47:16 +0000 Subject: [PATCH] Moved cc65 specific app into backyard. --- {cpu => backyard/cpu}/6502/apps/memstat-dsc.c | 2 +- {cpu => backyard/cpu}/6502/apps/memstat-dsc.h | 2 +- {cpu => backyard/cpu}/6502/apps/memstat.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename {cpu => backyard/cpu}/6502/apps/memstat-dsc.c (97%) rename {cpu => backyard/cpu}/6502/apps/memstat-dsc.h (96%) rename {cpu => backyard/cpu}/6502/apps/memstat.c (98%) diff --git a/cpu/6502/apps/memstat-dsc.c b/backyard/cpu/6502/apps/memstat-dsc.c similarity index 97% rename from cpu/6502/apps/memstat-dsc.c rename to backyard/cpu/6502/apps/memstat-dsc.c index 3d9ab7ef1..825118dca 100644 --- a/cpu/6502/apps/memstat-dsc.c +++ b/backyard/cpu/6502/apps/memstat-dsc.c @@ -29,7 +29,7 @@ * * This file is part of the Contiki desktop environment * - * $Id: memstat-dsc.c,v 1.1 2006/06/17 22:41:20 adamdunkels Exp $ + * $Id: memstat-dsc.c,v 1.1 2007/05/23 23:47:44 oliverschmidt Exp $ * */ diff --git a/cpu/6502/apps/memstat-dsc.h b/backyard/cpu/6502/apps/memstat-dsc.h similarity index 96% rename from cpu/6502/apps/memstat-dsc.h rename to backyard/cpu/6502/apps/memstat-dsc.h index 6ff1ba1af..5ca90f173 100644 --- a/cpu/6502/apps/memstat-dsc.h +++ b/backyard/cpu/6502/apps/memstat-dsc.h @@ -29,7 +29,7 @@ * * This file is part of the Contiki desktop environment * - * $Id: memstat-dsc.h,v 1.1 2006/06/17 22:41:20 adamdunkels Exp $ + * $Id: memstat-dsc.h,v 1.1 2007/05/23 23:47:44 oliverschmidt Exp $ * */ #ifndef __MEMSTAT_DSC_H__ diff --git a/cpu/6502/apps/memstat.c b/backyard/cpu/6502/apps/memstat.c similarity index 98% rename from cpu/6502/apps/memstat.c rename to backyard/cpu/6502/apps/memstat.c index 23bad0b59..4bc622b63 100644 --- a/cpu/6502/apps/memstat.c +++ b/backyard/cpu/6502/apps/memstat.c @@ -29,7 +29,7 @@ * * This file is part of the Contiki desktop environment * - * $Id: memstat.c,v 1.1 2006/06/17 22:41:20 adamdunkels Exp $ + * $Id: memstat.c,v 1.1 2007/05/23 23:47:44 oliverschmidt Exp $ * */