From 50b0826d4f52d1f218f7b1fb7bf02fb53583146f Mon Sep 17 00:00:00 2001 From: hathach Date: Thu, 5 Sep 2019 21:34:49 +0700 Subject: [PATCH] adding st_driver as submodule --- .gitmodules | 3 +++ hw/mcu/st/st_driver | 1 + 2 files changed, 4 insertions(+) create mode 160000 hw/mcu/st/st_driver diff --git a/.gitmodules b/.gitmodules index 9c70debf..5db77ecb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +13,6 @@ [submodule "hw/mcu/nxp/lpc_driver"] path = hw/mcu/nxp/lpc_driver url = https://github.com/hathach/lpc_driver.git +[submodule "hw/mcu/st/st_driver"] + path = hw/mcu/st/st_driver + url = https://github.com/hathach/st_driver.git diff --git a/hw/mcu/st/st_driver b/hw/mcu/st/st_driver new file mode 160000 index 00000000..a5fef7cc --- /dev/null +++ b/hw/mcu/st/st_driver @@ -0,0 +1 @@ +Subproject commit a5fef7cc227b23057266b4d19429e47626270491