MCUXpresso_MIMXRT1021xxxxx/middleware/tinycbor
Yilin Sun 763d32be90
Updated SDK to v2.15.000
Signed-off-by: Yilin Sun <imi415@imi.moe>
2024-03-15 22:23:36 +08:00
..
examples Updated to SDK v2.14.0 2023-08-31 23:30:31 +08:00
scripts Updated SDK to v2.15.000 2024-03-15 22:23:36 +08:00
src Updated SDK to v2.15.000 2024-03-15 22:23:36 +08:00
tests Updated to SDK v2.14.0 2023-08-31 23:30:31 +08:00
tools Updated to SDK v2.14.0 2023-08-31 23:30:31 +08:00
Doxyfile Updated to SDK v2.14.0 2023-08-31 23:30:31 +08:00
LICENSE Updated to SDK v2.14.0 2023-08-31 23:30:31 +08:00
Makefile Updated to SDK v2.14.0 2023-08-31 23:30:31 +08:00
Makefile.configure Updated to SDK v2.14.0 2023-08-31 23:30:31 +08:00
Makefile.nmake Updated to SDK v2.14.0 2023-08-31 23:30:31 +08:00
README Updated to SDK v2.14.0 2023-08-31 23:30:31 +08:00
TODO Updated to SDK v2.14.0 2023-08-31 23:30:31 +08:00
VERSION Updated to SDK v2.14.0 2023-08-31 23:30:31 +08:00
middleware_tinycbor.cmake Updated SDK to v2.15.000 2024-03-15 22:23:36 +08:00
tinycbor.pc.in Updated to SDK v2.14.0 2023-08-31 23:30:31 +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/