This repository holds the ML State Monitor App SW Pack and depends on the MCUXpresso SDK overall delivery.
You need to have both Git and West installed, then execute below commands to gather the whole APP-SW-PACKS/ML-State-Monitor delivery at revision ${revision}
and place it in a folder named appswpacks_ml_state_monitor
.
west init -m https://github.com/NXPmicro/appswpacks-ml-state-monitor --mr ${revision} appswpacks_ml_state_monitor
cd appswpacks_ml_state_monitor
west update
Replace ${revision}
with any SDK revision you wish to achieve. This can be mcux_release_github
if you want the latest state, or any commit SHA.
To build and run the application please refer to the Lab Guide or check the steps in Run a project using MCUXpresso IDE.
For other rapid-development software bundles please visit the Application Software Packs page.
For SDK examples please go to the MCUXpresso SDK and get the full delivery to be able to build and run examples that are based on other SDK components.