imxrt-rs / imxrt-hal

Rust for NXP i.MX RT
Apache License 2.0
122 stars 29 forks source link

Add support for i.MX RT1050 #151

Open hatimbt opened 5 months ago

hatimbt commented 5 months ago

Adds basic support to the i.MX RT1050 family of chips.

I have not yet developed hardware tests and examples under board, however, I am currently using this HAL on a custom hardware.

The imxrt-iomuxc dependency needs the changes in https://github.com/imxrt-rs/imxrt-iomuxc/pull/43 to work.

mciantyre commented 5 months ago

Could you give a pass through the workflow definitions and add builds for the new imxrt1050 feature flag? I think the lint-log and tests jobs are the only two that need additions.