Commit Graph

5 Commits

Author SHA1 Message Date
Jake Goodwin 533d9ab020 copied over logic from cortex-M4 example repo
I copy pastaed some of the linker setup from another repo I found. Had
to change some stuff as their directory setup is differnt than mine.
2025-01-19 21:36:36 -08:00
Jake Goodwin 0f331293d0 Added more comments
Added comments about M3/M4 cpu and alignment requirements.
2025-01-19 15:09:10 -08:00
Jake Goodwin bfe0676079 Added mising sections to the linker.ld file.
Added the bss, heap and stack sections.
2025-01-19 14:28:48 -08:00
Jake Goodwin 4e6e041073 Added an example linker file for ref
Going to use the example linker file for a refernce along with the ld
documentation.
2024-11-10 12:49:15 -08:00
Jake Goodwin b966fccf75 Added linker.ld file
Added a half-finished linker file with lots of comments.
2024-11-10 06:35:01 -08:00