zephyr/ext/lib/encoding/tinycbor
Andrzej Puzdrowski 00f6fc9643 ext: lib: tinycbor: fix half-FP feature compilation
half-FP feature requires <math.h> form newlib_libc. It was include
wrongly by default. This path fix conduction for related include
directive.

Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
2018-04-06 17:01:49 -04:00
..
src ext: lib: tinycbor: fix half-FP feature compilation 2018-04-06 17:01:49 -04:00
CMakeLists.txt ext: lib: tinycbor: Add req Zephyr specific files 2018-02-08 21:17:22 +01:00
Kconfig ext: lib: tinycbor: fix Zephyr specific settings 2018-04-06 17:01:49 -04:00
LICENSE
README
VERSION

README

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/