Skip to content

Commit 76ebf6f

Browse files
author
ybwang
committed
[update] update cjson from faycheng to DaveGamble
1 parent 9a267ff commit 76ebf6f

7 files changed

Lines changed: 4844 additions & 731 deletions

File tree

components/utils/cjson/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ sdk_add_include_directories(.)
44

55
sdk_library_add_sources(
66
cJSON.c
7-
)
7+
cJSON_Utils.c
8+
)

components/utils/cjson/bouffalo.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ COMPONENT_ADD_INCLUDEDIRS += .
77
COMPONENT_PRIV_INCLUDEDIRS :=
88

99
## This component's src
10-
COMPONENT_SRCS := cJSON.c
10+
COMPONENT_SRCS := cJSON.c cJSON_Utils.c
1111

1212

1313
COMPONENT_OBJS := $(patsubst %.c,%.o, $(COMPONENT_SRCS))

0 commit comments

Comments
 (0)