Skip to content

imxrt-hal 0.5.1

Compare
Choose a tag to compare
@mciantyre mciantyre released this 07 Mar 14:34
· 68 commits to main since this release

Add support for i.MX RT 1020 processors. Enable support with the "imxrt1020"
imxrt-hal feature, and separately select your imxrt-ral feature.

Deprecate the clko2::Selection::TracClk item. Prefer the correctly-spelled
variant, clko2::Selection::TraceClk.

Deprecate the following items in the timer module:

  • timer::BlockingPitChan and constructor from_pit_channel.
  • timer::RawCountDownPitChanand constructor from_pit_channel.

The type names differ from *PitChain by one letter. Prefer the spellings
without *Chan and *_channel.


Add support for executing in-repo examples on i.MX RT 1060 EVKs.