Skip to content

Add support for excluding boards/processors

Tom Williams requested to merge exclude-boards into master

Implements #23 (closed) . Excluded boards/processors are specified in the config file, through the new optional exclude list - e.g:

exclude:
  - my_board
  - another_board.some_processor

All of the links associated with any excluded boards are automatically masked.

Merge request reports