From c4bdb913f1b89041a37bce1a38e41673614ee37c Mon Sep 17 00:00:00 2001 From: jake Date: Wed, 22 Jan 2025 20:48:29 -0800 Subject: [PATCH] Added notes file Just a way to track stuff that I'm working on. --- notes.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 notes.md diff --git a/notes.md b/notes.md new file mode 100644 index 0000000..41230df --- /dev/null +++ b/notes.md @@ -0,0 +1,14 @@ +# Notes + +This is where I'm putting my notes on this project and where I'm hitting +challenges in setting up stuff. + +## Challanges + +- [ ] linker stuff. +- [ ] toolchain file arguments. +- [ ] CMSIS understanding +- [ ] STM32 HAL support and understanding. +- [ ] Better directory layout. +- [ ] debugging across platforms/os. +