fb6f9b78c9
Bool symbols implicitly default to 'n'. A 'default n' could make sense e.g. in a Kconfig.defconfig file, if you wanted to override a 'default y' on the base definition of the symbol, but it doesn't seem to be used like that on any of these symbols. Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no> |
||
---|---|---|
.. | ||
src | ||
CMakeLists.txt | ||
Kconfig | ||
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/