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
tools/autobuild: Make firmware destination directory configurable. More... 2 months ago
esp32: Don't disable component manager when updating submodules. More... 2 months ago
esp32/boards/ESP32_GENERIC_P4: Add variants to board.json and .md files. More... 2 months ago
esp32: Fix board images for ESP32_GENERIC_[C2|C5|P4]. More... 2 months ago
tests/net_inet: Update micropython.org certificate for SSL tests. More... 2 months ago
tests/thread/stress_schedule.py: Remove decorator/inaccurate comment. More... 3 months ago
tests/run-tests.py: Re-enable some asyncio tests for the native emitter. More... 3 months ago
esp32/mphalport: Enable D-cache flushing on P4 for native code. More... 3 months ago
py/emitglue: Add hook for RV32 arch to flush D-cache for native emitter. More... 3 months ago
tests/basics/string_fstring.py: Test fstring nested replacement fields. More... 3 months ago
extmod/modopenamp: Rework trace buffer setup procedure. More... 3 months ago
rp2/mpconfigport: Enable MD5, SHA1 and cryptolib on all boards. More... 3 months ago
tools/ci.sh: Install latest ARM toolchain for stm32 CI. More... 3 months ago
stm32/usbd_conf: Fix build for boards with USB disabled. More... 3 months ago
tools/mpy_ld.py: Write architecture flags to output natmod if needed. More... 3 months ago
py/misc: Remove unused mp_check function. More... 3 months ago
tools/ci.sh: Put embedding build rules in ci.sh. More... 3 months ago
extmod/modselect: Handle pending events before entering poll. More... 3 months ago
qemu/mphalport: Ensure mp_hal_delay_ms(0) handles pending tasks. More... 3 months ago
docs/library: Document that sleep(0)/sleep_ms(0) run the scheduler. More... 3 months ago
tests/micropython: Add new schedule_sleep.py test. More... 3 months ago
stm32/boards/NUCLEO_H753ZI: Add NUCLEO_H753ZI board support. More... 3 months ago
stm32/usbd_conf: Clean up USBD hardware initialization functions. More... 3 months ago
stm32/boards/STM32F469DISC: Add board.json file. More... 3 months ago
stm32: Fix init sequence of USB hardware and TinyUSB stack. More... 3 months ago
shared/tinyusb: Add optional port-specific hook on USBD init. More... 3 months ago
stm32/rtc: Make sure RTC is using LSE on N6 MCUs. More... 3 months ago
rp2/main: Add guard around machine_i2s_init0(). More... 3 months ago
docs/library: Fix typos under I2CTarget irq method description. More... 3 months ago
rp2/rp2_dma: Properly close DMA channels. More... 3 months ago