Commit c687662
committed
Merge branch 'develop'
* develop:
Sync-up with iot-core 1.5.7
esp8266: Use CONFIG_NEWLIB_LIBRARY_LEVEL_NORMAL for all esp8266 sample apps
Sync-up with iot-core 1.5.6
Fix incorrect saturation value sent back to SmartThings (#76)
| Conflicts:
| iot-core : sync with latest iot-coreFile tree
8 files changed
+7
-152
lines changed- apps
- capability_sample
- esp8266
- light_example
- switch_example
- rtl8721c/light_example/main
- patches/esp8266/cJSON
- tools/esp8266
8 files changed
+7
-152
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
344 | 344 | | |
345 | 345 | | |
346 | 346 | | |
347 | | - | |
348 | | - | |
| 347 | + | |
| 348 | + | |
349 | 349 | | |
350 | 350 | | |
351 | 351 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
344 | 344 | | |
345 | 345 | | |
346 | 346 | | |
347 | | - | |
348 | | - | |
| 347 | + | |
| 348 | + | |
349 | 349 | | |
350 | 350 | | |
351 | 351 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
- CHANGELOG.md+13
- src/easysetup/http/tcp/iot_easysetup_http_socket.c+4-4
- src/easysetup/http/tcp/iot_easysetup_httpd.c+8-9
- src/include/iot_easysetup.h+1-1
- src/include/st_dev_version.h+1-1
- src/iot_capability.c+2-2
- src/port/bsp/posix/iot_bsp_fs_posix.c+9-2
- src/port/os/mocos/iot_os_util_mocos.c+2-2
- test/TC_FUNC_iot_easysetup_st_mqtt.c+13-17
- test/TC_FUNC_iot_main.c+3
- test/TC_FUNC_iot_nv_data.c+1-1
Lines changed: 0 additions & 102 deletions
This file was deleted.
Lines changed: 0 additions & 42 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | 38 | | |
40 | 39 | | |
0 commit comments