micropython-stubs icon indicating copy to clipboard operation
micropython-stubs copied to clipboard

Stubs of most MicroPython ports, boards and versions to make writing code that much simpler.

Results 57 micropython-stubs issues
Sort by recently updated
recently updated
newest added

Updates the reference typestub for `rp2.asm_pio` decorator to include the new parameters proposed in [MicroPython PR #18133](https://github.com/micropython/micropython/pull/18133). ## Changes ### New `asm_pio` decorator parameters: - **`execctrl=0`** - Configures additional execution...

This is likely a good addition to reference\_mpy_shed\buffer_mp.pyi but care must be taken to verify correct operation and conflicts. Also need to determine how to work with , or replace...

Update the reference typestub https://github.com/Josverl/micropython-stubs/blob/main/reference/micropython/rp2/asm_pio.pyi with the changes proposed in https://github.com/micropython/micropython/pull/18133

Upstream
reference

In order for tooling to simply discover releases packages , releases should be logged to the database and .json file. As the build and publish process of stdlin-stubs is not...

improve typing of uctypes.struct in https://github.com/Josverl/micropython-stubs/blob/main/reference/micropython/uctypes/__init__.pyi#L24-L40 The typing borrowed from CPython does not work ```py # _ScalarProperty: TypeAlias = int # _RecursiveProperty: TypeAlias = tuple[int, _property] # _ArrayProperty: TypeAlias =...

enhancement
reference

The VERSIONS file in the stdlib-stubs may need to be adjusted as it refers to modules that are not available. The `VERSIONS` file in stdlib is used by type checkers...

enhancement
stdlib