# tinycbor **Repository Path**: zephyr-rtos/tinycbor ## Basic Information - **Project Name**: tinycbor - **Description**: Concise Binary Object Representation (CBOR) Library - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: zephyr - **Homepage**: https://github.com/zephyrproject-rtos/tinycbor - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-20 - **Last Updated**: 2022-11-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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/