Skip to content

aeraterta/dev-drivers

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dev-drivers

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

Note: You may refer to the dev-apps repository for sample implementations of all the drivers created in this repository.

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-drivers.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:

git submodule update --remote --recusrive

License

Licensed under the MIT license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published