FreeRTOS-Plus: Unit testing Infrastructure and examples (#72)

* Added CMock as submodule

* Makefile added

* Removed TEMP from Makefile

* Added configuration files and header files

* Update Makefile

* Test runner working

* make clean

* Example added with README

* Update README.md

* Restored +TCP files

* Cleared +TCP changes

* removed comments from Makefile

* Update README.md

* Update README.md

* Update README.md

* Updated Test/Unit-test/readme.md
This commit is contained in:
Aniruddha Kanhere 2020-05-22 16:26:59 -07:00 committed by GitHub
parent 5003d17fed
commit 95a3a02f95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 1936 additions and 2 deletions

3
.gitmodules vendored
View file

@ -1,3 +1,6 @@
[submodule "FreeRTOS/Source"]
path = FreeRTOS/Source
url = https://github.com/FreeRTOS/FreeRTOS-Kernel.git
[submodule "FreeRTOS-Plus/Test/CMock"]
path = FreeRTOS-Plus/Test/CMock
url = https://github.com/ThrowTheSwitch/CMock