Skip to content

Add support for MICROPY_CPYTHON_COMPAT make var#5158

Closed
nitz wants to merge 1 commit into
adafruit:mainfrom
nitz:add-micropy-cpython-compat-make-flag
Closed

Add support for MICROPY_CPYTHON_COMPAT make var#5158
nitz wants to merge 1 commit into
adafruit:mainfrom
nitz:add-micropy-cpython-compat-make-flag

Conversation

@nitz
Copy link
Copy Markdown

@nitz nitz commented Aug 16, 2021

MICROPY_CPYTHON_COMPAT was used before to toggle the aptly named CPyhthon compatability, but was being controlled by CIRCUITPY_FULL_BUILD instead. This change allows ports/boards to set MICROPY_CPYTHON_COMPAT = 1 in their .mk to enable the CPython compatabilty code.

See #5155

MICROPY_CPYTHON_COMPAT was used before to toggle the aptly named CPyhthon compatability, but was being controlled by `CIRCUITPY_FULL_BUILD` instead. This change allows ports/boards to set `MICROPY_CPYTHON_COMPAT = 1` in their `.mk` to enable the CPython compatabilty code.
@tannewt
Copy link
Copy Markdown
Member

tannewt commented Aug 16, 2021

Closing in favor of #5157. Thanks @nitz

@tannewt tannewt closed this Aug 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants