mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-10 08:07:46 -04:00
Update README.md
This commit is contained in:
parent
d1e0919dc2
commit
a6bba2aed1
1 changed files with 4 additions and 2 deletions
|
@ -34,11 +34,13 @@ commands in a terminal:
|
|||
cov-configure --force --compiler cc --comptype gcc
|
||||
~~~
|
||||
2. Create the build files using CMake in a `build` directory:
|
||||
Singe core FreeRTOS:
|
||||
|
||||
Singe core FreeRTOS:
|
||||
~~~
|
||||
cmake -B build -S examples/coverity
|
||||
~~~
|
||||
SMP FreeRTOS:
|
||||
|
||||
SMP FreeRTOS:
|
||||
~~~
|
||||
cmake -B build -S examples/coverity -DFREERTOS_SMP_EXAMPLE=1
|
||||
~~~
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue