MeshTalos-Client/managed_components/espressif__cbor/tinycbor
2025-12-03 14:20:11 +08:00
..
examples first commit 2025-12-03 14:20:11 +08:00
scripts first commit 2025-12-03 14:20:11 +08:00
src first commit 2025-12-03 14:20:11 +08:00
tests first commit 2025-12-03 14:20:11 +08:00
tools first commit 2025-12-03 14:20:11 +08:00
.appveyor.yml first commit 2025-12-03 14:20:11 +08:00
.gitattributes first commit 2025-12-03 14:20:11 +08:00
.gitignore first commit 2025-12-03 14:20:11 +08:00
.tag first commit 2025-12-03 14:20:11 +08:00
.travis.yml first commit 2025-12-03 14:20:11 +08:00
Doxyfile first commit 2025-12-03 14:20:11 +08:00
LICENSE first commit 2025-12-03 14:20:11 +08:00
Makefile first commit 2025-12-03 14:20:11 +08:00
README first commit 2025-12-03 14:20:11 +08:00
tinycbor.pc.in first commit 2025-12-03 14:20:11 +08:00
TODO first commit 2025-12-03 14:20:11 +08:00
VERSION first commit 2025-12-03 14:20:11 +08:00

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/