Skip to content

conflicts

Required: No
Type: List of features
Condition: Partial (no unless)

Projects can list features they are incompatible with using this property.

A feature is the exact, case-sensitive string given by the name key.

Key Required Type Description
name Yes String Name of the feature
condition No List of features The feature is provided only if all the given features are present

See the detailed description of features for more information.

1
2
conflicts:
  - name: uart_driver
Back to top