imxrt-ral 0.4.2

Register access layer for all NXP i.MX RT microcontrollers
docs.rs failed to build imxrt-ral-0.4.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: imxrt-ral-0.5.3

This project provides a register access layer (RAL) for all NXP i.mx rt microcontrollers.

When built, you must specify a device feature, such as imxrt1062. This will cause all modules in that device's module to be re-exported from the top level, so that for example imxrt::gpio will resolve to imxrt::imxrt1062::gpio.

In the generated documentation, all devices are visible inside their family modules, but when built for a specific device, only that devices' constants will be available.

See the README for example usage.