MLAB's module template repository. Please use the "Use this template" button to create a new MLAB module from this repository.
The new module repository name must be identical to the proposed new module name. Please look in MLAB design rules for an acceptable naming convention. After creating the new repository, rename the default git branch to be named corresponding to the revision of the module. It is generally adding the "A" suffix to the module name. Therefore, a new repository named MODULENAME01 should have the branch name MODULENAME01A.
Then clone the new MLAB's module repository to your workstation. After that perform the following steps in the cloned repository.
git submodule update --init --remote
At that point, you should start to design the new MLAB module project by using the design tools.
The following command copies up-to-date KiCAD automation workflow to the new MLAB module repository.
cd doc/assets/workflows/
./copy_workflow_to_repo.sh
This readme should be replaced by a description of your new module project! :) Please look to the README.md in the root of other modules to get inspiration.
Thanks for contributing!