Skip to content

Commit 4403cdd

Browse files
committed
feat(zcbor): import submodule
We will use CBOR as the serialization mechanism for making IPC between ocre-cli and ocred. This is only useful for MPU systems like Linux, and not Zephyr. Signed-off-by: Marco Casaroli <marco.casaroli@gmail.com>
1 parent 8b07e11 commit 4403cdd

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@
88
[submodule "tests/Unity"]
99
path = tests/Unity
1010
url = https://github.com/ThrowTheSwitch/Unity.git
11+
[submodule "src/samples/supervisor/posix/zcbor"]
12+
path = src/samples/supervisor/posix/zcbor
13+
url = https://github.com/NordicSemiconductor/zcbor.git

src/samples/supervisor/posix/zcbor

Submodule zcbor added at e450dc4

0 commit comments

Comments
 (0)