doc: shields: Document shield variant board overriding
It is now possible to override a shield variant configuration for a specific board. Get it documented. Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
parent
3865b54802
commit
ce37c594ed
1 changed files with 15 additions and 0 deletions
|
@ -118,3 +118,18 @@ In this case, a shield-particular revision name can be used:
|
|||
:zephyr-app: your_app
|
||||
:shield: shield_v2
|
||||
:goals: build
|
||||
|
||||
You can also provide a board-specific configuration to a specific shield
|
||||
revision:
|
||||
|
||||
.. code-block:: none
|
||||
|
||||
boards/shields/<shield>
|
||||
├── <shield_v1>.overlay
|
||||
├── <shield_v1>.conf
|
||||
├── <shield_v2>.overlay
|
||||
├── <shield_v2>.conf
|
||||
└── <boards>
|
||||
└── <shield_v2>
|
||||
├── board.overlay
|
||||
└── board.conf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue