Skip to content

Add support for board-internal links in runner scripts

Tom Williams requested to merge board-internal-links into master

Implements #20 (closed)

  • Updated Link class to be usable for both board-internal and optical links
  • Updated System.links to return all links in the system; added System.optical_links
  • Removed check_board_internal_link_map, replacing usage with check_link_map
  • Updated link test dummy config to configure the board-internal links

Merge request reports