From 120b0ba3018f213df34601d9700083e376e31d2c Mon Sep 17 00:00:00 2001 From: jake Date: Sun, 10 Nov 2024 06:35:24 -0800 Subject: [PATCH] Updated todo items Added on items for tasks that still need done. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 0734fe1..376307b 100644 --- a/README.md +++ b/README.md @@ -16,3 +16,12 @@ 3. Update the linker script files to target your current uC. ## Running Tests + + +## TODO + +- [ ] Create or copy a linker.ld file. +- [ ] Add a startup file for at least the stm32f103c8t6. +- [ ] Add messages for case where tool-chain is missing. +- [ ] Check for FreeBSD & Linux compat. +- [ ] Add in RTOS stuff.