-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: SA violation fixes and simplification for idle task length restrictions #1227
Conversation
…ictions This change: * Removes the dependency on strings.h for the prvCreateIdleTask function * Resolves several static analysis violations reported by tools like Parasoft Builds off of - FreeRTOS#1203
The GNU ARM toolchain demo is failing due to...
Given I did not modify the |
Comment updates Co-authored-by: Gaurav-Aggarwal-AWS <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1227 +/- ##
==========================================
+ Coverage 91.64% 91.65% +0.01%
==========================================
Files 6 6
Lines 3254 3259 +5
Branches 903 901 -2
==========================================
+ Hits 2982 2987 +5
Misses 132 132
Partials 140 140
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Quality Gate passedIssues Measures |
Description
This change:
Test Steps
This change is being introduced for our upcoming safety certification release. This has been tested by our safety UTs.
Checklist:
Related Issue
Builds off of #1203
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.