From d58635fd5cfedab133f8f25001289c77a3c874b1 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Sat, 6 Sep 2025 09:22:14 -0400 Subject: unity submodule --- .gitmodules | 3 +++ fw/tests/unit/Unity | 1 + 2 files changed, 4 insertions(+) create mode 160000 fw/tests/unit/Unity diff --git a/.gitmodules b/.gitmodules index a69f857..1eb4411 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "fw/mla_usb"] path = fw/mla_usb url = https://github.com/MicrochipTech/mla_usb +[submodule "fw/tests/unit/Unity"] + path = fw/tests/unit/Unity + url = https://github.com/ThrowTheSwitch/Unity.git diff --git a/fw/tests/unit/Unity b/fw/tests/unit/Unity new file mode 160000 index 0000000..cbcd08f --- /dev/null +++ b/fw/tests/unit/Unity @@ -0,0 +1 @@ +Subproject commit cbcd08fa7de711053a3deec6339ee89cad5d2697 -- cgit v1.2.3