From 451904a0c5fae3bd28d35c7128df3a9db1a04b26 Mon Sep 17 00:00:00 2001 From: jaseg Date: Thu, 26 Nov 2020 12:38:52 +0100 Subject: Add CRC32 implementation --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index c7286ab..9c01adf 100644 --- a/.gitmodules +++ b/.gitmodules @@ -22,3 +22,6 @@ path = prototype/fw/upstream/stm32square url = https://gitlab.com/neinseg/stm32square branch = release +[submodule "prototype/fw/upstream/PyCortexMDebug"] + path = prototype/fw/upstream/PyCortexMDebug + url = https://github.com/bnahill/PyCortexMDebug -- cgit