* [8.6] Suppress declaration without definitions warnings
This is expected from the portable header as it is
implemented by the port.
* [21.3] Document unsupressed deviation
Deviations which are unsupressed should be
documented for user awareness.
* [2.2] Disclose dead code warning
* [2.1] Justify unreachable code in example
* [17.12] Add addressing operator to callback function
This is required to disambiguate a function call and a
function to-be called
* [4.12] Explain deviation for dynamic allocation
* [8.6] Remove suppression, instead explain reporting
* Suppress false null dereference
Coverity provides a false positive
of pxQueueSetContainer being null.
* Add _Noreturn attribute in the template function to fix MISRA 17.11 advisory warnings
* Add _Noreturn attribute in function declaration
* Code review suggestions
* Add SMP template port and example
* Add readme file for smp configuration
* Update SMP build flow and add CI build
---------
Co-authored-by: Soren Ptak <ptaksoren@gmail.com>
Co-authored-by: Rahul Kar <118818625+kar-rahul-aws@users.noreply.github.com>
* Move GCC compile option to GCC folder with toolchain option
* Add CI flow to build cmake example
* Fix CI
* formatting && enable Werror
* Add useless variable to test CI
* revert useless variable
* Add comments as examples.
* Remove default compile options.
* Formatting
* Remove compile option in kernel cmake and put the sample in examples/cmake_example
---------
Co-authored-by: Joseph Julicher <jjulicher@mac.com>
* fix build on 64 bit platform
* moving sample cmake project to a separate root level dir
* moving sample cmake project to a separate root level dir
* updating paths for the sample cmake project
* rename example folder
* use configKERNEL_PROVIDED_STATIC_MEMORY
* update comments
* update comments
* rename folder to examples
* fix formatting