Commit Graph

11 Commits

Author SHA1 Message Date
dongheng
ef8be5b0b1 feat(newlib): nano mode libc supports print float type data
Commit ID: df26aa94
2019-08-14 20:01:17 +08:00
dongheng
114d2b5b86 feature(script): update compiling script for new make and cmake 2019-08-02 14:02:45 +08:00
dongheng
7affcfc02d feat(cjson): Check if 32-bit type data is overflow 2019-05-20 14:04:15 +08:00
dongheng
cca13e0f99 feat(make): Sync code from esp-idf and modify for ESP8266
Commit ID: f6bfe13e
2019-05-16 16:22:11 +08:00
Dong Heng
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
Dong Heng
25ae7a75df chore(cjson): Add cmake script 2018-05-04 10:29:04 +08:00
zhangjunhao
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
zhangjunhao
c171ce3e9a feat(cJSON): Redefine cJSON file structure 2018-04-20 10:48:49 +08:00
Dong Heng
1297a40846 fix(component.mk): Fix component.mk error of some component 2018-04-08 14:47:24 +08:00
Dong Heng
a599262dae feat(cjson): Add component.mk for cjson 2018-04-04 18:22:20 +08:00
Wu Jian Gang
bcb554e807 feat(cjson): Move cjson to components 2018-04-04 18:21:13 +08:00