v0.1.7
Introduce RuntimeBuilder::in_flash for creating images that can be launched by your own software, instead of NXP's boot ROM.
Place sections starting with .xip into the same load region of .text. Unlike .text, the contents in .xip will not be relocated.
Four byte align both the .xip and .text sections for more predictable behaviors across linkers.