• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

examples/11-Mar-2024-189164

include/tinycbor/11-Mar-2024-1,656988

src/11-Mar-2024-4,9372,355

tests/11-Mar-2024-3,6792,953

tools/11-Mar-2024-702563

zephyr/11-Mar-2024-2317

.appveyor.ymlD11-Mar-20241.1 KiB3627

.gitattributesD11-Mar-2024142 54

.gitignoreD11-Mar-2024758 8277

.tagD11-Mar-202412 21

.travis.ymlD11-Mar-20241.5 KiB6160

DoxyfileD11-Mar-202498.8 KiB2,3191,790

LICENSED11-Mar-20241 KiB2217

MakefileD11-Mar-20246.6 KiB235192

Makefile.configureD11-Mar-20241.1 KiB3125

Makefile.nmakeD11-Mar-20241.2 KiB5245

READMED11-Mar-2024307 147

TODOD11-Mar-2024843 2623

VERSIOND11-Mar-20244 21

maketag.plD11-Mar-20242.4 KiB9271

tinycbor.pc.inD11-Mar-2024250 1210

README

1Concise Binary Object Representation (CBOR) Library
2---------------------------------------------------
3
4To build TinyCBOR:
5
6  make
7
8If you want to change the compiler or pass extra compiler flags:
9
10  make CC=clang CFLAGS="-m32 -Oz" LDFLAGS="-m32"
11
12Documentation: https://intel.github.io/tinycbor/current/
13
14