6
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 13, 2025 — Feb 13, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
tests/extmod/machine_i2s_rate.py: Adjust pins when running on ESP32-C3. More... 3 months ago
docs/library: Document OrderedDict.popitem()'s CPython differences. More... 3 months ago
extmod: Ensure stream ioctl's are a no-op for unknown requests. More... 3 months ago
tests/import: Make import_override and pkg7 tests behave under CPython. More... 3 months ago
tests/import: Remove .py.exp files where they match CPython. More... 3 months ago
esp32: Fix USB deinit/reinit path via soft reset. More... 3 months ago
github/workflows: Test mpy-cross debug emitter. More... 3 months ago
rp2/pendsv: Fix PendSV_Handler dispatch check when threading enabled. More... 3 months ago
shared/runtime/pyexec: Set PYEXEC_FORCED_EXIT flag for SystemExit. More... 3 months ago
unix: Enable exit code handling for sys.exit(). More... 3 months ago
tests/serial_test.py: Allow up to 2 seconds between bytes. More... 3 months ago
tools/cc1: Fix ruff lint check with list length. More... 3 months ago
docs/library/machine.Timer: Explain the id parameter in more detail. More... 3 months ago
py/compile: Allow NULL emitter table entries. More... 3 months ago
py/emitnative: Optimise register clearing. More... 3 months ago
top: Include tools/cc1 in ruff search path. More... 3 months ago
py/emitnative: Generate shorter RV32 code for exception handling. More... 3 months ago
stm32/eth: Make TX and RX buffer sizes a multiple of 8. More... 3 months ago
stm32/eth_phy: Add support for RTL8211 inititialization. More... 3 months ago
stm32/eth_phy: Move PHY initialization to a dedicated function. More... 3 months ago
py/objcode: Remove `mp_obj_code_t.lnotab` field from v2 preview. More... 3 months ago
stm32/lwip_inc: Include HAL header to get MCU define. More... 4 months ago
py/asmrv32: Generate better comparison sequences. More... 4 months ago
py/asmrv32: Refactor register-indexed load/store emitters. More... 4 months ago
stm32/eth_phy: Add support for 1000Mbit PHY. More... 4 months ago
stm32/usb: Add support for using TinyUSB stack. More... 4 months ago
stm32/usb: Add TinyUSB Mass Storage support. More... 4 months ago
tests/run-tests.py: Discover RV32 extension inlineasm tests. More... 4 months ago
py/asmrv32: Reserve a flag for the Zcmp RV32 CPU extension. More... 4 months ago
stm32/eth: Add support for gigabit RGMII peripheral interface. More... 4 months ago