imxrt-rs/imxrt-hal

Expose each device.x linker script

teburd opened this issue · 2 comments

We need to expose the device.x linker script for the feature flag selected device at compile time. This is then used by imxrt-rt to build a linker script.

Partially done on master, needs some manual testing, or perhaps could be automated via cli calls to bintools, creating a sample app like cortex-m-rt does and then validating the memory layout is probably good enough, better if we can load it on a board and see something happen

Fixed with 46ac608 still requires the rt flag set.