From fb1f0b67b08309489e17f2a806710ef086b17919 Mon Sep 17 00:00:00 2001 From: Nathael Pajani Date: Thu, 9 Feb 2023 00:37:17 +0100 Subject: [PATCH] Moving old soft versions related to old boards to "old" directory to prevent recompilation when re-building all apps. These may not build anymore (though I updated some today to allow re-compilation) --- {alpha => old/alpha}/Makefile | 0 {alpha => old/alpha}/README | 0 {alpha => old/alpha}/main.c | 0 {beta => old/beta}/Makefile | 0 {beta => old/beta}/README | 0 {beta => old/beta}/main.c | 0 {mosfet => old/mosfet}/Makefile | 0 {mosfet => old/mosfet}/README | 0 {mosfet => old/mosfet}/main.c | 0 {v03 => old/v03}/Makefile | 0 {v03 => old/v03}/main.c | 0 {v05 => old/v05}/Makefile | 0 {v05 => old/v05}/config.c | 0 {v05 => old/v05}/config.h | 0 {v05 => old/v05}/interface.c | 0 {v05 => old/v05}/interface.h | 0 {v05 => old/v05}/main.c | 0 {v05 => old/v05}/time.c | 0 {v05 => old/v05}/time.h | 0 {v05 => old/v05}/uSD.c | 0 {v05 => old/v05}/uSD.h | 0 {v07 => old/v07}/Makefile | 0 {v07 => old/v07}/config.c | 0 {v07 => old/v07}/config.h | 0 {v07 => old/v07}/interface.c | 0 {v07 => old/v07}/interface.h | 0 {v07 => old/v07}/main.c | 0 {v07 => old/v07}/time.c | 0 {v07 => old/v07}/time.h | 0 {v07 => old/v07}/uSD.c | 0 {v07 => old/v07}/uSD.h | 0 {v08 => old/v08}/Makefile | 0 {v08 => old/v08}/config.c | 0 {v08 => old/v08}/config.h | 0 {v08 => old/v08}/interface.c | 0 {v08 => old/v08}/interface.h | 0 {v08 => old/v08}/main.c | 0 {v08 => old/v08}/time.c | 0 {v08 => old/v08}/time.h | 0 {v08 => old/v08}/uSD.c | 0 {v08 => old/v08}/uSD.h | 0 {v09 => old/v09}/Makefile | 0 {v09 => old/v09}/config.c | 0 {v09 => old/v09}/config.h | 0 {v09 => old/v09}/interface.c | 0 {v09 => old/v09}/interface.h | 0 {v09 => old/v09}/main.c | 0 {v09 => old/v09}/power_delay.c | 0 {v09 => old/v09}/sin.pl | 0 {v09 => old/v09}/time.c | 0 {v09 => old/v09}/time.h | 0 {v09 => old/v09}/uSD.c | 0 {v09 => old/v09}/uSD.h | 0 53 files changed, 0 insertions(+), 0 deletions(-) rename {alpha => old/alpha}/Makefile (100%) rename {alpha => old/alpha}/README (100%) rename {alpha => old/alpha}/main.c (100%) rename {beta => old/beta}/Makefile (100%) rename {beta => old/beta}/README (100%) rename {beta => old/beta}/main.c (100%) rename {mosfet => old/mosfet}/Makefile (100%) rename {mosfet => old/mosfet}/README (100%) rename {mosfet => old/mosfet}/main.c (100%) rename {v03 => old/v03}/Makefile (100%) rename {v03 => old/v03}/main.c (100%) rename {v05 => old/v05}/Makefile (100%) rename {v05 => old/v05}/config.c (100%) rename {v05 => old/v05}/config.h (100%) rename {v05 => old/v05}/interface.c (100%) rename {v05 => old/v05}/interface.h (100%) rename {v05 => old/v05}/main.c (100%) rename {v05 => old/v05}/time.c (100%) rename {v05 => old/v05}/time.h (100%) rename {v05 => old/v05}/uSD.c (100%) rename {v05 => old/v05}/uSD.h (100%) rename {v07 => old/v07}/Makefile (100%) rename {v07 => old/v07}/config.c (100%) rename {v07 => old/v07}/config.h (100%) rename {v07 => old/v07}/interface.c (100%) rename {v07 => old/v07}/interface.h (100%) rename {v07 => old/v07}/main.c (100%) rename {v07 => old/v07}/time.c (100%) rename {v07 => old/v07}/time.h (100%) rename {v07 => old/v07}/uSD.c (100%) rename {v07 => old/v07}/uSD.h (100%) rename {v08 => old/v08}/Makefile (100%) rename {v08 => old/v08}/config.c (100%) rename {v08 => old/v08}/config.h (100%) rename {v08 => old/v08}/interface.c (100%) rename {v08 => old/v08}/interface.h (100%) rename {v08 => old/v08}/main.c (100%) rename {v08 => old/v08}/time.c (100%) rename {v08 => old/v08}/time.h (100%) rename {v08 => old/v08}/uSD.c (100%) rename {v08 => old/v08}/uSD.h (100%) rename {v09 => old/v09}/Makefile (100%) rename {v09 => old/v09}/config.c (100%) rename {v09 => old/v09}/config.h (100%) rename {v09 => old/v09}/interface.c (100%) rename {v09 => old/v09}/interface.h (100%) rename {v09 => old/v09}/main.c (100%) rename {v09 => old/v09}/power_delay.c (100%) rename {v09 => old/v09}/sin.pl (100%) rename {v09 => old/v09}/time.c (100%) rename {v09 => old/v09}/time.h (100%) rename {v09 => old/v09}/uSD.c (100%) rename {v09 => old/v09}/uSD.h (100%) diff --git a/alpha/Makefile b/old/alpha/Makefile similarity index 100% rename from alpha/Makefile rename to old/alpha/Makefile diff --git a/alpha/README b/old/alpha/README similarity index 100% rename from alpha/README rename to old/alpha/README diff --git a/alpha/main.c b/old/alpha/main.c similarity index 100% rename from alpha/main.c rename to old/alpha/main.c diff --git a/beta/Makefile b/old/beta/Makefile similarity index 100% rename from beta/Makefile rename to old/beta/Makefile diff --git a/beta/README b/old/beta/README similarity index 100% rename from beta/README rename to old/beta/README diff --git a/beta/main.c b/old/beta/main.c similarity index 100% rename from beta/main.c rename to old/beta/main.c diff --git a/mosfet/Makefile b/old/mosfet/Makefile similarity index 100% rename from mosfet/Makefile rename to old/mosfet/Makefile diff --git a/mosfet/README b/old/mosfet/README similarity index 100% rename from mosfet/README rename to old/mosfet/README diff --git a/mosfet/main.c b/old/mosfet/main.c similarity index 100% rename from mosfet/main.c rename to old/mosfet/main.c diff --git a/v03/Makefile b/old/v03/Makefile similarity index 100% rename from v03/Makefile rename to old/v03/Makefile diff --git a/v03/main.c b/old/v03/main.c similarity index 100% rename from v03/main.c rename to old/v03/main.c diff --git a/v05/Makefile b/old/v05/Makefile similarity index 100% rename from v05/Makefile rename to old/v05/Makefile diff --git a/v05/config.c b/old/v05/config.c similarity index 100% rename from v05/config.c rename to old/v05/config.c diff --git a/v05/config.h b/old/v05/config.h similarity index 100% rename from v05/config.h rename to old/v05/config.h diff --git a/v05/interface.c b/old/v05/interface.c similarity index 100% rename from v05/interface.c rename to old/v05/interface.c diff --git a/v05/interface.h b/old/v05/interface.h similarity index 100% rename from v05/interface.h rename to old/v05/interface.h diff --git a/v05/main.c b/old/v05/main.c similarity index 100% rename from v05/main.c rename to old/v05/main.c diff --git a/v05/time.c b/old/v05/time.c similarity index 100% rename from v05/time.c rename to old/v05/time.c diff --git a/v05/time.h b/old/v05/time.h similarity index 100% rename from v05/time.h rename to old/v05/time.h diff --git a/v05/uSD.c b/old/v05/uSD.c similarity index 100% rename from v05/uSD.c rename to old/v05/uSD.c diff --git a/v05/uSD.h b/old/v05/uSD.h similarity index 100% rename from v05/uSD.h rename to old/v05/uSD.h diff --git a/v07/Makefile b/old/v07/Makefile similarity index 100% rename from v07/Makefile rename to old/v07/Makefile diff --git a/v07/config.c b/old/v07/config.c similarity index 100% rename from v07/config.c rename to old/v07/config.c diff --git a/v07/config.h b/old/v07/config.h similarity index 100% rename from v07/config.h rename to old/v07/config.h diff --git a/v07/interface.c b/old/v07/interface.c similarity index 100% rename from v07/interface.c rename to old/v07/interface.c diff --git a/v07/interface.h b/old/v07/interface.h similarity index 100% rename from v07/interface.h rename to old/v07/interface.h diff --git a/v07/main.c b/old/v07/main.c similarity index 100% rename from v07/main.c rename to old/v07/main.c diff --git a/v07/time.c b/old/v07/time.c similarity index 100% rename from v07/time.c rename to old/v07/time.c diff --git a/v07/time.h b/old/v07/time.h similarity index 100% rename from v07/time.h rename to old/v07/time.h diff --git a/v07/uSD.c b/old/v07/uSD.c similarity index 100% rename from v07/uSD.c rename to old/v07/uSD.c diff --git a/v07/uSD.h b/old/v07/uSD.h similarity index 100% rename from v07/uSD.h rename to old/v07/uSD.h diff --git a/v08/Makefile b/old/v08/Makefile similarity index 100% rename from v08/Makefile rename to old/v08/Makefile diff --git a/v08/config.c b/old/v08/config.c similarity index 100% rename from v08/config.c rename to old/v08/config.c diff --git a/v08/config.h b/old/v08/config.h similarity index 100% rename from v08/config.h rename to old/v08/config.h diff --git a/v08/interface.c b/old/v08/interface.c similarity index 100% rename from v08/interface.c rename to old/v08/interface.c diff --git a/v08/interface.h b/old/v08/interface.h similarity index 100% rename from v08/interface.h rename to old/v08/interface.h diff --git a/v08/main.c b/old/v08/main.c similarity index 100% rename from v08/main.c rename to old/v08/main.c diff --git a/v08/time.c b/old/v08/time.c similarity index 100% rename from v08/time.c rename to old/v08/time.c diff --git a/v08/time.h b/old/v08/time.h similarity index 100% rename from v08/time.h rename to old/v08/time.h diff --git a/v08/uSD.c b/old/v08/uSD.c similarity index 100% rename from v08/uSD.c rename to old/v08/uSD.c diff --git a/v08/uSD.h b/old/v08/uSD.h similarity index 100% rename from v08/uSD.h rename to old/v08/uSD.h diff --git a/v09/Makefile b/old/v09/Makefile similarity index 100% rename from v09/Makefile rename to old/v09/Makefile diff --git a/v09/config.c b/old/v09/config.c similarity index 100% rename from v09/config.c rename to old/v09/config.c diff --git a/v09/config.h b/old/v09/config.h similarity index 100% rename from v09/config.h rename to old/v09/config.h diff --git a/v09/interface.c b/old/v09/interface.c similarity index 100% rename from v09/interface.c rename to old/v09/interface.c diff --git a/v09/interface.h b/old/v09/interface.h similarity index 100% rename from v09/interface.h rename to old/v09/interface.h diff --git a/v09/main.c b/old/v09/main.c similarity index 100% rename from v09/main.c rename to old/v09/main.c diff --git a/v09/power_delay.c b/old/v09/power_delay.c similarity index 100% rename from v09/power_delay.c rename to old/v09/power_delay.c diff --git a/v09/sin.pl b/old/v09/sin.pl similarity index 100% rename from v09/sin.pl rename to old/v09/sin.pl diff --git a/v09/time.c b/old/v09/time.c similarity index 100% rename from v09/time.c rename to old/v09/time.c diff --git a/v09/time.h b/old/v09/time.h similarity index 100% rename from v09/time.h rename to old/v09/time.h diff --git a/v09/uSD.c b/old/v09/uSD.c similarity index 100% rename from v09/uSD.c rename to old/v09/uSD.c diff --git a/v09/uSD.h b/old/v09/uSD.h similarity index 100% rename from v09/uSD.h rename to old/v09/uSD.h -- 2.43.0