From b493f093636595a76b3d1be612df018fa77c7474 Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Mon, 25 Oct 2010 00:10:00 -0300 Subject: [PATCH] Great renaming: atrf/wpan-atrf* becomes atusb/atusb* - atrf/: rename to atusb/ - atrf/wpan-atrf.pro, atrf/wpan-atrf.sch, atrf/wpan-atrf.brd, atrf/wpan-atrf.cmp: rename to atusb.* - atrf/Makefile: change ben-wpan to atusb - atrf/atusb.pro (LastNetListRead): update for name change - tools/Makefile.common (CFLAGS): change fw/ include location from atrf/ to atusb/ --- {atrf => atusb}/Makefile | 8 ++++---- {atrf => atusb}/atrf.sch | 0 atrf/wpan-atrf.brd => atusb/atusb.brd | 0 atrf/wpan-atrf.cmp => atusb/atusb.cmp | 0 atrf/wpan-atrf.pro => atusb/atusb.pro | 4 ++-- atrf/wpan-atrf.sch => atusb/atusb.sch | 0 {atrf => atusb}/cam/Makefile | 0 {atrf => atusb}/cam/doit | 0 {atrf => atusb}/cam/pcb.pl | 0 {atrf => atusb}/fw/Makefile | 0 {atrf => atusb}/fw/atspi/Makefile | 0 {atrf => atusb}/fw/atspi/atspi.c | 0 {atrf => atusb}/fw/atspi/descr.c | 0 {atrf => atusb}/fw/atspi/ep0.c | 0 {atrf => atusb}/fw/boot/Makefile | 0 {atrf => atusb}/fw/common/Makefile | 0 {atrf => atusb}/fw/common/config.h | 0 {atrf => atusb}/fw/common/io.h | 0 {atrf => atusb}/fw/common/regs.h | 0 {atrf => atusb}/fw/include/at86rf230.h | 0 {atrf => atusb}/fw/include/atspi/ep0.h | 0 {atrf => atusb}/fw/include/atspi/usb-ids.h | 0 {atrf => atusb}/usb.sch | 0 tools/Makefile.common | 2 +- 24 files changed, 7 insertions(+), 7 deletions(-) rename {atrf => atusb}/Makefile (56%) rename {atrf => atusb}/atrf.sch (100%) rename atrf/wpan-atrf.brd => atusb/atusb.brd (100%) rename atrf/wpan-atrf.cmp => atusb/atusb.cmp (100%) rename atrf/wpan-atrf.pro => atusb/atusb.pro (94%) rename atrf/wpan-atrf.sch => atusb/atusb.sch (100%) rename {atrf => atusb}/cam/Makefile (100%) rename {atrf => atusb}/cam/doit (100%) rename {atrf => atusb}/cam/pcb.pl (100%) rename {atrf => atusb}/fw/Makefile (100%) rename {atrf => atusb}/fw/atspi/Makefile (100%) rename {atrf => atusb}/fw/atspi/atspi.c (100%) rename {atrf => atusb}/fw/atspi/descr.c (100%) rename {atrf => atusb}/fw/atspi/ep0.c (100%) rename {atrf => atusb}/fw/boot/Makefile (100%) rename {atrf => atusb}/fw/common/Makefile (100%) rename {atrf => atusb}/fw/common/config.h (100%) rename {atrf => atusb}/fw/common/io.h (100%) rename {atrf => atusb}/fw/common/regs.h (100%) rename {atrf => atusb}/fw/include/at86rf230.h (100%) rename {atrf => atusb}/fw/include/atspi/ep0.h (100%) rename {atrf => atusb}/fw/include/atspi/usb-ids.h (100%) rename {atrf => atusb}/usb.sch (100%) diff --git a/atrf/Makefile b/atusb/Makefile similarity index 56% rename from atrf/Makefile rename to atusb/Makefile index 6583781..4fed8bd 100644 --- a/atrf/Makefile +++ b/atusb/Makefile @@ -5,14 +5,14 @@ all: @exit 1 gen generate: - eeschema --plot `pwd`/wpan-atrf.sch + eeschema --plot `pwd`/atusb.sch # need scripts sch: - eeschema `pwd`/wpan-atrf.sch + eeschema `pwd`/atusb.sch brd: - pcbnew `pwd`/wpan-atrf.brd + pcbnew `pwd`/atusb.brd xpdf: - xpdf wpan-atrf.pdf + xpdf atusb.pdf diff --git a/atrf/atrf.sch b/atusb/atrf.sch similarity index 100% rename from atrf/atrf.sch rename to atusb/atrf.sch diff --git a/atrf/wpan-atrf.brd b/atusb/atusb.brd similarity index 100% rename from atrf/wpan-atrf.brd rename to atusb/atusb.brd diff --git a/atrf/wpan-atrf.cmp b/atusb/atusb.cmp similarity index 100% rename from atrf/wpan-atrf.cmp rename to atusb/atusb.cmp diff --git a/atrf/wpan-atrf.pro b/atusb/atusb.pro similarity index 94% rename from atrf/wpan-atrf.pro rename to atusb/atusb.pro index 5b4100a..45ea8c6 100644 --- a/atrf/wpan-atrf.pro +++ b/atusb/atusb.pro @@ -1,4 +1,4 @@ -update=Sun Aug 22 16:03:40 2010 +update=Mon Oct 25 00:07:06 2010 last_client=pcbnew [eeschema] version=1 @@ -66,7 +66,7 @@ DrawLar=150 EdgeLar=150 TxtLar=120 MSegLar=150 -LastNetListRead=wpan-atrf.net +LastNetListRead=atusb.net [pcbnew/libraries] LibDir= LibName1=../modules/meander diff --git a/atrf/wpan-atrf.sch b/atusb/atusb.sch similarity index 100% rename from atrf/wpan-atrf.sch rename to atusb/atusb.sch diff --git a/atrf/cam/Makefile b/atusb/cam/Makefile similarity index 100% rename from atrf/cam/Makefile rename to atusb/cam/Makefile diff --git a/atrf/cam/doit b/atusb/cam/doit similarity index 100% rename from atrf/cam/doit rename to atusb/cam/doit diff --git a/atrf/cam/pcb.pl b/atusb/cam/pcb.pl similarity index 100% rename from atrf/cam/pcb.pl rename to atusb/cam/pcb.pl diff --git a/atrf/fw/Makefile b/atusb/fw/Makefile similarity index 100% rename from atrf/fw/Makefile rename to atusb/fw/Makefile diff --git a/atrf/fw/atspi/Makefile b/atusb/fw/atspi/Makefile similarity index 100% rename from atrf/fw/atspi/Makefile rename to atusb/fw/atspi/Makefile diff --git a/atrf/fw/atspi/atspi.c b/atusb/fw/atspi/atspi.c similarity index 100% rename from atrf/fw/atspi/atspi.c rename to atusb/fw/atspi/atspi.c diff --git a/atrf/fw/atspi/descr.c b/atusb/fw/atspi/descr.c similarity index 100% rename from atrf/fw/atspi/descr.c rename to atusb/fw/atspi/descr.c diff --git a/atrf/fw/atspi/ep0.c b/atusb/fw/atspi/ep0.c similarity index 100% rename from atrf/fw/atspi/ep0.c rename to atusb/fw/atspi/ep0.c diff --git a/atrf/fw/boot/Makefile b/atusb/fw/boot/Makefile similarity index 100% rename from atrf/fw/boot/Makefile rename to atusb/fw/boot/Makefile diff --git a/atrf/fw/common/Makefile b/atusb/fw/common/Makefile similarity index 100% rename from atrf/fw/common/Makefile rename to atusb/fw/common/Makefile diff --git a/atrf/fw/common/config.h b/atusb/fw/common/config.h similarity index 100% rename from atrf/fw/common/config.h rename to atusb/fw/common/config.h diff --git a/atrf/fw/common/io.h b/atusb/fw/common/io.h similarity index 100% rename from atrf/fw/common/io.h rename to atusb/fw/common/io.h diff --git a/atrf/fw/common/regs.h b/atusb/fw/common/regs.h similarity index 100% rename from atrf/fw/common/regs.h rename to atusb/fw/common/regs.h diff --git a/atrf/fw/include/at86rf230.h b/atusb/fw/include/at86rf230.h similarity index 100% rename from atrf/fw/include/at86rf230.h rename to atusb/fw/include/at86rf230.h diff --git a/atrf/fw/include/atspi/ep0.h b/atusb/fw/include/atspi/ep0.h similarity index 100% rename from atrf/fw/include/atspi/ep0.h rename to atusb/fw/include/atspi/ep0.h diff --git a/atrf/fw/include/atspi/usb-ids.h b/atusb/fw/include/atspi/usb-ids.h similarity index 100% rename from atrf/fw/include/atspi/usb-ids.h rename to atusb/fw/include/atspi/usb-ids.h diff --git a/atrf/usb.sch b/atusb/usb.sch similarity index 100% rename from atrf/usb.sch rename to atusb/usb.sch diff --git a/tools/Makefile.common b/tools/Makefile.common index dbc0a2c..c25dde6 100644 --- a/tools/Makefile.common +++ b/tools/Makefile.common @@ -40,5 +40,5 @@ else AR = $(AR_quiet) endif -CFLAGS += -I../../atrf/fw/include -I../include $(MACROS_$(TARGET)) +CFLAGS += -I../../atusb/fw/include -I../include $(MACROS_$(TARGET)) LDLIBS = $(LDLIBS_$(TARGET)) -L../lib -latspi