mirror of
https://gitlab.com/d3tn/ud3tn.git
synced 2026-08-13 12:33:27 +02:00
This adds the Nanopb library as submodule under `external/` and adds corresponding build configuration to the Makefiles. Additionally, a Protobuf stub for AAP 2.0 is included along with a `make` target to build the corresponding C language files (`aap2-proto-headers`). Signed-off-by: Felix Walter <felix.walter@d3tn.com>
9 lines
304 B
Text
9 lines
304 B
Text
[submodule "external/unity"]
|
|
path = external/unity
|
|
url = https://github.com/ThrowTheSwitch/Unity.git
|
|
[submodule "external/tinycbor"]
|
|
path = external/tinycbor
|
|
url = https://github.com/intel/tinycbor.git
|
|
[submodule "external/nanopb"]
|
|
path = external/nanopb
|
|
url = https://github.com/nanopb/nanopb.git
|