You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add rules for user defined fields of Arduino platforms
Some upload recipes might require custom fields that must be provided by the user. The platform author can define such
fields via two new property types that have been added to the Arduino platform system with the expanded pluggable
discovery support.
There are some requirements for these fields, which are enforced via a couple of new rules.
assert.ElementsMatch(t, []string{"foo_discovery", "bar_discovery"}, PluggableDiscoveryNames(platformTxt), "pluggable_discovery.DISCOVERY_ID properties add elements for each DISCOVERY_ID.")
t.Run(fmt.Sprintf("%s greater than maximum length of %d (%s)", testTable.propertyName, testTable.maxLength, testTable.complianceLevel), func(t*testing.T) {
0 commit comments