diff options
author | Karel Kočí <cynerd@email.cz> | 2016-03-11 16:25:20 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2016-03-11 16:25:20 +0100 |
commit | 9b98275f519773177039cbc65d500ddefb0d4831 (patch) | |
tree | c46561979b96ff03d4c2a0527837c6eed1657ac7 | |
parent | 46fdca089bf60a776c58d4f6c1f9e65bb520de92 (diff) | |
download | avr-ioe-9b98275f519773177039cbc65d500ddefb0d4831.tar.gz avr-ioe-9b98275f519773177039cbc65d500ddefb0d4831.tar.bz2 avr-ioe-9b98275f519773177039cbc65d500ddefb0d4831.zip |
Add simav submodule for testing
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | tests/simavr | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index a8be02a..beb1370 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "kconfig"] path = kconfig url = https://github.com/guillon/kconfig.git +[submodule "tests/simavr"] + path = tests/simavr + url = https://github.com/buserror/simavr.git diff --git a/tests/simavr b/tests/simavr new file mode 160000 +Subproject dc222b5ec86bfaeadd6a32f58c51859ac13454c |