Include the agent and bootloader repos and reference them from blhost-unix.sh to make the firmware update script work out of the box.

This commit is contained in:
László Monda
2017-03-07 00:55:43 +01:00
parent 4676b85a19
commit c7aab821e9
4 changed files with 24 additions and 4 deletions

6
.gitmodules vendored
View File

@@ -4,3 +4,9 @@
[submodule "lib/KSDK_2.0_MK22FN512xxx12"]
path = lib/KSDK_2.0_MK22FN512xxx12
url = https://github.com/UltimateHackingKeyboard/KSDK_2.0_MK22FN512xxx12.git
[submodule "lib/bootloader"]
path = lib/bootloader
url = https://github.com/UltimateHackingKeyboard/bootloader.git
[submodule "lib/agent"]
path = lib/agent
url = https://github.com/UltimateHackingKeyboard/agent.git