MCPcopy Create free account
hub / github.com/FastLED/FastLED / BuildBackend

Class BuildBackend

ci/compiler/argument_parser.py:21–25  ·  view source on GitHub ↗

Compilation backend selection (fbuild vs PlatformIO's `pio run`).

Source from the content-addressed store, hash-verified

19
20
21class BuildBackend(Enum):
22 """Compilation backend selection (fbuild vs PlatformIO's `pio run`)."""
23
24 FBUILD = "fbuild"
25 PLATFORMIO = "platformio"
26
27
28@dataclass(frozen=True)

Callers 1

_build_configMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected