Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Refactor the linker script to make more sense.broken_linker | Josh Rahm | 2022-12-09 |
| | | | | | | | Specifically this moves the inits into the .text section. This also move the data and bss segments into sram2 to give the heap and stack more space to work with in sram1. | ||
* | Add better logging capabilities, including the ability to panic. | Josh Rahm | 2020-11-24 |
| | |||
* | Moved action to top level. | Josh Rahm | 2020-11-24 |
Removed old iterations of the project and moved the files from 02-usart to the root directory since that's the sole place where the action is and that subproject has outgrown its initial title. |