Hi,
I know that SDK documentation can be found online at
https://mcuxpresso.nxp.com/en/apidoc
However, I'm unable to find documenation on every component that is offered by the SDK.
The "New project" wizard offers an abundance of components to import from the SDK, partitioned into sections Drivers, CMSIS Drivers, Utilities, Middleware, Abstraction Layer and Software Components.
Utilities
Components - Utilities
Abstraction Layer
Components - Abstraction Layer
Software Components
Components - Software Components
For most components on the "Drivers" tab I found a matching entry in SDK documentation using the "search" bar. For components from other tabs, the documentation is scarce to none.
For example, what is the difference between "debug_console" and "debug_console_light". Where's the documentation on "serial_manager_spi"? Why isn't the doxygen code that is embedded in "flexcom_spi_adapter.c" not included in the SDK documentation? Are these files related to "flexcom_spi_adapter" component? Where is the "button", "led", "lists", ... documentation? If the documentation is not in the SDK documentation, where is it?
Thanks.