Skip to content

v0.1.7

Choose a tag to compare

@mciantyre mciantyre released this 14 Jun 13:50
· 23 commits to main since this release

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.