Skip to content
代码片段 群组 项目
用户头像
Bertrand Roussel 编辑于
Updating LICENSE file so project can be recognized as MIT in
GitHub.

Signed-off-by: default avatarBertrand Roussel <broussel@sierrawireless.com>
70f58e8b
历史
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://01org.github.io/tinycbor/current/