-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update submodule pointer for LTS3.0 * Exclude FreeRTOS example from build * Remove bootloader signing public key. The public key should be generated by tool. * Add task notification setting for OTA in examples * Add MQTT downloader config
- Loading branch information
1 parent
a35a007
commit ac3aced
Showing
23 changed files
with
69 additions
and
95 deletions.
There are no files selected for viewing
Submodule device-defender
updated
26 files
+49 −0 | .github/.cSpellWords.txt | |
+51 −17 | .github/workflows/ci.yml | |
+23 −0 | .github/workflows/formatting.yml | |
+2 −2 | .github/workflows/release.yml | |
+6 −0 | CHANGELOG.md | |
+2 −2 | MISRA.md | |
+71 −40 | README.md | |
+31 −0 | cspell.config.yaml | |
+180 −122 | docs/doxygen/config.doxyfile | |
+0 −100 | lexicon.txt | |
+1 −1 | manifest.yml | |
+10 −8 | sbom.spdx | |
+2 −2 | source/defender.c | |
+1 −1 | source/include/defender.h | |
+1 −1 | source/include/defender_config_defaults.h | |
+53 −45 | test/CMakeLists.txt | |
+1 −1 | test/cbmc/proofs/Defender_GetTopic/Defender_GetTopic_harness.c | |
+1 −1 | test/cbmc/proofs/Defender_GetTopic/README.md | |
+1 −1 | test/cbmc/proofs/Defender_MatchTopic/Defender_MatchTopic_harness.c | |
+1 −1 | test/cbmc/proofs/Defender_MatchTopic/README.md | |
+74 −0 | test/cbmc/proofs/lib/print_tool_versions.py | |
+57 −6 | test/cbmc/proofs/lib/summarize.py | |
+1 −1 | test/include/defender_config.h | |
+1 −1 | test/unit-test/defender_utest.c | |
+3 −3 | tools/coverity/README.md | |
+14 −16 | tools/coverity/misra.config |
Submodule device-shadow
updated
26 files
+50 −0 | .github/.cSpellWords.txt | |
+52 −17 | .github/workflows/ci.yml | |
+23 −0 | .github/workflows/formatting.yml | |
+4 −4 | .github/workflows/release.yml | |
+10 −0 | CHANGELOG.md | |
+2 −2 | MISRA.md | |
+108 −42 | README.md | |
+31 −0 | cspell.config.yaml | |
+180 −122 | docs/doxygen/config.doxyfile | |
+0 −117 | lexicon.txt | |
+1 −1 | manifest.yml | |
+10 −8 | sbom.spdx | |
+1 −1 | source/include/shadow.h | |
+1 −1 | source/include/shadow_config_defaults.h | |
+1 −1 | source/shadow.c | |
+55 −48 | test/CMakeLists.txt | |
+1 −1 | test/cbmc/proofs/Shadow_AssembleTopicString/Shadow_AssembleTopicString_harness.c | |
+1 −1 | test/cbmc/proofs/Shadow_MatchTopic/Shadow_MatchTopic_harness.c | |
+1 −1 | test/cbmc/proofs/Shadow_MatchTopicString/Shadow_MatchTopicString_harness.c | |
+74 −0 | test/cbmc/proofs/lib/print_tool_versions.py | |
+57 −6 | test/cbmc/proofs/lib/summarize.py | |
+1 −1 | test/include/shadow_config.h | |
+1 −1 | test/unit-test/CMock | |
+1 −1 | test/unit-test/shadow_utest.c | |
+3 −3 | tools/coverity/README.md | |
+13 −16 | tools/coverity/misra.config |
Submodule jobs
updated
17 files
+2 −2 | .github/workflows/release.yml | |
+7 −0 | CHANGELOG.md | |
+1 −1 | docs/doxygen/config.doxyfile | |
+1 −1 | manifest.yml | |
+45 −0 | sbom.spdx | |
+1 −1 | source/include/jobs.h | |
+1 −1 | source/jobs.c | |
+1 −1 | source/otaJobParser/include/job_parser.h | |
+1 −1 | source/otaJobParser/include/ota_job_processor.h | |
+1 −1 | source/otaJobParser/job_parser.c | |
+1 −1 | source/otaJobParser/ota_job_handler.c | |
+1 −1 | test/CMakeLists.txt | |
+1 −1 | test/unit-test/CMakeLists.txt | |
+1 −1 | test/unit-test/catch_assert.h | |
+1 −1 | test/unit-test/job_parser_utest.c | |
+1 −1 | test/unit-test/jobs_utest.c | |
+1 −1 | test/unit-test/ota_job_handler_utest.c |
Submodule backoffAlgorithm
updated
22 files
+47 −0 | .github/.cSpellWords.txt | |
+37 −0 | .github/CODEOWNERS | |
+22 −0 | .github/pull_request_template.md | |
+61 −20 | .github/workflows/ci.yml | |
+23 −0 | .github/workflows/formatting.yml | |
+4 −4 | .github/workflows/release.yml | |
+11 −0 | CHANGELOG.md | |
+11 −6 | MISRA.md | |
+63 −29 | README.md | |
+31 −0 | cspell.config.yaml | |
+180 −122 | docs/doxygen/config.doxyfile | |
+0 −65 | lexicon.txt | |
+10 −1 | manifest.yml | |
+11 −9 | sbom.spdx | |
+1 −1 | source/backoff_algorithm.c | |
+1 −1 | source/include/backoff_algorithm.h | |
+31 −18 | test/CMakeLists.txt | |
+1 −1 | test/unit-test/Unity | |
+1 −1 | test/unit-test/backoff_algorithm_utest.c | |
+2 −2 | test/unit-test/catch_assert.h | |
+3 −3 | tools/coverity/README.md | |
+13 −16 | tools/coverity/misra.config |
Submodule coreMQTT
updated
67 files
Submodule corePKCS11
updated
147 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule tests
updated
9 files
+15 −0 | src/mqtt/mqtt_test.c | |
+3 −0 | src/pkcs11/README.md | |
+29 −29 | src/pkcs11/core_pkcs11_test.c | |
+1 −1 | src/pkcs11/dev_mode_key_provisioning/dev_mode_key_provisioning.c | |
+30 −23 | src/pkcs11/rsa_test_credentials.h | |
+4 −1 | tools/echo_server/README.md | |
+2 −1 | tools/echo_server/config.json | |
+202 −140 | tools/echo_server/echo_server.go | |
+4 −1 | version-mappings.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 27 additions & 0 deletions
27
examples/evkbmimxrt1060/test/include/MQTTFileDownloader_config.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
/* | ||
* AWS IoT Core MQTT File Streams Embedded C v1.1.0 | ||
* Copyright (C) 2023 Amazon.com, Inc. and its affiliates. All Rights Reserved. | ||
* SPDX-License-Identifier: MIT | ||
* | ||
* Licensed under the MIT License. See the LICENSE accompanying this file | ||
* for the specific language governing permissions and limitations under | ||
* the License. | ||
*/ | ||
|
||
/** | ||
* @file MQTTFileDownloader_config.h | ||
* @brief Configs for MQTT stream. | ||
*/ | ||
|
||
#ifndef MQTT_FILE_DOWNLOADER_CONFIG_H | ||
#define MQTT_FILE_DOWNLOADER_CONFIG_H | ||
|
||
/** | ||
* Configure the Maximum size of the data payload. The smallest value is 256 bytes, | ||
* maximum is 128KB. | ||
*/ | ||
#ifndef mqttFileDownloader_CONFIG_BLOCK_SIZE | ||
#define mqttFileDownloader_CONFIG_BLOCK_SIZE 512U | ||
#endif | ||
|
||
#endif /* #ifndef MQTT_FILE_DOWNLOADER_DEFAULT_H */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters