6
I Use This!
Very High Activity

Commits : Listings

Analyzed 35 minutes ago. based on code collected about 1 hour ago.
Dec 04, 2024 — Dec 04, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
webassembly/objjsproxy: Fix logic that determines if asyncio is active. More... 2 months ago
esp32/boards: Add new board variant for esp32c2 devices with 2MiB flash. More... 2 months ago
py/misc: Don't warn about a GNU extension for static assert macro. More... 2 months ago
stm32/boards/OPENMV_N6: Define RTS pin for UART3. More... 2 months ago
stm32/boards: Add PG13 AF7 (USART3_RTS) to N6 AF file. More... 2 months ago
gitignore: Ignore files created by ci.sh zepyhr and esp8266. More... 2 months ago
tools/ci.sh: Re-add IGNORE_ERRORS to ci_code_size_build. More... 2 months ago
py/makemoduledefs.py: Avoid empty extensible module lists. More... 2 months ago
py/misc: Use _Static_assert for MP_STATIC_ASSERT where possible. More... 2 months ago
extmod/modopenamp: Check that mp_vfs_open actually returned a stream. More... 2 months ago
tests/extmod/time_res.py: Properly skip functions not in time module. More... 2 months ago
docs/develop/porting: Use mp_cstack_init_with_sp_here in docs. More... 2 months ago
mpy-cross/main: Replace mp_stack calls with mp_cstack_init_with_sp_here. More... 2 months ago
stm32/usbd_hid_interface: Add runtime header. More... 2 months ago
samd/main: Replace mp_stack_set calls with mp_cstack_init_with_top. More... 2 months ago
renesas-ra/main: Replace mp_stack_set with mp_cstack_init_with_top. More... 2 months ago
qemu/main: Replace mp_stack calls with mp_cstack_init_with_sp_here. More... 2 months ago
esp8266/boards: Replace stackctrl.o with cstack.o in obj file list. More... 2 months ago
powerpc/main: Replace mp_stack calls wih mp_cstack_init_with_sp_here. More... 2 months ago
nrf/main: Replace mp_stack_set calls with mp_cstack_init_with_top. More... 2 months ago
mimxrt/main: Replace mp_stack_set calls with mp_cstack_init_with_top. More... 2 months ago
cc3200/mptask: Replace mp_stack_set_top with mp_cstack_init_with_top. More... 2 months ago
alif/main: Replace mp_stack_set with mp_cstack_init_with_top. More... 2 months ago
stm32/main: Remove unused include of stackctrl.h. More... 2 months ago
zephyr/main: Replace mp_stack_set with mp_cstack_init_with_sp_here. More... 2 months ago
py/scheduler: Allow selective handling in mp_handle_pending. More... 2 months ago
docs/README: Document sphinx-autobuild for local preview. More... 2 months ago
docs/README: Update doc build dependency. More... 2 months ago
stm32/boards/OPENMV_N6: Define all OpenMV N6 pins. More... 2 months ago
tests/ports/qemu: Add arch flags MPY import checks test. More... 2 months ago