Skip to content

tejlmand/fw-nrfconnect-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/

Releases

No releases published

Packages

No packages published

Languages

  • C 54.5%
  • C++ 41.9%
  • Makefile 1.5%
  • Perl 1.4%
  • Other 0.7%