imxrt-ral 0.4.0

Register access layer for all NXP i.MX RT microcontrollers
Documentation

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.