Read the articles...
To test the TinyCBOR Library, run this NuttX App...
To add this repo to your NuttX project...
cd nuttx/nuttx/libs
git submodule add https://github.com/lupyuen2/tinycbor-nuttx libtinycbor
Next update the Makefiles and Kconfig...
-
"Update Makefiles and Kconfig"
Change "sx1262" to "tinycbor", preserve case
Then update the NuttX Build Config...
In menuconfig, enable the TinyCBOR Library under "Library Routines".
TinyCBOR Documentation: https://intel.github.io/tinycbor/current/
This repo is a fork of intel/tinycbor with minimal changes.