| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-09-08 | Add optional DCD section in linker script | summivox | |
| Users can define their device configuration data (DCD), and place the data in the .dcd section. If the .dcd section has content, the entry in the IVT points at the user's DCD. This plays well with imxrt-dcd. | |||
| 2023-03-25 | Generate one linker script; add unit tests | Ian McIntyre | |
| We can still maintain individual linker script components, then write them into one, larger linker script. We're effectively implementing the same behavior as INCLUDE while disallowing overrides of the linker search path to find the INCLUDEd files. Once we have one linker script, we can refactor for easier unit testing. This commit adds simple unit tests for the default builder, and some of the expected errors. | |||
| 2022-12-01 | First commit | Ian McIntyre | |
