-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix incorrect spellings, add needed words to the word list, update ma…
…nifest.yml
- Loading branch information
Showing
142 changed files
with
278 additions
and
1,294 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,8 +1,47 @@ | ||
ABCDEFGHIJKLMNOPQRSTUVWXY | ||
CBMC | ||
CBOR | ||
CMOCK | ||
CMock | ||
Cmock | ||
Coverity | ||
DCMOCK | ||
DNDEBUG | ||
DUNITY | ||
FOOB | ||
FOOBA | ||
FOOBDA | ||
MISRA | ||
MQTT | ||
Misra | ||
OPTIMISED | ||
Wunused | ||
cbmc | ||
cbor | ||
cborvalue | ||
cmock | ||
coverity | ||
ctest | ||
deinitializing | ||
isystem | ||
lcov | ||
lpthread | ||
misra | ||
mqdes | ||
mqttstatus | ||
mqueue | ||
osstatus | ||
otahttppage | ||
otahttpsectionoverview | ||
otamqttpage | ||
otamqttsectionoverview | ||
otaosfipage | ||
otaosfisectionoverview | ||
otapalpage | ||
otapalsectionoverview | ||
pbuffer | ||
pclienttoken | ||
sinclude | ||
stringz | ||
tinycbor | ||
utest |
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,2 @@ | ||
https://dummy-url.com/ota.bin | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,39 @@ | ||
name : "ota-for-aws-iot-embedded-sdk" | ||
name: "ota-for-aws-iot-embedded-sdk" | ||
version: "v3.4.0" | ||
description: "Client library for using the AWS Over-the-air Update service on embedded devices." | ||
description: | ||
"Client library for using the AWS Over-the-air Update service on embedded | ||
devices." | ||
license: "MIT" | ||
|
||
dependencies: | ||
- name : "coreJSON" | ||
- name: "coreJSON" | ||
version: "v3.2.0" | ||
license: "MIT" | ||
repository: | ||
type: "git" | ||
url: "https://github.com/FreeRTOS/coreJSON.git" | ||
- name : "tinycbor" | ||
path: source/dependency/coreJSON | ||
|
||
- name: "tinycbor" | ||
version: "v0.5.4" | ||
license: "MIT" | ||
repository: | ||
type: "git" | ||
url: "https://github.com/intel/tinycbor.git" | ||
path: source/dependency/3rdparty/tinycbor | ||
|
||
- name: "CMock" | ||
version: "v2.5.2" | ||
license: "MIT" | ||
repository: | ||
type: "git" | ||
url: "https://github.com/ThrowTheSwitch/CMock.git" | ||
path: test/unit-test/CMock | ||
|
||
- name: "FreeRTOS-Kernel" | ||
version: "V10.4.5" | ||
license: "MIT" | ||
repository: | ||
type: "git" | ||
path: test/cbmc/FreeRTOS-Kernel | ||
url: "https://github.com/FreeRTOS/FreeRTOS-Kernel.git" |
File renamed without changes.
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
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
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
Oops, something went wrong.