1# Example manifest file you can include into the main west.yml file.
2#
3# To make this work, copy this file's contents to a new file,
4# 'example.yaml', in the same directory.
5#
6# Then change the 'name' and 'url' below and run 'west update'.
7#
8# Your module will be added to the local workspace and kept in sync
9# every time you run 'west update'.
10#
11# If you want to fetch a particular commit rather than the main
12# branch, change the 'revision' line accordingly.
13
14manifest:
15  projects:
16    - name: my-module
17      url: https://github.com/my-username/my-module
18      revision: main
19