From 25e6afd831b94b9735cc6691ee19c8edc921aca7 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 8 Apr 2018 01:14:30 +0100 Subject: working decoding --- .gitmodules | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..a8ff31b --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "libopencm3"] + path = libopencm3 + url = ssh://git@git.panaceas.org/git/stm32/libopencm3 +[submodule "lwip/lwip-1.4.1"] + path = lwip/lwip-1.4.1 + url = ssh://git@git.panaceas.org/git/stm32/lwip-1.4.1.git -- cgit v1.2.3