FreeCalypso > hg > freecalypso-tools
changeset 219:d13ee4ef86c7
rfcal migration
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 20 May 2017 19:43:49 +0000 |
parents | c44f31353f2f |
children | 5c78f132547c |
files | Makefile rfcal.note |
diffstat | 2 files changed, 15 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Sat May 20 18:28:34 2017 +0000 +++ b/Makefile Sat May 20 19:43:49 2017 +0000 @@ -1,4 +1,4 @@ -SUBDIR= ffstools loadtools miscutil rfcal ringtools rvinterf +SUBDIR= ffstools loadtools miscutil ringtools rvinterf all: ${SUBDIR}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/rfcal.note Sat May 20 19:43:49 2017 +0000 @@ -0,0 +1,14 @@ +The development of FreeCalypso RF calibration software (sw that requires a +Rohde&Schwarz CMU200 RF test machine, cannot do anything useful without one, +and is of any use only to those who engage in *physical production* of Calypso +hardware devices) was started in the present freecalypso-tools source +repository, but it is now being moved to a new FC production tools repository. +The latter repository is currently kept private for business reasons, but it +WILL be made public hopefully soon, as soon as our present-time business +complication is resolved one way or another. + +When our new FC production tools repository becomes public, all rfcal tools +will be removed from freecalypso-tools, replaced with a pointer to the new +public repository containing current versions of these tools; until then, the +rfcal and doc/RF-cal subdirectories contain the last frozen versions of these +tools and docs from before the beginning of private development.