From ff3c54963bf49c66f65cc3cc5c23c8cc2881dd7b Mon Sep 17 00:00:00 2001 From: jake Date: Wed, 22 Jan 2025 20:57:31 -0800 Subject: [PATCH] Updated with new sections --- notes.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/notes.md b/notes.md index 41230df..6716e68 100644 --- a/notes.md +++ b/notes.md @@ -12,3 +12,17 @@ challenges in setting up stuff. - [ ] Better directory layout. - [ ] debugging across platforms/os. + +## Basics + +I need to walk before I run I suppose. + +AKA I should try to eliminate the fancy shit and just get it to correctly +build an flashable binary that blinks an led correctly on my +development board. + +- [X] Remove RTOS stuff +- [ ] Remove CMSIS stuff +- [ ] Remove Unity test framework stuff. +- [ ] Remove HAL stuff. +