diff options
author | iabdalkader <i.abdalkader@gmail.com> | 2023-06-01 16:38:43 +0200 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2023-09-14 23:51:30 +1000 |
commit | dc5ea0c77d8729244ebf8f45c2f854cc3ef3581e (patch) | |
tree | e4595e5e3abbd840fb742057a4445d8bf383cfef | |
parent | 31ff3ff3aa6509ed58d0bbf51cc0ac16578a3811 (diff) | |
download | micropython-dc5ea0c77d8729244ebf8f45c2f854cc3ef3581e.tar.gz micropython-dc5ea0c77d8729244ebf8f45c2f854cc3ef3581e.zip |
lib/protobuf-c: Add protobuf-c library.
Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | lib/protobuf-c | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 992fec3d18..75bffdaddd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -56,3 +56,6 @@ [submodule "lib/micropython-lib"] path = lib/micropython-lib url = https://github.com/micropython/micropython-lib.git +[submodule "lib/protobuf-c"] + path = lib/protobuf-c + url = https://github.com/protobuf-c/protobuf-c.git diff --git a/lib/protobuf-c b/lib/protobuf-c new file mode 160000 +Subproject abc67a11c6db271bedbb9f58be85d6f4e2ea838 |