Skip to content

ARMmbed/tinycbor

 
 

Repository files navigation

tinycbor

  • This project is a C implementation of The Concise Binary Object Representation CBOR.
  • This implementation is a copy of tinycbor.
  • This implementation is memory-efficient.

Contributing

Go ahead, file issues, make pull requests.

Building and Tests

The project includes unit tests for Mbed OS and QTTests for Linux. They are compiled as a part of internal infrastructure that isn't released. If you want to compile them yourself, you need to use your own build system.

The library compiles for Mbed OS with GCC_ARM and ARMCC compilers. Currently, you cannot compile with IAR.

Restrictions

APIs can be broken in the future.

NOTE

The development was migrated to a folder in https://github.com/ARMmbed/mbed-cloud-client-internal

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 55.2%
  • C++ 40.7%
  • Makefile 1.5%
  • Perl 1.4%
  • QMake 0.5%
  • CMake 0.4%
  • Shell 0.3%