Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 806 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 806 Bytes

dev-apps

The dev-apps repository serves as a catalogue of all applications under the mcu-dev organization. These applications are written based on Zephyr RTOS.

Purpose

This serves as centralized catalogue of all applications built based on the different drivers in the mcu-dev organization.

Cloning the Repository

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:

License

Licensed under the MIT license.