Lines Matching +full:board +full:- +full:schema
1 # SPDX-License-Identifier: Apache-2.0
5 ## A pykwalify schema for basic validation of the structure of a
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
115 grouping of board targets. This is to allow for future image program cycles to not
122 of west flash for a given set of flash runners and board targets.
124 - type: map
137 - type: str
145 - type: map
147 A grouping of board targets which the command should apply to. Can
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.