From 393b268e159a40b23bc63464f4d04d5be09e070f Mon Sep 17 00:00:00 2001 From: jacqueline Date: Sat, 21 Jan 2023 14:04:56 +1100 Subject: Vendor tinycbor, since v5 no longer includes it --- lib/cbor/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 lib/cbor/README.md (limited to 'lib/cbor/README.md') diff --git a/lib/cbor/README.md b/lib/cbor/README.md new file mode 100644 index 00000000..167efa06 --- /dev/null +++ b/lib/cbor/README.md @@ -0,0 +1,13 @@ +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/ + -- cgit v1.2.3