imxrt-rs / imxrt-hal

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

Move imxrt-ral into its own repository #95

Closed mciantyre closed 4 years ago

mciantyre commented 4 years ago

94 will separate the imxrt-iomuxc crate into a separate repo. We'll also publish foundational, chip-specific crates into separate imxrt-rs repositories. See the issue to understand what a foundational, chip-specific crate means.

Once #94 is complete, this repository will contain a variety of HALs, and imxrt-ral, or the "RAL." #94 notes that maintaining the RAL in this repository is inconsistent with the rest of our organization. So, we may consider moving it into its own repository.

Move imxrt-ral into imxrt-rs/imxrt-ral so that its development, testing, and release may be managed separate of the HALs.

mciantyre commented 4 years ago

Consider moving before the next HAL release.

Also, once moved, we could rename this repository to imxrt-hal, since it will only contain HALs.