Skip to content

zephyrproject-rtos/tinycbor

 
 

Repository files navigation

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/

About

Concise Binary Object Representation (CBOR) Library

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • C 53.8%
  • C++ 42.6%
  • Makefile 1.6%
  • Perl 1.4%
  • Other 0.6%