MCUXpresso_LPC55S69/middleware/tinycbor
Yilin Sun 6e8d03ec0a Updated to SDK v2.15.000
Signed-off-by: Yilin Sun <imi415@imi.moe>
2024-04-12 21:21:49 +08:00
..
examples Updated SDK v2.13.0 2023-01-26 10:53:53 +08:00
scripts Updated to SDK v2.15.000 2024-04-12 21:21:49 +08:00
src Updated to SDK v2.15.000 2024-04-12 21:21:49 +08:00
tests Updated SDK v2.13.0 2023-01-26 10:53:53 +08:00
tools Updated SDK v2.13.0 2023-01-26 10:53:53 +08:00
Doxyfile Updated SDK v2.13.0 2023-01-26 10:53:53 +08:00
LICENSE Updated SDK v2.13.0 2023-01-26 10:53:53 +08:00
Makefile Updated SDK v2.13.0 2023-01-26 10:53:53 +08:00
Makefile.configure Updated SDK v2.13.0 2023-01-26 10:53:53 +08:00
Makefile.nmake Updated SDK v2.13.0 2023-01-26 10:53:53 +08:00
README Updated SDK v2.13.0 2023-01-26 10:53:53 +08:00
TODO Updated SDK v2.13.0 2023-01-26 10:53:53 +08:00
VERSION Updated SDK v2.13.0 2023-01-26 10:53:53 +08:00
middleware_tinycbor.cmake Updated to SDK v2.15.000 2024-04-12 21:21:49 +08:00
tinycbor.pc.in Updated SDK v2.13.0 2023-01-26 10:53:53 +08:00

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/