From ed3edb5fab9668b74023a5756571cce18847887e Mon Sep 17 00:00:00 2001 From: Byron Lathi Date: Sat, 25 Nov 2023 21:19:34 -0800 Subject: [PATCH] Change kicad library to be a submodule --- .gitmodules | 3 +++ hw/kicad_library | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) mode change 120000 => 160000 hw/kicad_library diff --git a/.gitmodules b/.gitmodules index da7e628..7c3d531 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "hw/efinix_fpga/simulation/src/verilog-sd-emulator"] path = hw/efinix_fpga/simulation/src/verilog-sd-emulator url = https://git.byronlathi.com/bslathi19/verilog-sd-emulator +[submodule "hw/kicad_library"] + path = hw/kicad_library + url = https://git.byronlathi.com/bslathi19/kicad_library.git diff --git a/hw/kicad_library b/hw/kicad_library deleted file mode 120000 index d6f43f2..0000000 --- a/hw/kicad_library +++ /dev/null @@ -1 +0,0 @@ -../../kicad_library/ \ No newline at end of file diff --git a/hw/kicad_library b/hw/kicad_library new file mode 160000 index 0000000..2d27a23 --- /dev/null +++ b/hw/kicad_library @@ -0,0 +1 @@ +Subproject commit 2d27a23b9ae687406812dabeafe01986375bbe1d