6
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Aug 19, 2025 — Aug 19, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
alif/boards/OPENMV_AE3: Add a name for the camera FSYNC pin. More... 3 days ago
stm32/boards/OPENMV_N6: Add a name for the camera FSYNC pin. More... 3 days ago
tests/extmod/vfs_basic.py: Tweak test to support namedtuple stat result. More... 4 days ago
lib/micropython-lib: Update submodule to latest. More... 4 days ago
tests/multi_exmod/machine_can_05: Fix test setup race. More... 8 days ago
py/runtime: Ignore AttributeError when looking up __all__. More... 8 days ago
stm32/rng: Raise an exception if hardware RNG fails. More... 9 days ago
stm32/rng: Rename rng_get to mp_hal_get_hw_random_u32. More... 9 days ago
docs/library/ssl: Mention that PEM certificates are now supported. More... 9 days ago
lib/tinyusb: Update tinyusb submodule to MicroPython's fork. More... 9 days ago
shared/tinyusb: Use new static config for TX persistence. More... 9 days ago
extmod/network_wiznet5k: Avoid hardcoded socket count. More... 10 days ago
docs: Add ROMFS documentation. More... 10 days ago
tests/README: Explain how to create cpydiff tests. More... 11 days ago
esp32/boards: Fix ineffective ESP-Hosted WiFi buffer config. More... 14 days ago
shared/runtime/pyexec: Don't execute empty line in event driven REPL. More... 14 days ago
stm32/boards/NUCLEO_H563ZI: Add USART11, UART12 to mpconfigboard.h. More... 15 days ago
stm32/uart: Add missing UART 11 and 12 and Flow Control. More... 15 days ago
stm32/mpconfigport: Only enable RANDOM_SEED_INIT_FUNC if hw RNG avail. More... 16 days ago
stm32/rng: Remove PRNG implementation of rng_get. More... 16 days ago
stm32/boards/NUCLEO_H723ZG: Enable MICROPY_HW_ENABLE_RNG. More... 16 days ago
stm32/mphalport: Only build mp_hal_get_random if hardware RNG available. More... 16 days ago
stm32/mpu: Reuse MPU_ATTRIBUTES_NUMBER0 for all non-cacheable uses. More... 16 days ago
alif/modmachine: Implement the 5 states of machine.reset_cause. More... 17 days ago
alif/modmachine: Reserve 16 bytes of backup SRAM for system use. More... 17 days ago
docs/esp32/quickref: Add config for ESP32-WROOM-32UE with KSZ8863 LAN. More... 18 days ago
extmod/vfs_posix: Fix renaming with a non-empty VFS root. More... 20 days ago
esp32/boards/esp32-p4: Support pre-v3 chip revisions as variants. More... 21 days ago
tests/net_inet: Add test for tls loading a PEM certificate. More... 21 days ago
extmod/mbedtls: Enable PEM parsing in common mbedTLS config. More... 21 days ago