-
-
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
15 Pull requests merged by 7 people
-
py/formatfloat: Improve accuracy of float formatting code.
#17444 merged
Jul 31, 2025 -
webassembly: reuse JavaScript proxy references if possible, to improve identity/equality relationships
#17758 merged
Jul 31, 2025 -
tests/run-multitests: Escape encoding errors instead of crashing.
#17780 merged
Jul 31, 2025 -
tests/multi_bluetooth: Extend the deep sleep test timeout.
#17779 merged
Jul 31, 2025 -
tests/run-natmodtests.py: Automatically skip tests that are too large.
#17738 merged
Jul 31, 2025 -
examples/bluetooth/ble_advertising.py: fix decoding of UUID32
#17725 merged
Jul 31, 2025 -
zephyr: use feature levels for minimal and standard build configurations
#17680 merged
Jul 31, 2025 -
extmod/modtls_mbedtls: Do gc_collect and retry ssl_init on any error.
#17750 merged
Jul 31, 2025 -
py/mphal: Add header for size_t.
#17783 merged
Jul 30, 2025 -
esp32c2 support (IDF v5.3)
#15906 merged
Jul 30, 2025 -
tests/internal_bench: Benchmarks for descriptor-related features.
#16825 merged
Jul 29, 2025 -
py/objtype: Add support for PEP487 __set_name__.
#16806 merged
Jul 29, 2025 -
py/objint_longlong: Fix longlong interoperability with floats.
#17740 merged
Jul 28, 2025 -
py/objint_longlong: Fix overflow check in mp_obj_int_get_checked.
#17739 merged
Jul 28, 2025 -
rp2/modmachine: Do not use deprecated XOSC_MHZ.
#17746 merged
Jul 25, 2025
21 Pull requests opened by 12 people
-
stm32: Add DAC feature for STM32G0.
#17763 opened
Jul 25, 2025 -
zephyr: Upgrade to Zephyr v4.2.0.
#17765 opened
Jul 25, 2025 -
stm32/boards: Add WeAct_H743VI board support.
#17766 opened
Jul 25, 2025 -
tests/run-tests.py: Move tests to skip with native emitter to a list.
#17767 opened
Jul 26, 2025 -
tests/run-tests.py: Run tests-with-regex-output as normal tests.
#17768 opened
Jul 26, 2025 -
stm32: Fix DAC issue on STM32F7/H7.
#17770 opened
Jul 27, 2025 -
py/asmthumb: Don't corrupt base register in large offset store.
#17772 opened
Jul 27, 2025 -
mpremote/mp_errno: Fix errno.ENOTBLK error on Windows.
#17775 opened
Jul 28, 2025 -
mpremote: fix esp usb reset
#17776 opened
Jul 28, 2025 -
esp32: Update the README details to account for newer chips.
#17777 opened
Jul 29, 2025 -
rp2: on RP2350 configure jmp pins as input if they are in isolation mode
#17781 opened
Jul 29, 2025 -
tests: various improvements for Octoprobe (WIP)
#17782 opened
Jul 29, 2025 -
Fix more operations that can return small ints
#17785 opened
Jul 29, 2025 -
Docs: Add build requirements for macOS M-Series Macs.
#17788 opened
Jul 29, 2025 -
Add WPA2 Enterprise Authentication Support for ESP32
#17789 opened
Jul 30, 2025 -
tests/run-multitests: Add IPv6 support to multitest framework
#17793 opened
Jul 31, 2025 -
esp32/boards/SEEED_XIAO_ESP32_C3: Add new board definition.
#17795 opened
Jul 31, 2025 -
Xiao esp32 s3
#17796 opened
Jul 31, 2025 -
nrf/drivers/bluetooth: Change soft-device download URL to self hosted.
#17798 opened
Jul 31, 2025 -
mpremote: Improve ESPxx board detection and user configuration.
#17800 opened
Jul 31, 2025 -
rp2: Fix flash size check in CMakeLists.txt.
#17801 opened
Jul 31, 2025
5 Issues closed by 5 people
-
rp2: Can't send KeyboardInterrupt with os.dupterm()
#17732 closed
Jul 31, 2025 -
Watchdog reboot but no watchdog is in code
#17784 closed
Jul 30, 2025 -
Implement machine.USBDevice for ESP32-S3
#15564 closed
Jul 30, 2025 -
Call __set_name__ for class members on class creation.
#15501 closed
Jul 29, 2025 -
Warning "MicroPython ignores non-ascii characters of the input" when entering Chinese characters
#17762 closed
Jul 28, 2025
3 Issues opened by 3 people
-
docs: os.dupterm_notify
#17799 opened
Jul 31, 2025 -
OSError 16 from time.sleep_ms()
#17792 opened
Jul 31, 2025 -
mpremote: Unknown errno.ENOTBLK on Windows
#17773 opened
Jul 28, 2025
31 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.
-
shared/tinyusb: Fix build errors with CDC support disabled.
#17708 commented on
Jul 31, 2025 • 13 new comments -
Add `machine.I2CTarget` implementing a generic I2C device
#17365 commented on
Jul 31, 2025 • 12 new comments -
mpremote/tests: Rewrite test runner to run correctly under Windows.
#17089 commented on
Jul 29, 2025 • 7 new comments -
asyncio: slight optimizations for `run_until_complete` and `sleep_ms`
#17699 commented on
Jul 29, 2025 • 4 new comments -
unix/main: Use standard pyexec/repl for unix port.
#12802 commented on
Jul 31, 2025 • 3 new comments -
Zephyr: Add ADC support.
#17616 commented on
Jul 31, 2025 • 2 new comments -
esp32: Add machine.Counter and machine.Encoder.
#12346 commented on
Jul 30, 2025 • 2 new comments -
tools\mpremote\mpremote\transport_serial.py: Fix encoding error in PyboardCommand class.
#13586 commented on
Jul 31, 2025 • 2 new comments -
py/parse: Add support for math module constants and float folding
#16666 commented on
Jul 31, 2025 • 2 new comments -
`embed`: Fix `alloca` include for Windows.
#17717 commented on
Jul 31, 2025 • 1 new comment -
esp32/boards/SEEED_XIAO_ESP32_C6: Add new board definition.
#17429 commented on
Jul 31, 2025 • 0 new comments -
rp2: Increase configurability of boards
#17487 commented on
Jul 29, 2025 • 0 new comments -
rp2/pio: Fix the RP2350 (PICO2) Port PIO2 prog data structure
#17519 commented on
Jul 29, 2025 • 0 new comments -
Broaden IPv6 support in MicroPython by default.
#17545 commented on
Jul 31, 2025 • 0 new comments -
Add compile-time checking of mp_printf format strings
#17556 commented on
Jul 29, 2025 • 0 new comments -
zephyr: Add Seeed Studio's XIAO BLE NRF52840 SENSE board.
#17679 commented on
Jul 31, 2025 • 0 new comments -
Test REPR_B & fix test failures
#17688 commented on
Jul 25, 2025 • 0 new comments -
ci: Enable UBSan for 'longlong' builds in CI, add stack margin for sanitizer builds.
#17735 commented on
Jul 29, 2025 • 0 new comments -
core: Add MICROPY_USE_GCC_MUL_OVERFLOW_INTRINSIC.
#17754 commented on
Jul 29, 2025 • 0 new comments -
add esp32P4 support to start with
#17356 commented on
Jul 31, 2025 • 0 new comments -
extmod/asyncio/stream.py: Add ipv6 support to start_server().
#17311 commented on
Jul 31, 2025 • 0 new comments -
ports/zephyr: Add machine lightsleep.
#16864 commented on
Jul 31, 2025 • 0 new comments -
drivers/memory/spiflash.c: Write 2nd byte of SR as separate command.
#11932 commented on
Jul 31, 2025 • 0 new comments -
Add stateless auto configuration for IPv4
#9877 commented on
Jul 28, 2025 • 0 new comments -
WIP: examples/bluetooth: Add BLE HID mouse and keyboard examples.
#6559 commented on
Jul 25, 2025 • 0 new comments -
Update api of esp32 i2c and other drivers.
#17696 commented on
Jul 31, 2025 • 0 new comments -
select.poll not working properly with sys.stdin
#16550 commented on
Jul 31, 2025 • 0 new comments -
TCP socket RESET's the connection when not reading the entire read buffer
#17072 commented on
Jul 31, 2025 • 0 new comments -
RP2350: PIO scripts fail, despite running on RP2040
#17047 commented on
Jul 29, 2025 • 0 new comments -
PIO does not work on RP2350B with GPIO pin >=32
#16199 commented on
Jul 26, 2025 • 0 new comments -
mpremote mount: file write of non-byte arrays fails due to incorrect length calculation
#17665 commented on
Jul 26, 2025 • 0 new comments