]> granicus.if.org Git - esp-idf/commit
cbor: add tinycbor library and example
authorsuda-morris <362953310@qq.com>
Mon, 12 Aug 2019 14:07:47 +0000 (22:07 +0800)
committersuda-morris <362953310@qq.com>
Thu, 22 Aug 2019 09:44:29 +0000 (17:44 +0800)
commit5a09de8245ba3c41cdeb993437de5a1b5cfad1fd
tree2b579857a955bbecd443cc9baad02530943c4ce7
parentf85ba3516f704c4beac59e5e1039b7f0fbeee60b
cbor: add tinycbor library and example
13 files changed:
.gitmodules
components/cbor/CMakeLists.txt [new file with mode: 0644]
components/cbor/component.mk [new file with mode: 0644]
components/cbor/port/include/cbor.h [new file with mode: 0644]
components/cbor/tinycbor [new submodule]
examples/protocols/cbor/CMakeLists.txt [new file with mode: 0644]
examples/protocols/cbor/Makefile [new file with mode: 0644]
examples/protocols/cbor/README.md [new file with mode: 0644]
examples/protocols/cbor/main/CMakeLists.txt [new file with mode: 0644]
examples/protocols/cbor/main/cbor_example_main.c [new file with mode: 0644]
examples/protocols/cbor/main/component.mk [new file with mode: 0644]
tools/ci/build_examples.sh
tools/ci/build_examples_cmake.sh