-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Insights: micropython/micropython
Overview
Could not load contribution data
Please try again later
6 Pull requests merged by 4 people
-
py/emitnative: Let emitters know the compiled entity's name.
#17572 merged
Jul 4, 2025 -
mpremote: Fix disconnect handling on Windows and Linux.
#17321 merged
Jul 4, 2025 -
webassembly/objpyproxy: Avoid throwing on symbols or iterator.
#17604 merged
Jul 4, 2025 -
alif/machine_spi: Improve transfer function.
#17513 merged
Jul 3, 2025 -
alif: Add support for machine_pin IRQ.
#17511 merged
Jul 3, 2025 -
py/emitnative: Some more load/store improvements.
#17477 merged
Jul 1, 2025
10 Pull requests opened by 8 people
-
stm32: Change SPI IRQ priority.
#17578 opened
Jun 29, 2025 -
Various ports: add support for Timer hard= option
#17580 opened
Jun 29, 2025 -
mpprint: Add %R (print object) & %K (print exception).
#17583 opened
Jun 30, 2025 -
esp32/panichandler: Support building against IDFv5.4.2.
#17586 opened
Jun 30, 2025 -
ports/stm32: Extend STM32H5 DMA use.
#17587 opened
Jun 30, 2025 -
esp32/boards/SEEED_XIAO_ESP32_C3:Add new board definition.
#17588 opened
Jul 1, 2025 -
stm32/boards: Add WeAct_H723VG board support.
#17590 opened
Jul 1, 2025 -
zephyr/machine_pin: Configure OUT pin also as input so it's readable.
#17599 opened
Jul 2, 2025 -
zephyr: Use UART for console as default, not CONSOLE_SUBSYS.
#17610 opened
Jul 3, 2025 -
stm32/eth: Improve Ethernet driver with link detection and static IP support.
#17613 opened
Jul 4, 2025
3 Issues closed by 2 people
-
zephyr: Ctrl-C does not cause KeyboardInterrupt
#17608 closed
Jul 3, 2025 -
zephyr: Pin.value() always returns 0
#17596 closed
Jul 2, 2025 -
Can't not set i2s mck parameter esp32s3 MicroPython (1.25.0)
#17573 closed
Jun 30, 2025
7 Issues opened by 7 people
-
UART reaching timeout after first byte.
#17611 opened
Jul 3, 2025 -
Add support for STM32WBAxx MCUs
#17600 opened
Jul 2, 2025 -
docs: WeACT BlackPill, pins.csv
#17598 opened
Jul 1, 2025 -
zephyr: LSM6DS3TR-C IMU sensor returns 0 values for all channels
#17597 opened
Jul 1, 2025 -
RP2: time.sleep and time.sleep_ms waking early (but not time.sleep_us)
#17594 opened
Jul 1, 2025 -
ESP32: Significant size increase with MICROPY_ROM_TEXT_COMPRESSION and external modules
#17593 opened
Jul 1, 2025 -
ESP32-C6 timers not working on custom build
#17577 opened
Jun 28, 2025
29 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
py: Add PEP 750 template strings support
#17557 commented on
Jul 3, 2025 • 21 new comments -
py/formatfloat: Improve accuracy of float formatting code.
#17444 commented on
Jul 4, 2025 • 8 new comments -
zephyr: a few quality-of-life improvements, and additional board configurations
#17552 commented on
Jul 4, 2025 • 8 new comments -
unix/main: Use standard pyexec/repl for unix port.
#12802 commented on
Jul 2, 2025 • 6 new comments -
py/objcode: Implement PEP626 to add co_lines to code objects on settrace builds.
#16989 commented on
Jul 4, 2025 • 5 new comments -
Coverage test sys.settrace & improve coverage
#17538 commented on
Jul 4, 2025 • 3 new comments -
shared/timeutils: Standardize supported date range on all platforms.
#17366 commented on
Jul 3, 2025 • 2 new comments -
[RFC] Add compile-time checking of mp_printf format strings
#17556 commented on
Jul 4, 2025 • 1 new comment -
py/vm.c: Avoid heap-allocating slices for built-ins.
#12518 commented on
Jul 4, 2025 • 1 new comment -
unix: Extend README with fully static builds section.
#17456 commented on
Jun 27, 2025 • 0 new comments -
Implement pairing with btstack and rpi/pico_w
#17469 commented on
Jul 2, 2025 • 0 new comments -
tools/mpremote: Make resume behavior the default, remove resume command
#17485 commented on
Jul 3, 2025 • 0 new comments -
rp2: Increase configurability of boards
#17487 commented on
Jul 3, 2025 • 0 new comments -
Broaden IPv6 support in MicroPython by default.
#17545 commented on
Jul 4, 2025 • 0 new comments -
tools/mpremote: Support OSError's on targets without errno.
#17551 commented on
Jul 4, 2025 • 0 new comments -
stm32: fix a few bugs with ADC on STM32WBxx MCUs and tweak tests so they pass on NUCLEO_WB55
#17558 commented on
Jun 30, 2025 • 0 new comments -
extmod/vfs_lfsx: Allow overriding the LFS2 on-disk version format.
#17565 commented on
Jul 4, 2025 • 0 new comments -
tools/mpy-tool.py: Allow dumping MPY segments into their own files.
#17306 commented on
Jun 28, 2025 • 0 new comments -
framebuf: Add support for additional fonts in text method
#16470 commented on
Jul 2, 2025 • 0 new comments -
ports/rp2/boards: Add support for WIZnet-EVB-Pico2
#16280 commented on
Jul 1, 2025 • 0 new comments -
ESP32-S3 `mpremote` sends corrupted fs hook when mounting local directory
#17560 commented on
Jul 3, 2025 • 0 new comments -
Taking slice of memoryview in Viper function crashes PyBoard
#6523 commented on
Jul 2, 2025 • 0 new comments -
[bug]Ble service don't work on esp32c3
#8847 commented on
Jul 2, 2025 • 0 new comments -
ESP32-S3 FH4R2 v0.2 No WiFi
#15602 commented on
Jul 2, 2025 • 0 new comments -
asyncio: sleep_ms terminates early
#15626 commented on
Jul 1, 2025 • 0 new comments -
RP2: machine.RTC().datetime() does not advance during lightsleep
#16519 commented on
Jul 1, 2025 • 0 new comments -
ESP32-C3 board hangs during neopixel.write in loop
#10554 commented on
Jun 30, 2025 • 0 new comments -
multi-thread file access causing system crash
#17442 commented on
Jun 30, 2025 • 0 new comments -
Waveshare RP2350 1.28 in Round LCD, Won't Run 1.24.0 or 1.24.1
#16410 commented on
Jun 27, 2025 • 0 new comments