# imxrt-boot-gen Generate i.MX RT boot-time data structures. [![crates-io-shield][]][crates-io] [![docs-rs-shield][]][docs-rs] [crates-io-shield]: https://img.shields.io/crates/v/imxrt-boot-gen [crates-io]: https://crates.io/crates/imxrt-boot-gen [docs-rs-shield]: https://docs.rs/imxrt-boot-gen/badge.svg [docs-rs]: https://docs.rs/imxrt-boot-gen/ ### [API docs (main branch)](https://imxrt-rs.github.io/imxrt-boot-gen/) The `imxrt-boot-gen` crate helps you generate data structures, like serial NOR FlexSPI configuration blocks (FCB), that are required to boot i.MX RT processors. To understand all of its features and chip support, see the API documentation. ### License Licensed under either of - [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0) ([LICENSE-APACHE](./LICENSE-APACHE)) - [MIT License](http://opensource.org/licenses/MIT) ([LICENSE-MIT](./LICENSE-MIT)) at your option. Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.