Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update esp-aws-iot submodule to latest #90

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/esp-aws-iot
Submodule esp-aws-iot updated 82 files
+6 −0 .gitlab-ci.yml
+3 −3 .gitmodules
+121 −54 README.md
+46 −12 examples/fleet_provisioning/fleet_provisioning_with_csr/main/mbedtls_pkcs11_posix.c
+1 −0 examples/fleet_provisioning/fleet_provisioning_with_csr/main/mqtt_operations.c
+36 −10 examples/fleet_provisioning/fleet_provisioning_with_csr/main/pkcs11_operations.c
+1 −1 examples/fleet_provisioning/fleet_provisioning_with_csr/partitions.csv
+1 −0 examples/jobs/main/mqtt_demo_helpers.c
+5 −0 examples/ota/README.md
+0 −170 examples/ota/SecurityGuide.md
+0 −22 examples/ota/ota_http/CMakeLists.txt
+0 −28 examples/ota/ota_http/README.md
+0 −15 examples/ota/ota_http/main/CMakeLists.txt
+0 −318 examples/ota/ota_http/main/FreeRTOSIPConfig.h
+0 −69 examples/ota/ota_http/main/Kconfig.projbuild
+0 −54 examples/ota/ota_http/main/app_main.c
+0 −10 examples/ota/ota_http/main/certs/aws_codesign.crt
+0 −1 examples/ota/ota_http/main/certs/client.crt
+0 −1 examples/ota/ota_http/main/certs/client.key
+0 −20 examples/ota/ota_http/main/certs/http_root_cert_auth.crt
+0 −21 examples/ota/ota_http/main/certs/root_cert_auth.crt
+0 −126 examples/ota/ota_http/main/demo_config.h
+0 −202 examples/ota/ota_http/main/http_demo_url_utils.c
+0 −105 examples/ota/ota_http/main/http_demo_url_utils.h
+0 −7 examples/ota/ota_http/main/idf_component.yml
+0 −218 examples/ota/ota_http/main/mqtt_subscription_manager.c
+0 −143 examples/ota/ota_http/main/mqtt_subscription_manager.h
+0 −2,389 examples/ota/ota_http/main/ota_demo_core_http.c
+0 −3 examples/ota/ota_http/ota_http_demo.csv
+0 −9 examples/ota/ota_http/partitions_ota_http.csv
+0 −21 examples/ota/ota_http/sdkconfig.defaults
+0 −17 examples/ota/ota_http/sdkconfig.defaults.esp32s2
+0 −20 examples/ota/ota_mqtt/CMakeLists.txt
+0 −28 examples/ota/ota_mqtt/README.md
+0 −14 examples/ota/ota_mqtt/main/CMakeLists.txt
+0 −318 examples/ota/ota_mqtt/main/FreeRTOSIPConfig.h
+0 −70 examples/ota/ota_mqtt/main/Kconfig.projbuild
+0 −54 examples/ota/ota_mqtt/main/app_main.c
+0 −10 examples/ota/ota_mqtt/main/certs/aws_codesign.crt
+0 −1 examples/ota/ota_mqtt/main/certs/client.crt
+0 −1 examples/ota/ota_mqtt/main/certs/client.key
+0 −21 examples/ota/ota_mqtt/main/certs/root_cert_auth.crt
+0 −114 examples/ota/ota_mqtt/main/demo_config.h
+0 −7 examples/ota/ota_mqtt/main/idf_component.yml
+0 −218 examples/ota/ota_mqtt/main/mqtt_subscription_manager.c
+0 −143 examples/ota/ota_mqtt/main/mqtt_subscription_manager.h
+0 −1,899 examples/ota/ota_mqtt/main/ota_demo_core_mqtt.c
+0 −3 examples/ota/ota_mqtt/ota_mqtt_demo.csv
+0 −9 examples/ota/ota_mqtt/partitions_ota_mqtt.csv
+0 −21 examples/ota/ota_mqtt/sdkconfig.defaults
+0 −17 examples/ota/ota_mqtt/sdkconfig.defaults.esp32c2
+1 −0 examples/thing_shadow/main/shadow_demo_helpers.c
+1 −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
+2 −0 libraries/Jobs-for-AWS-IoT-embedded-sdk/CMakeLists.txt
+1 −1 libraries/Jobs-for-AWS-IoT-embedded-sdk/Jobs-for-AWS-IoT-embedded-sdk
+9 −6 libraries/aws-iot-core-mqtt-file-streams-embedded-c/CMakeLists.txt
+29 −0 libraries/aws-iot-core-mqtt-file-streams-embedded-c/Kconfig
+1 −0 libraries/aws-iot-core-mqtt-file-streams-embedded-c/aws-iot-core-mqtt-file-streams-embedded-c
+105 −0 libraries/aws-iot-core-mqtt-file-streams-embedded-c/config/ota_config.h
+0 −0 libraries/aws-iot-core-mqtt-file-streams-embedded-c/port/aws_esp_ota_ops.c
+0 −0 libraries/aws-iot-core-mqtt-file-streams-embedded-c/port/aws_esp_ota_ops.h
+155 −0 libraries/aws-iot-core-mqtt-file-streams-embedded-c/port/ota_os_freertos.c
+213 −0 libraries/aws-iot-core-mqtt-file-streams-embedded-c/port/ota_os_freertos.h
+109 −84 libraries/aws-iot-core-mqtt-file-streams-embedded-c/port/ota_pal.c
+119 −14 libraries/aws-iot-core-mqtt-file-streams-embedded-c/port/ota_pal.h
+1 −1 libraries/backoffAlgorithm/backoffAlgorithm
+1 −1 libraries/coreHTTP/coreHTTP
+1 −1 libraries/coreJSON/coreJSON
+7 −2 libraries/coreMQTT-Agent/config/core_mqtt_agent_config.h
+1 −1 libraries/coreMQTT-Agent/coreMQTT-Agent
+5 −5 libraries/coreMQTT-Agent/port/freertos_command_pool.c
+1 −1 libraries/coreMQTT/coreMQTT
+219 −65 libraries/coreMQTT/port/network_transport/network_transport.c
+24 −1 libraries/coreMQTT/port/network_transport/network_transport.h
+1 −1 libraries/corePKCS11/corePKCS11
+0 −85 libraries/ota-for-aws-iot-embedded-sdk/Kconfig
+0 −230 libraries/ota-for-aws-iot-embedded-sdk/config/ota_config.h
+0 −1 libraries/ota-for-aws-iot-embedded-sdk/ota-for-aws-iot-embedded-sdk
+0 −359 libraries/ota-for-aws-iot-embedded-sdk/port/ota_os_freertos.c
+0 −175 libraries/ota-for-aws-iot-embedded-sdk/port/ota_os_freertos.h
Loading