]> begriffs open source - freertos/commit
fix: SA violation fixes and simplification for idle task length restrictions (#1227)
authorKody Stribrny <89810515+kstribrnAmzn@users.noreply.github.com>
Tue, 28 Jan 2025 17:13:17 +0000 (09:13 -0800)
committerGitHub <noreply@github.com>
Tue, 28 Jan 2025 17:13:17 +0000 (22:43 +0530)
commitf94bc89108ffca538cf91d5856149960a5d4be81
tree36fd950aa8396c4db8d34c021defd93f1d2979b6
parentb421abc7c389fbd02f25ec96fac9e4aed74f83ad
fix: SA violation fixes and simplification for idle task length restrictions (#1227)

fix: SA violation fixes and simplification for idle task length restrictions

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 - https://github.com/FreeRTOS/FreeRTOS-Kernel/pull/1203
MISRA.md
tasks.c