Lines Matching +full:board +full:- +full:to +full:- +full:board
1 # SPDX-License-Identifier: Apache-2.0
6 ## board metadata YAML file.
8 # The board.yml file is a simple list of key value pairs containing board
10 schema;variant-schema:
14 - type: map
24 include: variant-schema
26 schema;extend-variant-schema:
30 - type: map
39 schema;board-schema:
45 desc: Name of the board
49 desc: Full name of the board. Typically set to the commercial name of the board.
56 desc: SoC family of the SoC on the board.
76 - type: map
85 - type: map
91 include: variant-schema
93 include: extend-variant-schema
97 board:
98 include: board-schema
102 - include: board-schema
110 instead of any with lower priorities. If omitted, will default to 10.
114 Allows for restricting west flash commands when using sysbuild to run once per given
115 grouping of board targets. This is to allow for future image program cycles to not
121 A dictionary of commands which should be limited to running once per invocation
122 of west flash for a given set of flash runners and board targets.
124 - type: map
137 - type: str
139 A list of flash runners that this applies to, can use `all` to apply
140 to all runners.
145 - type: map
147 A grouping of board targets which the command should apply to. Can
148 be used multiple times to have multiple groups.
154 - type: str
156 A board target to match against in regex. Must be one entry
157 per board target, a single regex entry will not match two
158 board targets even if they both match.