Thiago Macieira | 60f164f | 2017-03-14 14:21:15 -0700 | [diff] [blame] | 1 | Concise Binary Object Representation (CBOR) Library |
2 | --------------------------------------------------- | ||||
3 | |||||
4 | To build TinyCBOR: | ||||
5 | |||||
6 | make | ||||
7 | |||||
8 | If you want to change the compiler or pass extra compiler flags: | ||||
9 | |||||
10 | make CC=clang CFLAGS="-m32 -Oz" LDFLAGS="-m32" | ||||
11 | |||||
Erich Keane | a2dab2c | 2017-12-06 16:45:24 -0800 | [diff] [blame] | 12 | Documentation: https://intel.github.io/tinycbor/current/ |
Thiago Macieira | 60f164f | 2017-03-14 14:21:15 -0700 | [diff] [blame] | 13 |