mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
18 lines
464 B
Text
18 lines
464 B
Text
|
|
#
|
||
|
|
# For a description of the syntax of this configuration file,
|
||
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||
|
|
#
|
||
|
|
|
||
|
|
config FSUTILS_TINYCBOR_LIB
|
||
|
|
bool "TinyCBOR Library (RFC 8949)"
|
||
|
|
default n
|
||
|
|
depends on ALLOW_MIT_COMPONENTS
|
||
|
|
---help---
|
||
|
|
Enable support for the TinyCBOR library. This is an
|
||
|
|
implementation of RFC-8949 (Concise Binary Object
|
||
|
|
Representation).
|
||
|
|
More info: https://lupyuen.github.io/articles/cbor2
|
||
|
|
|
||
|
|
if FSUTILS_TINYCBOR_LIB
|
||
|
|
endif
|