@@ -145,17 +145,17 @@ _Ref 21.6.1_
145145 vTaskGetRunTimeStatistics APIs, both of which are utility functions only and
146146 are not considered part of core kernel implementation.
147147
148- ### Unsupressed Deviations
148+ ### Unsuppressed Deviations
149149
150- Certain deviating code is left unsurpressed for awarness . These violations
150+ Certain deviating code is left unsurppressed for awareness . These violations
151151will be reported when audited by a MISRA-checking static analysis tool.
152152
153153Some of these unsuppressed exceptions correspond to example code provided
154154either for demonstration or verification of the FreeRTOS kernel. This code
155- is not considered part of the kernel implemenation and should not be used
155+ is not considered part of the kernel implementation and should not be used
156156in an application.
157157
158- Other unsupressed violations are left present in the kernel implementation
158+ Other unsuppressed violations are left present in the kernel implementation
159159as implementations, code, or other missing functionality being flagged for
160160violations will be present with the porting layer provided by the
161161application. The presence of these errors after providing a port indicates
@@ -167,7 +167,7 @@ MISRA C:2012 Dir 2.1: A project shall not contain unreachable code
167167
168168_ Ref 2.1_
169169 - Simplified example contains unreachable code for demonstration of
170- freertos scheduler. A production implemenation should not contain
170+ FreeRTOS scheduler. A production implementation should not contain
171171 this.
172172
173173 Affected Files:
@@ -191,7 +191,7 @@ MISRA C:2012 Dir 4.12: Dynamic allocation shall not be used
191191_ Ref 4.12_
192192 - Heap memory solutions utilize pvPortMalloc/vPortFree to provide heap
193193 memory for dynamic object allocation. These functions may rely upon
194- the malloc/free of the underlying port. Static allocation is reccomended
194+ the malloc/free of the underlying port. Static allocation is recommended
195195 for MISRA compliant applications.
196196
197197 Affected Files:
@@ -225,9 +225,9 @@ MISRA C-2012 Rule 21.6: The Standard Library input/output functions shall not
225225be used.
226226
227227_ Ref 21.6.1_
228- - The Standard Library function printf is used in examples to provide a
228+ - The Standard Library function ` printf ` is used in examples to provide a
229229 simple getting started demonstration. This example is not considered part
230230 of the kernel implementation.
231231
232232 Affected Files:
233- - examples/cmake_example/main.c
233+ - examples/cmake_example/main.c
0 commit comments