zephyr/ext/lib/encoding/tinycbor
Radoslaw Koppel dbe775838a ext: encoding: tinycbor: Add missing files for pretty printing
This commits adds missing source files for tinycbor
library to allow pretty printing.

Signed-off-by: Radoslaw Koppel <radoslaw.koppel@nordicsemi.no>
2019-03-05 09:31:48 +01:00
..
src ext: lib: tinycbor: fix half-FP feature compilation 2018-04-06 17:01:49 -04:00
CMakeLists.txt ext: encoding: tinycbor: Add missing files for pretty printing 2019-03-05 09:31:48 +01:00
Kconfig ext: encoding: tinycbor: Add missing files for pretty printing 2019-03-05 09:31:48 +01:00
LICENSE
README
VERSION

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/