imxrt-rs / imxrt-hal

Rust for NXP i.MX RT
Apache License 2.0
133 stars 33 forks source link

Add support for iMXRT1061 and 1064 #106

Closed mciantyre closed 3 years ago

mciantyre commented 3 years ago

The PR adds two new features,

for supporting the 1061 and 1064 MCUs. These should be trivial to support, since they're so similar to the 1062.

Notable differences:

Note that this PR targets the 0.4 branch, and may become the 0.4.3 release. Closes #105.

teburd commented 3 years ago

Fantastic, always great to see new people trying this out