From cb3c92b0e97b2257eac93904fe54ff0e833bef00 Mon Sep 17 00:00:00 2001 From: Joseph Julicher Date: Mon, 9 Oct 2023 07:58:16 -0700 Subject: [PATCH] minor update to the readme --- minimal_freertos_example/readme.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/minimal_freertos_example/readme.md b/minimal_freertos_example/readme.md index 91365a625e3..f871909badc 100644 --- a/minimal_freertos_example/readme.md +++ b/minimal_freertos_example/readme.md @@ -1,8 +1,4 @@ -# Scan Target +# Minimal Example A simple project that compiles the template port to exercise the static analysis tools. This will not produce a working FreeRTOS project but it does serve to compile all the FreeRTOS components. -# Building - -# Scanning - - +This project also serves as a simple temaplate to base other projects.