Movatterモバイル変換


[0]ホーム

URL:


fqbn

package
v1.3.1Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 27, 2025 License:GPL-3.0Imports:5Imported by:1

Details

Repository

github.com/arduino/arduino-cli

Links

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

typeFQBN

type FQBN struct {VendorstringArchitecturestringBoardIDstringConfigs      *properties.Map}

FQBN represents an Fully Qualified Board Name string

funcMustParse

func MustParse(fqbnInstring) *FQBN

MustParse parse an FQBN string from the input stringor panics if the input is not a valid FQBN.

funcParse

func Parse(fqbnInstring) (*FQBN,error)

Parse parses an FQBN string from the input string

func (*FQBN)Clone

func (fqbn *FQBN) Clone() *FQBN

Clone returns a copy of this FQBN.

func (*FQBN)Match

func (fqbn *FQBN) Match(target *FQBN)bool

Match checks if the target FQBN equals to this one.The core parts are checked for exact equality while board options are looselymatched: the set of boards options of the target must be fully contained withinthe one of the receiver and their values must be equal.

func (*FQBN)String

func (fqbn *FQBN) String()string

String returns the FQBN as a string

func (*FQBN)StringWithoutConfig

func (fqbn *FQBN) StringWithoutConfig()string

StringWithoutConfig returns the FQBN without the Config part

Source Files

View all Source files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f orF : Jump to
y orY : Canonical URL
go.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic.Learn more.

[8]ページ先頭

©2009-2025 Movatter.jp