Added new stuff to readme todo.

added startup and cmsis stuff to todo list.
This commit is contained in:
Jake Goodwin 2025-01-20 19:49:41 -08:00
parent f97455ec01
commit 50116f3d7b
1 changed files with 8 additions and 4 deletions

View File

@ -22,10 +22,14 @@
## TODO ## TODO
- [ ] Create or copy a linker.ld file. - [X] Create or copy a linker.ld file.
- [ ] Add a startup file for at least the stm32f103c8t6. - [ ] Add startup files.
- [ ] 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 CMSIS stuff.
- [ ] Add in RTOS stuff. - [ ] Add in RTOS stuff.
- [ ] Add in FreeRTOS submodule.
- [ ] Add in Zephyr submodule.
- [ ] Add STM32F4XX support
- [ ] Add STM32G0B1 support
- [ ] Add STM32F1XX support