7 Commits

Author SHA1 Message Date
e5df03c277 feat(cjson): Add function to encode json number when "sprintf" not support float
Newlib use nano mode as default. When enable nano mode, cjson use internal function to encode for float data.
Otherwise using "sprintf" to encode float data.
2018-10-15 09:50:24 +08:00
25ae7a75df chore(cjson): Add cmake script 2018-05-04 10:29:04 +08:00
1dcf28de32 feat(cJSON): Update cJSON library to V1.7.6
Source: https://github.com/DaveGamble/cJSON.git
2018-04-20 21:33:27 +08:00
c171ce3e9a feat(cJSON): Redefine cJSON file structure 2018-04-20 10:48:49 +08:00
1297a40846 fix(component.mk): Fix component.mk error of some component 2018-04-08 14:47:24 +08:00
a599262dae feat(cjson): Add component.mk for cjson 2018-04-04 18:22:20 +08:00
bcb554e807 feat(cjson): Move cjson to components 2018-04-04 18:21:13 +08:00