subsys/mgmt: Enabling mynewt-core version of tinycbor

This PR provides changes that are required after replacing Tinycbor
with copy of source code from mynewt-core.
The Tinycbor has been replaced with mynewt-core version to reduce
maintenance effort; by replacing it the Zephy specific changes have been
reduced to small patch over mynewt codebase.

Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
This commit is contained in:
Dominik Ermel 2020-01-10 10:13:14 +00:00 committed by Carles Cufí
commit 08c8dc7e27
4 changed files with 6 additions and 27 deletions

View file

@ -8,8 +8,8 @@
#define ZEPHYR_INCLUDE_MGMT_BUF_H_
#include <inttypes.h>
#include "cbor_encoder_writer.h"
#include "cbor_decoder_reader.h"
#include "tinycbor/cbor.h"
#include "tinycbor/cbor_buf_writer.h"
struct net_buf;
struct cbor_nb_reader {