Commit Graph

5 Commits (cdf37ae1429bc3cafb09bd0f786c8be6534277a8)

Author SHA1 Message Date
Monika Singh 11c72bc075
Add support for MISRA rule 20.7 (#546)
Misra rule 20.7 requires parenthesis to all parameter names
in macro definitions.

The issue was reported here : https://forums.freertos.org/t/misra-20-7-compatibility/15385
3 years ago
Paul Bartell 2070d9d3e5 Update codecov action to v3.1.0 3 years ago
Paul Bartell a31018d025
Update parent repository primary branch name from "master" to "main". (#304) 4 years ago
Paul Bartell 4ad84923a0
Build the posix port on pushes and PRs to the Kernel repository (#290)
* Run posix build action when new commits are pushed to the FreeRTOS/Kernel repository

* Run kernel unit tests on push and pull_request actions
4 years ago
Paul Bartell 95433d0284
Run CMock unit tests on each pull request with a github action. (#279)
Run CMock unit tests on each pull request with a github action.
Include coverage information reported by codecov.io
4 years ago