spmkey/pico-fido/pico-keys-sdk/tinycbor
jff b31752ab0b 首次提交初始化 2026-01-08 16:09:00 +08:00
..
.github 首次提交初始化 2026-01-08 16:09:00 +08:00
examples 首次提交初始化 2026-01-08 16:09:00 +08:00
scripts 首次提交初始化 2026-01-08 16:09:00 +08:00
src 首次提交初始化 2026-01-08 16:09:00 +08:00
tests 首次提交初始化 2026-01-08 16:09:00 +08:00
tools 首次提交初始化 2026-01-08 16:09:00 +08:00
.appveyor.yml 首次提交初始化 2026-01-08 16:09:00 +08:00
.gitattributes 首次提交初始化 2026-01-08 16:09:00 +08:00
.gitignore 首次提交初始化 2026-01-08 16:09:00 +08:00
.tag 首次提交初始化 2026-01-08 16:09:00 +08:00
Doxyfile 首次提交初始化 2026-01-08 16:09:00 +08:00
LICENSE 首次提交初始化 2026-01-08 16:09:00 +08:00
Makefile 首次提交初始化 2026-01-08 16:09:00 +08:00
README 首次提交初始化 2026-01-08 16:09:00 +08:00
SECURITY.md 首次提交初始化 2026-01-08 16:09:00 +08:00
TODO 首次提交初始化 2026-01-08 16:09:00 +08:00
VERSION 首次提交初始化 2026-01-08 16:09:00 +08:00
tinycbor.pc.in 首次提交初始化 2026-01-08 16:09:00 +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/