micropython/docs/library/mimxrt.rst
Andrew Leech be15be3ab5 docs/mimxrt: Add docs for mimxrt.Flash.
This adds docs for the `mimxrt` module and the `mimxrt.Flash` class, the
implementation for which was first added in
dfd4324eb1

The docs are simple, following the conventions used for similar classes in
the rp2 and stm32 ports.

Signed-off-by: Andrew Leech <andrew.leech@planetinnovation.com.au>
2026-01-27 13:47:08 +11:00

20 lines
389 B
ReStructuredText

.. currentmodule:: mimxrt
:mod:`mimxrt` --- functionality specific to NXP i.MXRT
======================================================
.. module:: mimxrt
:synopsis: functionality specific to NXP i.MXRT
The ``mimxrt`` module contains functions and classes specific to the NXP i.MXRT
family of microcontrollers.
Classes
-------
.. toctree::
:maxdepth: 1
mimxrt.Flash.rst