Skip to content

Commit

Permalink
Update docs/docs/development/module-creation.md
Browse files Browse the repository at this point in the history
Co-authored-by: Cem Aksoylar <[email protected]>
  • Loading branch information
Nick-Munnich and caksoylar authored Feb 15, 2025
1 parent f69362f commit eadf6c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/development/module-creation.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Next, you need to define the options to build your module. These also go into `z
- `settings` is a child property containing additional child properties, two of which are particularly relevant:
- `board_root` points to the parent directory of a `boards` directory, which contains additional board/shield definitions.
- `dts_root` points to the parent directory of a `dts` directory, which contains additional devicetree bindings.
- `snippet_root` points to the parent directory of a `snippets` directory, which contains [snippets](https://docs.zephyrproject.org/3.5.9/build/snippets/index.html).
- `snippet_root` points to the parent directory of a `snippets` directory, which contains [snippets](https://docs.zephyrproject.org/3.5.0/build/snippets/index.html).

See the `zephyr/module.yml` found in the template for a usage example.

Expand Down

0 comments on commit eadf6c2

Please sign in to comment.