File tree
3 files changed
+6
-6
lines changed- components
- FreeRTOS-Libraries-Integration-Tests
3 files changed
+6
-6
lines changedSubmodule FreeRTOS-Libraries-Integration-Tests updated 16 files
- README.md+3-6
- config_template/test_execution_config_template.h-12
- config_template/test_param_config_template.h-65
- 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/qualification_test.c-16
Submodule esp-aws-iot updated 63 files
- .gitlab-ci.yml+6
- .gitmodules-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/aws-iot-core-mqtt-file-streams-embedded-c/CMakeLists.txt+5-1
- libraries/aws-iot-core-mqtt-file-streams-embedded-c/Kconfig+8-59
- libraries/aws-iot-core-mqtt-file-streams-embedded-c/config/MQTTFileDownloader_config.h-27
- libraries/aws-iot-core-mqtt-file-streams-embedded-c/config/ota_config.h-135
- libraries/aws-iot-core-mqtt-file-streams-embedded-c/port/ota_os_freertos.c-193
- libraries/aws-iot-core-mqtt-file-streams-embedded-c/port/ota_os_freertos.h-44
- libraries/aws-iot-core-mqtt-file-streams-embedded-c/port/ota_pal.c+19-5
- libraries/coreMQTT-Agent/port/freertos_command_pool.c+5-18
- 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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
0 commit comments