-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add API's from core_jobs.c. * Include stdbool.h. * add coreJSON as dependency, new API's need it for parsing. * CBMC proofs for API's added. *Unit Tests for API's added. Co-authored-by: GitHub Action <[email protected]>
- Loading branch information
1 parent
e399da5
commit 21edb97
Showing
64 changed files
with
1,323 additions
and
2,631 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,9 +1,11 @@ | ||
{ | ||
"lib_name": "AWS IoT Jobs", | ||
"src": [ | ||
"source/jobs.c" | ||
"source/jobs.c", | ||
"coreJSON/source/core_json.c" | ||
], | ||
"include": [ | ||
"source/include" | ||
"source/include", | ||
"coreJSON/source/include" | ||
] | ||
} |
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,4 +1,4 @@ | ||
[submodule "test/unit-test/Unity"] | ||
path = test/unit-test/Unity | ||
url = https://github.com/ThrowTheSwitch/Unity | ||
update = none | ||
update = none |
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.