zephyrApps is a collection of demos, apps, etc. organized in different Git branchs.
The list of branches in the repo include:
- main
- this README
- FacialDetect
- Multiple face detect demo running on MCXN947 and i.MX RT1060.
- SmartWatch
- Wearable example application optimized for the i.MX RT500 MCU
Each branch has a README file with instructions for getting started. To review, you can use a browser to view the zephyrApps branches, and find the desired README.
Branches may differ, but in general this is the folder structure of the ZephyrApps folder after the west init command.
zephyrApps/
│
├── modules/ # other modules pulled in by West
│ ├── hal/
│ │ └── nxp/
├── nxp/ # West manifest repo, and applications
│ ├── apps/
└── zephyr/ # module pulled in by West from zephyr-proper or NXP fork