File tree
7 files changed
+21
-7
lines changed- components
- FreeRTOS-Libraries-Integration-Tests
- config
- idt_config/windows
- main
7 files changed
+21
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
81 | 91 | | |
82 | 92 | | |
83 | 93 | | |
| |||
Submodule esp-aws-iot updated 40 files
- .gitignore+1
- .gitlab-ci.yml+54-31
- examples/http/http_mutual_auth/main/app_main.c+1-1
- examples/http/http_mutual_auth/main/http_demo_mutual_auth.c+16-15
- examples/http/http_mutual_auth/main/http_demo_utils.c+2-2
- examples/jobs/main/JobsDemoExample.c+43-55
- examples/jobs/main/app_main.c+1-1
- examples/jobs/main/mqtt_demo_helpers.c+589-536
- examples/jobs/main/mqtt_demo_helpers.h+46-67
- examples/mqtt/tls_mutual_auth/main/app_main.c+1-1
- examples/mqtt/tls_mutual_auth/main/mqtt_demo_mutual_auth.c+265-115
- examples/ota/ota_http/CMakeLists.txt+1
- examples/ota/ota_http/dependencies.lock+3
- examples/ota/ota_http/main/CMakeLists.txt+1-1
- examples/ota/ota_http/main/app_main.c+1-1
- examples/ota/ota_http/main/certs/http_root_cert_auth.pem+18-19
- examples/ota/ota_http/main/http_demo_url_utils.c+202
- examples/ota/ota_http/main/http_demo_url_utils.h+17-27
- examples/ota/ota_http/main/http_demo_utils.c-272
- examples/ota/ota_http/main/idf_component.yml+6
- examples/ota/ota_http/main/ota_demo_core_http.c+127-40
- examples/ota/ota_mqtt/CMakeLists.txt+1
- examples/ota/ota_mqtt/dependencies.lock+3
- examples/ota/ota_mqtt/main/app_main.c+1-1
- examples/ota/ota_mqtt/main/idf_component.yml+6
- examples/ota/ota_mqtt/main/ota_demo_core_mqtt.c+118-35
- examples/thing_shadow/main/app_main.c+1-1
- examples/thing_shadow/main/shadow_demo_helpers.c+237-86
- examples/thing_shadow/main/shadow_demo_main.c+10-9
- libraries/common/posix_compat/CMakeLists.txt+1
- libraries/coreHTTP/port/network_transport/network_transport.c+1
- libraries/coreMQTT/CMakeLists.txt+4
- libraries/coreMQTT/coreMQTT+1-1
- libraries/coreMQTT/port/network_transport/network_transport.c+1
- libraries/corePKCS11/CMakeLists.txt+1
- libraries/corePKCS11/port/core_pkcs11_pal.c+1-1
- libraries/corePKCS11/port/iot_crypto.c+11
- libraries/ota-for-aws-iot-embedded-sdk/port/aws_esp_ota_ops.c+10-6
- libraries/ota-for-aws-iot-embedded-sdk/port/aws_esp_ota_ops.h-2
- libraries/ota-for-aws-iot-embedded-sdk/port/ota_pal.c+11-6
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
84 | 88 | | |
85 | 89 | | |
86 | 90 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
0 commit comments