From afb94dd299a0f46fe57a5879c526329d2af797f3 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Fri, 5 Nov 2021 18:28:31 +0800 Subject: [PATCH] nac3artiq: move demo to dedicated folder --- nac3artiq/{ => demo}/demo.py | 0 nac3artiq/{ => demo}/device_db.py | 0 nac3artiq/{ => demo}/kernel.ld | 0 nac3artiq/{ => demo}/min_artiq.py | 0 nac3artiq/demo/nac3artiq.so | 1 + nac3artiq/nac3artiq.so | 1 - 6 files changed, 1 insertion(+), 1 deletion(-) rename nac3artiq/{ => demo}/demo.py (100%) rename nac3artiq/{ => demo}/device_db.py (100%) rename nac3artiq/{ => demo}/kernel.ld (100%) rename nac3artiq/{ => demo}/min_artiq.py (100%) create mode 120000 nac3artiq/demo/nac3artiq.so delete mode 120000 nac3artiq/nac3artiq.so diff --git a/nac3artiq/demo.py b/nac3artiq/demo/demo.py similarity index 100% rename from nac3artiq/demo.py rename to nac3artiq/demo/demo.py diff --git a/nac3artiq/device_db.py b/nac3artiq/demo/device_db.py similarity index 100% rename from nac3artiq/device_db.py rename to nac3artiq/demo/device_db.py diff --git a/nac3artiq/kernel.ld b/nac3artiq/demo/kernel.ld similarity index 100% rename from nac3artiq/kernel.ld rename to nac3artiq/demo/kernel.ld diff --git a/nac3artiq/min_artiq.py b/nac3artiq/demo/min_artiq.py similarity index 100% rename from nac3artiq/min_artiq.py rename to nac3artiq/demo/min_artiq.py diff --git a/nac3artiq/demo/nac3artiq.so b/nac3artiq/demo/nac3artiq.so new file mode 120000 index 00000000..d05f6c9b --- /dev/null +++ b/nac3artiq/demo/nac3artiq.so @@ -0,0 +1 @@ +../../target/release/libnac3artiq.so \ No newline at end of file diff --git a/nac3artiq/nac3artiq.so b/nac3artiq/nac3artiq.so deleted file mode 120000 index fbba2417..00000000 --- a/nac3artiq/nac3artiq.so +++ /dev/null @@ -1 +0,0 @@ -../target/release/libnac3artiq.so \ No newline at end of file