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

Method is_qemu_compatible

ci/compiler/esp32_artifacts.py:44–49  ·  view source on GitHub ↗

Check if configuration is QEMU compatible.

(self)

Source from the content-addressed store, hash-verified

42 frequency: str = "80m"
43
44 def is_qemu_compatible(self) -> bool:
45 """Check if configuration is QEMU compatible."""
46 return (
47 self.mode in [FlashMode.DIO, FlashMode.DOUT]
48 and self.size_mb in VALID_FLASH_SIZES
49 )
50
51
52@dataclass

Callers 1

copy_qemu_artifactsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected