add os.getenv to the support matrix
This commit is contained in:
parent
d7ff56b00e
commit
9593ec44b1
|
@ -72,6 +72,7 @@ ADDITIONAL_MODULES = {
|
||||||
"collections": "CIRCUITPY_COLLECTIONS",
|
"collections": "CIRCUITPY_COLLECTIONS",
|
||||||
"fontio": "CIRCUITPY_DISPLAYIO",
|
"fontio": "CIRCUITPY_DISPLAYIO",
|
||||||
"io": "CIRCUITPY_IO",
|
"io": "CIRCUITPY_IO",
|
||||||
|
"os.getenv": "CIRCUITPY_OS_GETENV",
|
||||||
"select": "MICROPY_PY_USELECT_SELECT",
|
"select": "MICROPY_PY_USELECT_SELECT",
|
||||||
"sys": "CIRCUITPY_SYS",
|
"sys": "CIRCUITPY_SYS",
|
||||||
"terminalio": "CIRCUITPY_DISPLAYIO",
|
"terminalio": "CIRCUITPY_DISPLAYIO",
|
||||||
|
@ -86,6 +87,7 @@ MODULES_NOT_IN_BINDINGS = [
|
||||||
"collections",
|
"collections",
|
||||||
"errno",
|
"errno",
|
||||||
"json",
|
"json",
|
||||||
|
"os.getenv",
|
||||||
"re",
|
"re",
|
||||||
"select",
|
"select",
|
||||||
"sys",
|
"sys",
|
||||||
|
|
Loading…
Reference in New Issue