This is a low-level function that powers write_board_manifest()
. It is
needed primarily for folks developing new board types, and should not
generally be called directly.
write_board_manifest_yaml(board, manifest, ...)
write_board_manifest_yaml()
is called for its side-effect of
writing a manifest YAML file.
A pin board that is not read-only.
Contents to be written to the manifest file, as a list.
Additional arguments passed on to methods for a specific board.