From 155fbbb1935a2810d922a27fe46a1da77f0b57e2 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Fri, 2 Oct 2020 19:35:49 +0100 Subject: [PATCH] add pinmux as submodule --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitmodules b/.gitmodules index 4bb1c27d..86460ee7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,6 +2,9 @@ path = nmigen-type-annotations url = https://salsa.debian.org/Kazan-team/nmigen-type-annotations.git branch = master +[submodule "libreriscv"] + path = pinmux + url = https://git.libre-soc.org/git/pinmux.git [submodule "libreriscv"] path = libreriscv url = https://git.libre-soc.org/git/libreriscv.git -- 2.30.2