From a6bba2aed1fa2d06682ea65de83a02eb98a8f1b4 Mon Sep 17 00:00:00 2001 From: chinglee-iot <61685396+chinglee-iot@users.noreply.github.com> Date: Thu, 18 Apr 2024 20:27:56 +0800 Subject: [PATCH] Update README.md --- examples/coverity/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/examples/coverity/README.md b/examples/coverity/README.md index 1c662af57..967f33dca 100644 --- a/examples/coverity/README.md +++ b/examples/coverity/README.md @@ -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 ~~~