From 6787fbeff09472dbc7f4ec1aecb62c7896313de5 Mon Sep 17 00:00:00 2001 From: hathach Date: Wed, 20 Mar 2019 12:37:25 +0700 Subject: move lpcopen to its own repo (submodule) --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 23b4cc668..cce8f7c35 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,6 @@ [submodule "hw/mcu/st/stm32lib"] path = hw/mcu/st/stm32lib url = https://github.com/micropython/stm32lib.git +[submodule "hw/mcu/nxp/lpcopen"] + path = hw/mcu/nxp/lpcopen + url = https://github.com/hathach/lpcopen.git -- cgit v1.3.1