Skip to content

Releases: imxrt-rs/imxrt-rt

v0.1.8

12 Apr 19:53

Choose a tag to compare

Relax cortex-m-rt version specification, providing support for cortex-m-rt after 0.7.3. However, it's not guaranteed that this package supports all feature flags available in newer versions of cortex-m-rt.

v0.1.7

14 Jun 13:50

Choose a tag to compare

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.

v0.1.6

01 Mar 15:40

Choose a tag to compare

Add new MCU targets:

  • imxrt1040
  • imxrt1160

Document workaround for registering exception handlers.

v0.1.5

26 Oct 14:29

Choose a tag to compare

Add support for the 1180 MCUs.