module: Deprecate TinyCBOR See https://github.com/zephyrproject-rtos/zephyr/issues/40591 for additional details. Signed-off-by: Carles Cufi carles.cufi@nordicsemi.no
module: Deprecate TinyCBOR
See https://github.com/zephyrproject-rtos/zephyr/issues/40591 for additional details.
Signed-off-by: Carles Cufi carles.cufi@nordicsemi.no
To build TinyCBOR:
make
If you want to change the compiler or pass extra compiler flags:
make CC=clang CFLAGS=”-m32 -Oz” LDFLAGS=”-m32”
Documentation: https://intel.github.io/tinycbor/current/
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
Concise Binary Object Representation (CBOR) Library
To build TinyCBOR:
make
If you want to change the compiler or pass extra compiler flags:
make CC=clang CFLAGS=”-m32 -Oz” LDFLAGS=”-m32”
Documentation: https://intel.github.io/tinycbor/current/