From 319bd8345d03825471fa25af7533188a7455f948 Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Mon, 17 Jan 2011 11:27:28 -0300 Subject: [PATCH] great atusd -> atben renaming: renamed design files and some references - atben/TODO: changed all occurrences of "atusd" to "atben" - atben/TODO: added reminder that the file isn't current anymore - atben/Makefile (NAME): changed project name from "atusd" to "atben" - atben/atusd.brd: renamed to atben/atben.brd - atben/atusd.cmp: renamed to atben/atben.cmp - atben/atusd.pro: renamed to atben/atben.pro - atben/atusd.sch: renamed to atben/atben.sch --- TODO | 12 +++++++----- atben/Makefile | 2 +- atben/{atusd.brd => atben.brd} | 0 atben/{atusd.cmp => atben.cmp} | 0 atben/{atusd.pro => atben.pro} | 2 +- atben/{atusd.sch => atben.sch} | 0 6 files changed, 9 insertions(+), 7 deletions(-) rename atben/{atusd.brd => atben.brd} (100%) rename atben/{atusd.cmp => atben.cmp} (100%) rename atben/{atusd.pro => atben.pro} (97%) rename atben/{atusd.sch => atben.sch} (100%) diff --git a/TODO b/TODO index 7f1640a..5172b1c 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,5 @@ +*** NEEDS UPDATING *** + General ======= @@ -35,9 +37,9 @@ inside a Ben. Update: following Rikard Lindstrom's revelation that we can use the uSD slot also just as general GPIOs, the variant that goes inside the Ben can wait a -bit and the atusd board for insertion into the uSD slot is being worked on +bit and the atben board for insertion into the uSD slot is being worked on first. We can verify most of the design of a fully integrated board with the -atusd board and the latter will be of greater immediate use. +atben board and the latter will be of greater immediate use. Things done @@ -50,11 +52,11 @@ Things done - replace discrete balun and filter with integrated solution, to reduce BOM size, maybe cost, insertion loss, and PCB space (see ATRF/ECN0003) - Done for atusd. At a first glamce, does not seem to affect performance. + Done for atben. At a first glamce, does not seem to affect performance. - check if we really need three DC blocking caps in the RF path - Reduced to two in atusd without apparent ill effects. + Reduced to two in atben without apparent ill effects. Things not done yet @@ -89,7 +91,7 @@ Things not done yet - implement sleep mode -- (atusd) verify SPI signal timing, particularly the data clock +- (atben) verify SPI signal timing, particularly the data clock ccrf diff --git a/atben/Makefile b/atben/Makefile index c3a662d..d624437 100644 --- a/atben/Makefile +++ b/atben/Makefile @@ -1,6 +1,6 @@ PLOT_BRD = pcbnew --plot=ps_a4 --ps-pads-drill-opt=none --fill-all-zones -NAME = atusd +NAME = atben .PHONY: all gen generate sch brd xpdf front back clean diff --git a/atben/atusd.brd b/atben/atben.brd similarity index 100% rename from atben/atusd.brd rename to atben/atben.brd diff --git a/atben/atusd.cmp b/atben/atben.cmp similarity index 100% rename from atben/atusd.cmp rename to atben/atben.cmp diff --git a/atben/atusd.pro b/atben/atben.pro similarity index 97% rename from atben/atusd.pro rename to atben/atben.pro index 72bec3d..1deeda6 100644 --- a/atben/atusd.pro +++ b/atben/atben.pro @@ -1,4 +1,4 @@ -update=Sun Jan 16 19:49:04 2011 +update=Mon Jan 17 10:53:40 2011 last_client=pcbnew [eeschema] version=1 diff --git a/atben/atusd.sch b/atben/atben.sch similarity index 100% rename from atben/atusd.sch rename to atben/atben.sch