Skip to content

Commit eab79c2

Browse files
authored
Merge branch 'master' into feat/nand_flash_bdl_support
2 parents 19bd12c + 351fb45 commit eab79c2

File tree

4 files changed

+3
-10
lines changed

4 files changed

+3
-10
lines changed

cbor/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ idf_component_register(SRCS "tinycbor/src/cborencoder_close_container_checked.c"
1010
"tinycbor/src/cbortojson.c"
1111
"tinycbor/src/cborvalidation.c"
1212
"tinycbor/src/open_memstream.c"
13-
INCLUDE_DIRS "port/include"
14-
PRIV_INCLUDE_DIRS "tinycbor/src")
13+
INCLUDE_DIRS "tinycbor/src")
1514

1615
# for open_memstream.c
1716
set_source_files_properties(tinycbor/src/open_memstream.c PROPERTIES

cbor/examples/cbor/main/cbor_example_main.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
#include <stdlib.h>
1616
#include "esp_log.h"
1717
#include "cbor.h"
18+
#include "cborjson.h"
1819

1920
static const char *TAG = "example";
2021

cbor/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "0.6.1~3"
1+
version: "0.6.1~4"
22
description: "CBOR: Concise Binary Object Representation Library"
33
url: https://github.com/espressif/idf-extra-components/tree/master/cbor
44
dependencies:

cbor/port/include/cbor.h

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)