We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73aa39f commit 20d9e18Copy full SHA for 20d9e18
ports/zephyr-cp/cptools/build_circuitpython.py
@@ -317,7 +317,6 @@ async def build_circuitpython():
317
circuitpython_flags.append(f"-DCIRCUITPY_ENABLE_MPY_NATIVE={1 if enable_mpy_native else 0}")
318
circuitpython_flags.append(f"-DCIRCUITPY_FULL_BUILD={1 if full_build else 0}")
319
circuitpython_flags.append(f"-DCIRCUITPY_SETTINGS_TOML={1 if full_build else 0}")
320
- circuitpython_flags.append(f"-DCIRCUITPY_OS_GETENV={1 if full_build else 0}")
321
circuitpython_flags.append("-DCIRCUITPY_STATUS_BAR=1")
322
circuitpython_flags.append(f"-DCIRCUITPY_USB_HOST={1 if usb_host else 0}")
323
circuitpython_flags.append(f"-DCIRCUITPY_BOARD_ID='\"{board}\"'")
0 commit comments