| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-03-13 | Place .xip sections into flash | Ian McIntyre | |
| We added the `.xip` section to ensure that the reset handler and pre-init functions would be placed in flash. This commit lets users place other content into that section. `.xip` is intended for instructions. The runtime builder will place these instructions into the same load region as `.text`. However, there's no pre-`main` relocation. Aligning the `.xip` and the `.text` section produces more predictable behavior between GNU's ld and LLVM's lld. | |||
| 2022-12-01 | First commit | Ian McIntyre | |
