From eca14a5ab34a432b49a06f083729e75af9e4db76 Mon Sep 17 00:00:00 2001 From: hathach Date: Mon, 11 Nov 2019 11:38:30 +0700 Subject: [PATCH] re-add submodule nxp_driver --- .gitmodules | 3 +++ hw/mcu/nxp | 1 + 2 files changed, 4 insertions(+) create mode 160000 hw/mcu/nxp diff --git a/.gitmodules b/.gitmodules index b932f64a..c7b39618 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16,3 +16,6 @@ [submodule "hw/mcu/ti"] path = hw/mcu/ti url = https://github.com/hathach/ti_driver.git +[submodule "hw/mcu/nxp"] + path = hw/mcu/nxp + url = https://github.com/hathach/nxp_driver.git diff --git a/hw/mcu/nxp b/hw/mcu/nxp new file mode 160000 index 00000000..0eef4984 --- /dev/null +++ b/hw/mcu/nxp @@ -0,0 +1 @@ +Subproject commit 0eef4984c339b8c201812e3ed09cf70225a81b16