From 1a980a9ffd104e758aaa441c9bcb2420ff859e61 Mon Sep 17 00:00:00 2001 From: jake Date: Sun, 10 Nov 2024 12:49:39 -0800 Subject: [PATCH] new todo item added Added todo for the documentation generation. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 376307b..6d80511 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ 1. Clone/copy the repo locally. 2. Check the requirements to make sure you're development enviroment is ready. 3. Update the linker script files to target your current uC. +4. Change line 45 of `Doxyfile` with the project name. +5. ## Running Tests @@ -25,3 +27,5 @@ - [ ] Add messages for case where tool-chain is missing. - [ ] Check for FreeBSD & Linux compat. - [ ] Add in RTOS stuff. + +