Skip to content

legatoproject/legato-3rdParty-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://01org.github.io/tinycbor/current/

About

Concise Binary Object Representation (CBOR) Library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 55.3%
  • C++ 41.6%
  • Makefile 2.0%
  • Other 1.1%