From 69a801c0275500f392b21d77acd690a5c1977de7 Mon Sep 17 00:00:00 2001 From: hathach Date: Mon, 9 Dec 2019 17:59:30 +0700 Subject: change the samd submodule --- .gitmodules | 3 --- 1 file changed, 3 deletions(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index c7b396187..b5a2feaca 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,6 @@ [submodule "hw/mcu/nordic/nrfx"] path = hw/mcu/nordic/nrfx url = https://github.com/NordicSemiconductor/nrfx.git -[submodule "hw/mcu/microchip/samd/asf4"] - path = hw/mcu/microchip/samd/asf4 - url = https://github.com/adafruit/asf4.git [submodule "tools/uf2"] path = tools/uf2 url = https://github.com/microsoft/uf2.git -- cgit v1.3.1 From 9a8e6ed93b0713506c729c12243561ef23a2c619 Mon Sep 17 00:00:00 2001 From: hathach Date: Mon, 9 Dec 2019 18:18:01 +0700 Subject: added microchip submodule --- .gitmodules | 3 +++ hw/mcu/microchip | 1 + 2 files changed, 4 insertions(+) create mode 160000 hw/mcu/microchip (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index b5a2feaca..83db9dfff 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16,3 +16,6 @@ [submodule "hw/mcu/nxp"] path = hw/mcu/nxp url = https://github.com/hathach/nxp_driver.git +[submodule "hw/mcu/microchip"] + path = hw/mcu/microchip + url = https://github.com/hathach/microchip_driver.git diff --git a/hw/mcu/microchip b/hw/mcu/microchip new file mode 160000 index 000000000..005624a65 --- /dev/null +++ b/hw/mcu/microchip @@ -0,0 +1 @@ +Subproject commit 005624a65dc6598b10eb1287edc92316d8ae3c1d -- cgit v1.3.1