您最多能選擇 25 個主題
主題必須以字母或數字為開頭,可包含連接號「-」且最長為 35 個字元。
|
3 年前 | |
---|---|---|
.. | ||
port/include | 3 年前 | |
test | 3 年前 | |
tinycbor | 3 年前 | |
CMakeLists.txt | 3 年前 | |
LICENSE | 3 年前 | |
README.md | 3 年前 | |
idf_component.yml | 3 年前 |
README.md
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/