From 64be87f2e8a981ed245ad65ed7a48a0af2c147c2 Mon Sep 17 00:00:00 2001 From: Marshal Horn Date: Sat, 11 Jul 2020 09:21:36 -0700 Subject: [PATCH] Moved code to avoid confusion --- {NIL-STM32F051-DISCOVERY => code}/.cproject | 0 {NIL-STM32F051-DISCOVERY => code}/.gitignore | 0 {NIL-STM32F051-DISCOVERY => code}/.project | 0 {NIL-STM32F051-DISCOVERY => code}/Makefile | 0 {NIL-STM32F051-DISCOVERY => code}/cfg/chconf.h | 0 {NIL-STM32F051-DISCOVERY => code}/cfg/halconf.h | 0 {NIL-STM32F051-DISCOVERY => code}/cfg/mcuconf.h | 0 {NIL-STM32F051-DISCOVERY => code}/drivers/si5351.c | 0 {NIL-STM32F051-DISCOVERY => code}/drivers/si5351.h | 0 {NIL-STM32F051-DISCOVERY => code}/main.c | 0 {NIL-STM32F051-DISCOVERY => code}/radio/rx.c | 0 {NIL-STM32F051-DISCOVERY => code}/radio/rx.h | 0 {NIL-STM32F051-DISCOVERY => code}/trig.c | 0 {NIL-STM32F051-DISCOVERY => code}/trig.h | 0 14 files changed, 0 insertions(+), 0 deletions(-) rename {NIL-STM32F051-DISCOVERY => code}/.cproject (100%) rename {NIL-STM32F051-DISCOVERY => code}/.gitignore (100%) rename {NIL-STM32F051-DISCOVERY => code}/.project (100%) rename {NIL-STM32F051-DISCOVERY => code}/Makefile (100%) rename {NIL-STM32F051-DISCOVERY => code}/cfg/chconf.h (100%) rename {NIL-STM32F051-DISCOVERY => code}/cfg/halconf.h (100%) rename {NIL-STM32F051-DISCOVERY => code}/cfg/mcuconf.h (100%) rename {NIL-STM32F051-DISCOVERY => code}/drivers/si5351.c (100%) rename {NIL-STM32F051-DISCOVERY => code}/drivers/si5351.h (100%) rename {NIL-STM32F051-DISCOVERY => code}/main.c (100%) rename {NIL-STM32F051-DISCOVERY => code}/radio/rx.c (100%) rename {NIL-STM32F051-DISCOVERY => code}/radio/rx.h (100%) rename {NIL-STM32F051-DISCOVERY => code}/trig.c (100%) rename {NIL-STM32F051-DISCOVERY => code}/trig.h (100%) diff --git a/NIL-STM32F051-DISCOVERY/.cproject b/code/.cproject similarity index 100% rename from NIL-STM32F051-DISCOVERY/.cproject rename to code/.cproject diff --git a/NIL-STM32F051-DISCOVERY/.gitignore b/code/.gitignore similarity index 100% rename from NIL-STM32F051-DISCOVERY/.gitignore rename to code/.gitignore diff --git a/NIL-STM32F051-DISCOVERY/.project b/code/.project similarity index 100% rename from NIL-STM32F051-DISCOVERY/.project rename to code/.project diff --git a/NIL-STM32F051-DISCOVERY/Makefile b/code/Makefile similarity index 100% rename from NIL-STM32F051-DISCOVERY/Makefile rename to code/Makefile diff --git a/NIL-STM32F051-DISCOVERY/cfg/chconf.h b/code/cfg/chconf.h similarity index 100% rename from NIL-STM32F051-DISCOVERY/cfg/chconf.h rename to code/cfg/chconf.h diff --git a/NIL-STM32F051-DISCOVERY/cfg/halconf.h b/code/cfg/halconf.h similarity index 100% rename from NIL-STM32F051-DISCOVERY/cfg/halconf.h rename to code/cfg/halconf.h diff --git a/NIL-STM32F051-DISCOVERY/cfg/mcuconf.h b/code/cfg/mcuconf.h similarity index 100% rename from NIL-STM32F051-DISCOVERY/cfg/mcuconf.h rename to code/cfg/mcuconf.h diff --git a/NIL-STM32F051-DISCOVERY/drivers/si5351.c b/code/drivers/si5351.c similarity index 100% rename from NIL-STM32F051-DISCOVERY/drivers/si5351.c rename to code/drivers/si5351.c diff --git a/NIL-STM32F051-DISCOVERY/drivers/si5351.h b/code/drivers/si5351.h similarity index 100% rename from NIL-STM32F051-DISCOVERY/drivers/si5351.h rename to code/drivers/si5351.h diff --git a/NIL-STM32F051-DISCOVERY/main.c b/code/main.c similarity index 100% rename from NIL-STM32F051-DISCOVERY/main.c rename to code/main.c diff --git a/NIL-STM32F051-DISCOVERY/radio/rx.c b/code/radio/rx.c similarity index 100% rename from NIL-STM32F051-DISCOVERY/radio/rx.c rename to code/radio/rx.c diff --git a/NIL-STM32F051-DISCOVERY/radio/rx.h b/code/radio/rx.h similarity index 100% rename from NIL-STM32F051-DISCOVERY/radio/rx.h rename to code/radio/rx.h diff --git a/NIL-STM32F051-DISCOVERY/trig.c b/code/trig.c similarity index 100% rename from NIL-STM32F051-DISCOVERY/trig.c rename to code/trig.c diff --git a/NIL-STM32F051-DISCOVERY/trig.h b/code/trig.h similarity index 100% rename from NIL-STM32F051-DISCOVERY/trig.h rename to code/trig.h