The dev-apps repository serves as a catalogue of all applications under the mcu-dev organization. These applications are written based on Zephyr RTOS.
This serves as centralized catalogue of all applications built based on the different drivers in the mcu-dev organization.
To fully clone this repository, including all its submodules, run the following commands:
To clone the repository and its submodules:
git clone --recurse-submodules https://github.com/mcu-dev/dev-apps.git
You can also initialize and update the corresponding submodules if you have cloned the repository already:
git submodule update --init --recursive
Updating the submodule:
Licensed under the MIT license.