File tree
13 files changed
+904
-496
lines changed- .github/workflows
- components
- FreeRTOS-Libraries-Integration-Tests
- main
- demo_tasks/ota_over_mqtt_demo
- networking/mqtt
13 files changed
+904
-496
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
| 59 | + |
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
41 |
| - | |
| 41 | + | |
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
|
Submodule FreeRTOS-Libraries-Integration-Tests updated 25 files
- README.md+3-6
- config_template/test_execution_config_template.h-12
- config_template/test_param_config_template.h-65
- src/mqtt/mqtt_test.c+15
- src/ota/README.md-85
- src/ota/aws_test_ota_pal_ecdsa_sha256_signature.h-69
- src/ota/aws_test_ota_pal_rsa_sha1_signature.h-117
- src/ota/aws_test_ota_pal_rsa_sha256_signature.h-114
- src/ota/ota_pal_test.c-651
- src/ota/ota_pal_test.h-15
- src/ota/test_files/ecdsa-sha256-signer.crt.pem.test-10
- src/ota/test_files/rsa-sha1-root-ca-cert.pem.test-23
- src/ota/test_files/rsa-sha1-signer.crt.pem.test-20
- src/ota/test_files/rsa-sha256-signer.crt.pem.test-18
- src/ota/test_files/rsasigner.crt.test-18
- src/ota_pal_test.cmake-4
- src/pkcs11/README.md+3
- src/pkcs11/core_pkcs11_test.c+29-29
- src/pkcs11/dev_mode_key_provisioning/dev_mode_key_provisioning.c+1-1
- src/pkcs11/rsa_test_credentials.h+30-23
- src/qualification_test.c-16
- tools/echo_server/README.md+4-1
- tools/echo_server/config.json+2-1
- tools/echo_server/echo_server.go+202-140
- version-mappings.yml+4-1
Submodule esp-aws-iot updated 82 files
- .gitlab-ci.yml+6
- .gitmodules+3-3
- README.md+121-54
- examples/fleet_provisioning/fleet_provisioning_with_csr/main/mbedtls_pkcs11_posix.c+46-12
- examples/fleet_provisioning/fleet_provisioning_with_csr/main/mqtt_operations.c+1
- examples/fleet_provisioning/fleet_provisioning_with_csr/main/pkcs11_operations.c+36-10
- examples/fleet_provisioning/fleet_provisioning_with_csr/partitions.csv+1-1
- examples/jobs/main/mqtt_demo_helpers.c+1
- examples/ota/README.md+5
- examples/ota/SecurityGuide.md-170
- examples/ota/ota_http/CMakeLists.txt-22
- examples/ota/ota_http/README.md-28
- examples/ota/ota_http/main/CMakeLists.txt-15
- examples/ota/ota_http/main/FreeRTOSIPConfig.h-318
- examples/ota/ota_http/main/Kconfig.projbuild-69
- examples/ota/ota_http/main/app_main.c-54
- examples/ota/ota_http/main/certs/aws_codesign.crt-10
- examples/ota/ota_http/main/certs/client.crt-1
- examples/ota/ota_http/main/certs/client.key-1
- examples/ota/ota_http/main/certs/http_root_cert_auth.crt-20
- examples/ota/ota_http/main/certs/root_cert_auth.crt-21
- examples/ota/ota_http/main/demo_config.h-126
- examples/ota/ota_http/main/http_demo_url_utils.c-202
- examples/ota/ota_http/main/http_demo_url_utils.h-105
- examples/ota/ota_http/main/idf_component.yml-7
- examples/ota/ota_http/main/mqtt_subscription_manager.c-218
- examples/ota/ota_http/main/mqtt_subscription_manager.h-143
- examples/ota/ota_http/main/ota_demo_core_http.c-2.4k
- examples/ota/ota_http/ota_http_demo.csv-3
- examples/ota/ota_http/partitions_ota_http.csv-9
- examples/ota/ota_http/sdkconfig.defaults-21
- examples/ota/ota_http/sdkconfig.defaults.esp32s2-17
- examples/ota/ota_mqtt/CMakeLists.txt-20
- examples/ota/ota_mqtt/README.md-28
- examples/ota/ota_mqtt/main/CMakeLists.txt-14
- examples/ota/ota_mqtt/main/FreeRTOSIPConfig.h-318
- examples/ota/ota_mqtt/main/Kconfig.projbuild-70
- examples/ota/ota_mqtt/main/app_main.c-54
- examples/ota/ota_mqtt/main/certs/aws_codesign.crt-10
- examples/ota/ota_mqtt/main/certs/client.crt-1
- examples/ota/ota_mqtt/main/certs/client.key-1
- examples/ota/ota_mqtt/main/certs/root_cert_auth.crt-21
- examples/ota/ota_mqtt/main/demo_config.h-114
- examples/ota/ota_mqtt/main/idf_component.yml-7
- examples/ota/ota_mqtt/main/mqtt_subscription_manager.c-218
- examples/ota/ota_mqtt/main/mqtt_subscription_manager.h-143
- examples/ota/ota_mqtt/main/ota_demo_core_mqtt.c-1.9k
- examples/ota/ota_mqtt/ota_mqtt_demo.csv-3
- examples/ota/ota_mqtt/partitions_ota_mqtt.csv-9
- examples/ota/ota_mqtt/sdkconfig.defaults-21
- examples/ota/ota_mqtt/sdkconfig.defaults.esp32c2-17
- examples/thing_shadow/main/shadow_demo_helpers.c+1
- libraries/Device-Defender-for-AWS-IoT-embedded-sdk/Device-Defender-for-AWS-IoT-embedded-sdk+1-1
- libraries/Device-Shadow-for-AWS-IoT-embedded-sdk/Device-Shadow-for-AWS-IoT-embedded-sdk+1-1
- libraries/Fleet-Provisioning-for-AWS-IoT-embedded-sdk/Fleet-Provisioning-for-AWS-IoT-embedded-sdk+1-1
- libraries/Jobs-for-AWS-IoT-embedded-sdk/CMakeLists.txt+2
- libraries/Jobs-for-AWS-IoT-embedded-sdk/Jobs-for-AWS-IoT-embedded-sdk+1-1
- libraries/aws-iot-core-mqtt-file-streams-embedded-c/CMakeLists.txt+9-6
- libraries/aws-iot-core-mqtt-file-streams-embedded-c/Kconfig+29
- libraries/aws-iot-core-mqtt-file-streams-embedded-c/aws-iot-core-mqtt-file-streams-embedded-c+1
- libraries/aws-iot-core-mqtt-file-streams-embedded-c/config/ota_config.h+105
- libraries/aws-iot-core-mqtt-file-streams-embedded-c/port/aws_esp_ota_ops.c
- libraries/aws-iot-core-mqtt-file-streams-embedded-c/port/aws_esp_ota_ops.h
- libraries/aws-iot-core-mqtt-file-streams-embedded-c/port/ota_os_freertos.c+155
- libraries/aws-iot-core-mqtt-file-streams-embedded-c/port/ota_os_freertos.h+213
- libraries/aws-iot-core-mqtt-file-streams-embedded-c/port/ota_pal.c+109-84
- libraries/aws-iot-core-mqtt-file-streams-embedded-c/port/ota_pal.h+119-14
- libraries/backoffAlgorithm/backoffAlgorithm+1-1
- libraries/coreHTTP/coreHTTP+1-1
- libraries/coreJSON/coreJSON+1-1
- libraries/coreMQTT-Agent/config/core_mqtt_agent_config.h+7-2
- libraries/coreMQTT-Agent/coreMQTT-Agent+1-1
- libraries/coreMQTT-Agent/port/freertos_command_pool.c+5-5
- libraries/coreMQTT/coreMQTT+1-1
- libraries/coreMQTT/port/network_transport/network_transport.c+219-65
- libraries/coreMQTT/port/network_transport/network_transport.h+24-1
- libraries/corePKCS11/corePKCS11+1-1
- libraries/ota-for-aws-iot-embedded-sdk/Kconfig-85
- libraries/ota-for-aws-iot-embedded-sdk/config/ota_config.h-230
- libraries/ota-for-aws-iot-embedded-sdk/ota-for-aws-iot-embedded-sdk-1
- libraries/ota-for-aws-iot-embedded-sdk/port/ota_os_freertos.c-359
- libraries/ota-for-aws-iot-embedded-sdk/port/ota_os_freertos.h-175
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
56 |
| - | |
| 56 | + | |
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
|
0 commit comments