Lines Matching full:boards
9 """A single regular expression for matching boards to build"""
101 class Boards: class
102 """Manage a list of boards."""
118 """Read a list of boards from a board file.
123 fname: Filename of boards.cfg file
145 """Return a list of available boards.
153 """Build a dictionary containing all the boards.
166 """Return a dictionary containing the selected boards
178 """Return a list of selected boards
186 """Return a list of selected boards
243 """Mark boards selected based on args
246 args: List of strings specifying boards to include, either named,
248 empty, all boards are selected.
249 exclude: List of boards to exclude, regardless of 'args'
252 Dictionary which holds the list of boards which were selected