4 files changed
+14
-4
lines changedLines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
| 50 | + | |
50 | 51 |
| |
51 | 52 |
| |
52 | 53 |
| |
| |||
206 | 207 |
| |
207 | 208 |
| |
208 | 209 |
| |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
209 | 214 |
| |
210 | 215 |
| |
211 | 216 |
| |
|
Submodule mender-mcu-client updated 41 files
- CMakeLists.txt+43-3
- README.md+7-5
- VERSION+1-1
- add-ons/configure/include/mender-configure-api.h+55
- add-ons/configure/src/mender-configure-api.c+147
- add-ons/configure/src/mender-configure.c+3-2
- add-ons/inventory/include/mender-inventory-api.h+46
- add-ons/inventory/src/mender-inventory-api.c+137
- add-ons/inventory/src/mender-inventory.c+3-1
- add-ons/src/mender-troubleshoot.c-1.7k
- add-ons/troubleshoot/include/mender-troubleshoot-api.h+84
- add-ons/troubleshoot/include/mender-troubleshoot-control.h+63
- add-ons/troubleshoot/include/mender-troubleshoot-file-transfer.h+72
- add-ons/troubleshoot/include/mender-troubleshoot-mender-client.h+57
- add-ons/troubleshoot/include/mender-troubleshoot-msgpack.h+76
- add-ons/troubleshoot/include/mender-troubleshoot-protomsg.h+120
- add-ons/troubleshoot/include/mender-troubleshoot-shell.h+98
- add-ons/troubleshoot/src/mender-troubleshoot-api.c+187
- add-ons/troubleshoot/src/mender-troubleshoot-control.c+380
- add-ons/troubleshoot/src/mender-troubleshoot-file-transfer.c+1.8k
- add-ons/troubleshoot/src/mender-troubleshoot-mender-client.c+235
- add-ons/troubleshoot/src/mender-troubleshoot-msgpack.c+296
- add-ons/troubleshoot/src/mender-troubleshoot-protomsg.c+710
- add-ons/troubleshoot/src/mender-troubleshoot-shell.c+757
- add-ons/troubleshoot/src/mender-troubleshoot.c+360
- core/src/mender-api.c+24-396
- core/src/mender-client.c+14-7
- esp-idf/CMakeLists.txt+41-4
- esp-idf/Kconfig+33
- include/mender-api.h+23-49
- include/mender-client.h+12
- include/mender-shell.h+5-5
- include/mender-troubleshoot.h+10-12
- platform/net/esp-idf/src/mender-websocket.c+77-4
- platform/net/generic/curl/src/mender-websocket.c+73-7
- platform/net/zephyr/src/mender-net.c+4-4
- platform/net/zephyr/src/mender-websocket.c+118-53
- platform/shell/zephyr/src/mender-shell.c+3-3
- tests/src/main.c+168-27
- zephyr/CMakeLists.txt+25-3
- zephyr/Kconfig+12
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
| 24 | + | |
24 | 25 |
| |
25 | 26 |
| |
26 | 27 |
| |
27 | 28 |
| |
28 | 29 |
| |
| 30 | + | |
29 | 31 |
| |
30 | 32 |
| |
31 | 33 |
| |
|
Lines changed: 6 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
345 | 345 |
| |
346 | 346 |
| |
347 | 347 |
| |
348 |
| - | |
349 |
| - | |
350 |
| - | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
351 | 354 |
| |
352 | 355 |
| |
353 | 356 |
| |
|
0 commit comments