From d87939138149d2294b87f20544ec25695b229b0c Mon Sep 17 00:00:00 2001 From: Lev Miroshnichenko <limiroshnichenko@edu.hse.ru> Date: Mon, 3 Mar 2025 20:28:20 +0300 Subject: [PATCH] Add coremark dependency --- .gitmodules | 3 +++ deps/coremark | 1 + 2 files changed, 4 insertions(+) create mode 160000 deps/coremark diff --git a/.gitmodules b/.gitmodules index 5815e9e..76ec478 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "deps/RIOT"] path = deps/RIOT url = https://github.com/RIOT-OS/RIOT.git +[submodule "deps/coremark"] + path = deps/coremark + url = https://github.com/eembc/coremark.git diff --git a/deps/coremark b/deps/coremark new file mode 160000 index 0000000..d5fad6b --- /dev/null +++ b/deps/coremark @@ -0,0 +1 @@ +Subproject commit d5fad6bd094899101a4e5fd53af7298160ced6ab -- GitLab