From 3e16dd64cf9af9c6f266d8912c0f7c40596dff37 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 6 Jul 2011 12:32:30 +0200 Subject: [PATCH] re-structure the directory layout to reflect that that ft232r stuff is old we have long only been working on the sam7 based system. --- {at91sam7/host => host}/Makefile | 0 {at91sam7/host => host}/apdu_split.c | 0 {at91sam7/host => host}/apdu_split.h | 0 {at91sam7/host => host}/main.c | 0 {at91sam7/host => host}/simtrace.h | 0 {at91sam7/host => host}/simtrace_usb.h | 0 {at91sam7/host => host}/usb.c | 0 {at91sam7/host => host}/usb_helper.c | 0 {at91sam7/host => host}/usb_helper.h | 0 {ft232r => old/ft232r}/260ksamples_atr.txt | 0 {ft232r => old/ft232r}/260ksamples_cd.txt | 0 {ft232r => old/ft232r}/Makefile | 0 {ft232r => old/ft232r}/bitbang.c | 0 {ft232r => old/ft232r}/samples.txt | 0 {ft232r => old/ft232r}/soft_uart.c | 0 {ft232r => old/ft232r}/soft_uart.h | 0 16 files changed, 0 insertions(+), 0 deletions(-) rename {at91sam7/host => host}/Makefile (100%) rename {at91sam7/host => host}/apdu_split.c (100%) rename {at91sam7/host => host}/apdu_split.h (100%) rename {at91sam7/host => host}/main.c (100%) rename {at91sam7/host => host}/simtrace.h (100%) rename {at91sam7/host => host}/simtrace_usb.h (100%) rename {at91sam7/host => host}/usb.c (100%) rename {at91sam7/host => host}/usb_helper.c (100%) rename {at91sam7/host => host}/usb_helper.h (100%) rename {ft232r => old/ft232r}/260ksamples_atr.txt (100%) rename {ft232r => old/ft232r}/260ksamples_cd.txt (100%) rename {ft232r => old/ft232r}/Makefile (100%) rename {ft232r => old/ft232r}/bitbang.c (100%) rename {ft232r => old/ft232r}/samples.txt (100%) rename {ft232r => old/ft232r}/soft_uart.c (100%) rename {ft232r => old/ft232r}/soft_uart.h (100%) diff --git a/at91sam7/host/Makefile b/host/Makefile similarity index 100% rename from at91sam7/host/Makefile rename to host/Makefile diff --git a/at91sam7/host/apdu_split.c b/host/apdu_split.c similarity index 100% rename from at91sam7/host/apdu_split.c rename to host/apdu_split.c diff --git a/at91sam7/host/apdu_split.h b/host/apdu_split.h similarity index 100% rename from at91sam7/host/apdu_split.h rename to host/apdu_split.h diff --git a/at91sam7/host/main.c b/host/main.c similarity index 100% rename from at91sam7/host/main.c rename to host/main.c diff --git a/at91sam7/host/simtrace.h b/host/simtrace.h similarity index 100% rename from at91sam7/host/simtrace.h rename to host/simtrace.h diff --git a/at91sam7/host/simtrace_usb.h b/host/simtrace_usb.h similarity index 100% rename from at91sam7/host/simtrace_usb.h rename to host/simtrace_usb.h diff --git a/at91sam7/host/usb.c b/host/usb.c similarity index 100% rename from at91sam7/host/usb.c rename to host/usb.c diff --git a/at91sam7/host/usb_helper.c b/host/usb_helper.c similarity index 100% rename from at91sam7/host/usb_helper.c rename to host/usb_helper.c diff --git a/at91sam7/host/usb_helper.h b/host/usb_helper.h similarity index 100% rename from at91sam7/host/usb_helper.h rename to host/usb_helper.h diff --git a/ft232r/260ksamples_atr.txt b/old/ft232r/260ksamples_atr.txt similarity index 100% rename from ft232r/260ksamples_atr.txt rename to old/ft232r/260ksamples_atr.txt diff --git a/ft232r/260ksamples_cd.txt b/old/ft232r/260ksamples_cd.txt similarity index 100% rename from ft232r/260ksamples_cd.txt rename to old/ft232r/260ksamples_cd.txt diff --git a/ft232r/Makefile b/old/ft232r/Makefile similarity index 100% rename from ft232r/Makefile rename to old/ft232r/Makefile diff --git a/ft232r/bitbang.c b/old/ft232r/bitbang.c similarity index 100% rename from ft232r/bitbang.c rename to old/ft232r/bitbang.c diff --git a/ft232r/samples.txt b/old/ft232r/samples.txt similarity index 100% rename from ft232r/samples.txt rename to old/ft232r/samples.txt diff --git a/ft232r/soft_uart.c b/old/ft232r/soft_uart.c similarity index 100% rename from ft232r/soft_uart.c rename to old/ft232r/soft_uart.c diff --git a/ft232r/soft_uart.h b/old/ft232r/soft_uart.h similarity index 100% rename from ft232r/soft_uart.h rename to old/ft232r/soft_uart.h