From b319d62052d6b553b135837ff8c35ee0c8d475bf Mon Sep 17 00:00:00 2001 From: Sherif A Abdou Date: Mon, 3 Feb 2025 10:22:32 -0500 Subject: Added in_flash RuntimeBuilder constructor Applications linked through this builder can be placed in a flash reservation. You'll need some other software to launch these programs, since they lack the boot header required by the NXP boot ROM. --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 2920663..810cb36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## [Unreleased] +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. -- cgit v1.2.3