Added notes file

Just a way to track stuff that I'm working on.
This commit is contained in:
Jake Goodwin 2025-01-22 20:48:29 -08:00
parent 7978584637
commit c4bdb913f1
1 changed files with 14 additions and 0 deletions

14
notes.md Normal file
View File

@ -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.