Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FQBN ¶
type FQBN struct { Vendor string Architecture string BoardID string Configs *properties.Map }
FQBN represents an Fully Qualified Board Name string
func MustParse ¶
MustParse parse an FQBN string from the input string or panics if the input is not a valid FQBN.
func (*FQBN) Match ¶
Match checks if the target FQBN equals to this one. The core parts are checked for exact equality while board options are loosely matched: the set of boards options of the target must be fully contained within the one of the receiver and their values must be equal.
func (*FQBN) StringWithoutConfig ¶
StringWithoutConfig returns the FQBN without the Config part
Click to show internal directories.
Click to hide internal directories.