File: 0083-added-gsg-kicad-lib-submodule.patch

package info (click to toggle)
hackrf 2015.07.2-11
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 69,764 kB
  • ctags: 9,327
  • sloc: ansic: 13,907; python: 696; vhdl: 218; sh: 32; makefile: 15
file content (32 lines) | stat: -rw-r--r-- 952 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
From 6e8a483598bb6f1b7cc116cdd2390f37cbdaaa60 Mon Sep 17 00:00:00 2001
From: Michael Ossmann <mike@ossmann.com>
Date: Thu, 14 Jul 2016 10:27:28 -0600
Subject: [PATCH 083/111] added gsg-kicad-lib submodule

---
 .gitmodules            | 3 +++
 hardware/gsg-kicad-lib | 1 +
 2 files changed, 4 insertions(+)
 create mode 160000 hardware/gsg-kicad-lib

diff --git a/.gitmodules b/.gitmodules
index b2b9edd..237fbf3 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,6 @@
 [submodule "firmware/libopencm3"]
 	path = firmware/libopencm3
 	url = https://github.com/mossmann/libopencm3.git
+[submodule "hardware/gsg-kicad-lib"]
+	path = hardware/gsg-kicad-lib
+	url = https://github.com/greatscottgadgets/gsg-kicad-lib.git
diff --git a/hardware/gsg-kicad-lib b/hardware/gsg-kicad-lib
new file mode 160000
index 0000000..b111530
--- /dev/null
+++ b/hardware/gsg-kicad-lib
@@ -0,0 +1 @@
+Subproject commit b1115301432b1b5ab3dc0a835572e33552d49cb4
-- 
2.1.4