From c8f3320dab999e36cc3ffd7186d8ca7f2e3d08db Mon Sep 17 00:00:00 2001 From: jakeg00dwin Date: Fri, 6 Dec 2024 19:38:42 -0800 Subject: [PATCH] Added section for project configuration instruction --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index ae5ec75..456e921 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,13 @@ to define their memory layout to reflect the chip you have chosen. ## Using the template +### Change project configuration + +*Basic Steps:* +1. Change project name parameter in `CMakeLists.txt` in root dir. +2. Edit the memory layout file. + + ### Setting up dependencies ### Running Tests