Skip to content

intel/tinycbor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8c72b3e · Apr 21, 2025
Mar 19, 2025
Apr 15, 2025
Mar 19, 2025
Sep 3, 2021
Apr 8, 2025
Mar 19, 2025
Mar 19, 2025
Mar 19, 2025
Nov 13, 2017
Aug 4, 2016
Sep 16, 2015
Apr 21, 2025
Feb 7, 2018
Jul 26, 2017
May 2, 2024
Mar 12, 2025
Dec 7, 2017
May 7, 2024
May 12, 2015
Mar 18, 2025
Sep 30, 2015

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/