new todo item added

Added todo for the documentation generation.
This commit is contained in:
Jake Goodwin 2024-11-10 12:49:39 -08:00
parent 4e6e041073
commit 1a980a9ffd
1 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,8 @@
1. Clone/copy the repo locally. 1. Clone/copy the repo locally.
2. Check the requirements to make sure you're development enviroment is ready. 2. Check the requirements to make sure you're development enviroment is ready.
3. Update the linker script files to target your current uC. 3. Update the linker script files to target your current uC.
4. Change line 45 of `Doxyfile` with the project name.
5.
## Running Tests ## Running Tests
@ -25,3 +27,5 @@
- [ ] Add messages for case where tool-chain is missing. - [ ] Add messages for case where tool-chain is missing.
- [ ] Check for FreeBSD & Linux compat. - [ ] Check for FreeBSD & Linux compat.
- [ ] Add in RTOS stuff. - [ ] Add in RTOS stuff.