-
-
Notifications
You must be signed in to change notification settings - Fork 8.4k
Insights: micropython/micropython
Overview
Could not load contribution data
Please try again later
1 Release published by 1 person
-
v1.26.0 I2CTarget, improved floats and native emitter, STM32N6 & ESP32C2 support
published
Aug 9, 2025
67 Pull requests merged by 21 people
-
ports/mimxrt: Restructure nxp_sdk to match official mcux-sdk.
#16235 merged
Aug 25, 2025 -
py/mpconfig: Enable the sys module at all feature levels by default.
#17927 merged
Aug 22, 2025 -
py/mpconfig: Enable CRYPTOLIB, HASHLIB_MD5, HASHLIB_SHA1 if SSL enabled.
#17926 merged
Aug 19, 2025 -
py/mpconfig: Rename MICROPY_PY___FILE__ to MICROPY_MODULE___FILE__.
#17886 merged
Aug 19, 2025 -
py/objtype: Use locals_ptr directly instead of getting it from the slot.
#17885 merged
Aug 19, 2025 -
py/asmthumb: Fix T3 encoding of conditional branches.
#17946 merged
Aug 19, 2025 -
ci: Enable UBSan for 'longlong' builds in CI, add stack size for sanitizer builds.
#17735 merged
Aug 19, 2025 -
Update eth_phy include : Typo in line 29.
#17895 merged
Aug 18, 2025 -
stm32/Makefile: Add .gc.blocks.table section to bin.
#17889 merged
Aug 18, 2025 -
stm32: Fix DAC issue for MCUs those have D-Cache.
#17770 merged
Aug 18, 2025 -
stm32: Add DAC feature for STM32G0.
#17763 merged
Aug 18, 2025 -
stm32: Fix 12bit DAC issue on STM32H5.
#17743 merged
Aug 18, 2025 -
build(deps): bump actions/checkout from 4 to 5
#17899 merged
Aug 16, 2025 -
zephyr: Upgrade to Zephyr v4.2.0.
#17765 merged
Aug 16, 2025 -
extmod/modlwip: Remove unused include and functions.
#17915 merged
Aug 16, 2025 -
alif/alif.mk: Add MPY_CROSS_FLAGS setting.
#17908 merged
Aug 15, 2025 -
alif/mpconfigport: Enable cryptolib and hashlib.md5/sha1.
#17901 merged
Aug 15, 2025 -
extmod/modtime: Move tuple creation to common localtime implementation.
#17898 merged
Aug 15, 2025 -
py/objtype: Make mp_obj_new_type a static function.
#17884 merged
Aug 15, 2025 -
py/parse: Remove explicit checks for invalid folding operations.
#17883 merged
Aug 15, 2025 -
tests: Require SSL certificate file to be available for test to run.
#17897 merged
Aug 14, 2025 -
tests: add support for native-specific .exp test output files
#17882 merged
Aug 14, 2025 -
tests/misc/rge_sm.py: Remove unused code from the test.
#17881 merged
Aug 14, 2025 -
tests: improve autodetection of target features and simplify how tests are selected
#17880 merged
Aug 14, 2025 -
py/misc: Add explicit dependency on py/mpconfig.h.
#17843 merged
Aug 13, 2025 -
py/asmrv32: Make lt/le comparisons emitter shorter.
#17652 merged
Aug 11, 2025 -
tests/micropython: Remove big ints dependence for viper boundary tests.
#17761 merged
Aug 11, 2025 -
lwip: Support
family
specification in getaddrinfo.#17446 merged
Aug 11, 2025 -
re: Add support for start- and endpos.
#14179 merged
Aug 11, 2025 -
tools/codeformat.py: Print filename + linenumber when dedenting fails.
#17837 merged
Aug 11, 2025 -
tools\mpremote\mpremote\transport_serial.py: Fix encoding error in PyboardCommand class.
#13586 merged
Aug 11, 2025 -
esp32/network_ppp: Bugfixes for deadlocks and crashes when disconnecting.
#17656 merged
Aug 11, 2025 -
esp32: Support building against IDFv5.5.
#17836 merged
Aug 11, 2025 -
tests/run-tests.py: Run tests-with-regex-output as normal tests.
#17768 merged
Aug 10, 2025 -
tests/run-tests.py: Move tests to skip with native emitter to a list.
#17767 merged
Aug 10, 2025 -
esp32: Fix UART rxidle and machine.Timer on ESP32-C2,C6
#17844 merged
Aug 7, 2025 -
ports: Allow MICROPY_PY_MACHINE_I2C_TARGET to be disabled by board config.
#17853 merged
Aug 7, 2025 -
renesas-ra/mpconfigport: Enable MICROPY_TIME_SUPPORT_Y1969_AND_BEFORE.
#17823 merged
Aug 4, 2025 -
lib/micropython-lib: Update submodule to latest.
#17822 merged
Aug 4, 2025 -
github/workflows: Add a CI job to build ESP32-C2 and ESP32-C6 boards, and disable I2CTarget on ESP32C6
#17809 merged
Aug 1, 2025 -
mpremote: Allow user configuration on Windows
#9573 merged
Aug 1, 2025 -
esp32: Add machine.Counter and machine.Encoder.
#12346 merged
Aug 1, 2025 -
Add
machine.I2CTarget
implementing a generic I2C device#17365 merged
Aug 1, 2025 -
docs: Fix method links in btree.rst
#17648 merged
Aug 1, 2025 -
rp2/pio: Fix the RP2350 (PICO2) Port PIO2 prog data structure
#17519 merged
Aug 1, 2025 -
rp2: on RP2350 configure jmp pins as input if they are in isolation mode
#17781 merged
Aug 1, 2025 -
mpremote: fix esp usb reset
#17776 merged
Aug 1, 2025 -
mpremote/mp_errno: Fix errno.ENOTBLK error on Windows.
#17775 merged
Aug 1, 2025 -
py/parse: Add support for math module constants and float folding
#16666 merged
Aug 1, 2025 -
embed
: Fixalloca
include for Windows.#17717 merged
Aug 1, 2025 -
nrf/drivers/bluetooth: Change soft-device download URL to self hosted.
#17798 merged
Aug 1, 2025 -
tests: remove working cpydiff for float rounding
#17802 merged
Aug 1, 2025 -
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
52 Pull requests opened by 29 people
-
stm32/boards: Add WeAct_H743VI board support.
#17766 opened
Jul 25, 2025 -
esp32: Update the README details to account for newer chips.
#17777 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 -
mpremote: Improve ESPxx board detection and user configuration.
#17800 opened
Jul 31, 2025 -
docs/porting: Update session log.
#17806 opened
Aug 1, 2025 -
unix: Add aflplusplus variant for fuzzing.
#17814 opened
Aug 2, 2025 -
docs/esp32: Use new esptool syntax.
#17826 opened
Aug 3, 2025 -
websocket: Implement 64-bit frames, enable split frames.
#17830 opened
Aug 4, 2025 -
unix/modsocket: Don't crash on invalid argument type.
#17831 opened
Aug 4, 2025 -
py/makeversionhdr.py: Always abbreviate Git hashes to same length.
#17832 opened
Aug 4, 2025 -
esp32/boards: Add Silicognition ManT1S.
#17835 opened
Aug 4, 2025 -
docs: Fix a comment regarding make_new slot.
#17838 opened
Aug 5, 2025 -
docs/library/os: Document dupterm_notify function.
#17850 opened
Aug 6, 2025 -
esp32/machine_uart: Fix leaks of machine.UART irq & event task.
#17856 opened
Aug 7, 2025 -
adding support for the W55RP20_EVB_PICO.
#17857 opened
Aug 7, 2025 -
embed: CMake find_package support.
#17860 opened
Aug 7, 2025 -
zephyr: Read erase block size from dts instead of using fixed value.
#17861 opened
Aug 7, 2025 -
parse: Don't allow creation of invalid UTF8 strings or identifiers
#17862 opened
Aug 7, 2025 -
zephyr: Make time.sleep() and friends thread safe.
#17866 opened
Aug 8, 2025 -
vfs: Check that open() resulted in a file-like object.
#17868 opened
Aug 8, 2025 -
general: Remove Python 2.7 support.
#17870 opened
Aug 8, 2025 -
mimxrt: adc: rt117x: initialize LPADC2 and support channel groups
#17874 opened
Aug 9, 2025 -
mpy-cross: Fix output to stdout on Windows.
#17879 opened
Aug 10, 2025 -
network_ppp: Stop polling if stream or PPP PCB are removed.
#17904 opened
Aug 12, 2025 -
rp2/machine_pin: Add support for setting pin drive strength & slew rate
#17906 opened
Aug 12, 2025 -
seeed_xiao_esp32c5 support (IDF v5.5)
#17912 opened
Aug 13, 2025 -
esp32/esp32_common.cmake: Switch back to the vendored TinyUSB copy.
#17913 opened
Aug 13, 2025 -
tests/machine_encoder.py: Fix esp32 Encoder: only 3 pulses to count first rotation.
#17914 opened
Aug 13, 2025 -
unix: Add additional testing targets.
#17921 opened
Aug 14, 2025 -
mkrules: Apply object file dependencies to preprocessor targets.
#17922 opened
Aug 14, 2025 -
tests/net_inet/tls_num_errors.py: Make alloc of emg-exc-buf optional.
#17928 opened
Aug 15, 2025 -
runtime: Fix printing failed allocation amounts.
#17931 opened
Aug 15, 2025 -
parsenum: Fix parsing LLONG_MIN.
#17933 opened
Aug 15, 2025 -
machine.UART: Fix the double timeout with uart.read(), uart.write() and uart.readinto().
#17938 opened
Aug 16, 2025 -
zephyr: Introduce Zephyr displays
#17939 opened
Aug 16, 2025 -
STM32: Enable I2CTarget for STM32L4.
#17945 opened
Aug 17, 2025 -
Fix NULL pointer dereference in mp_obj_get_type #17944
#17948 opened
Aug 17, 2025 -
tests: change all CLI test runners to use the new `--test-instance` argument scheme
#17949 opened
Aug 18, 2025 -
Add esp32p4 support
#17951 opened
Aug 18, 2025 -
tests: Improve test hardware configuration by putting board-specific settings in `target_wiring` module
#17954 opened
Aug 19, 2025 -
tests/micropython: Make tests behave in low memory condition.
#17955 opened
Aug 19, 2025 -
esp32: Bump esp_tinyusb component, add component version lock files to source control.
#17960 opened
Aug 20, 2025 -
docs/espnow: Add parameters for `ESPNow`.
#17963 opened
Aug 20, 2025 -
unix: avoid crashing after heap lock in REPL
#17965 opened
Aug 20, 2025 -
alif/tinyusb_port: Fix setting of USB device addr for fast hosts.
#17966 opened
Aug 21, 2025 -
esp32: Update machine_i2c.c.
#17971 opened
Aug 22, 2025
22 Issues closed by 12 people
-
Setting hostname on Pico W (still) has no effect: no host name is exposed (also not the default one)
#17975 closed
Aug 22, 2025 -
Setting (WLAN) hostname on Pico W (still) has no effect: no host name is exposed (also not the default one)
#17974 closed
Aug 22, 2025 -
Out-of-bounds read in ff.c:create_name()
#7246 closed
Aug 20, 2025 -
can we share the SPI bus with SDCard?
#17961 closed
Aug 20, 2025 -
Large Viper code causing hang/crash on RP2350 but OK on RP2040
#17940 closed
Aug 19, 2025 -
RP2350/PICO2 assembler MOV error
#17942 closed
Aug 17, 2025 -
@micropython.viper doesn't work on Alif.
#17896 closed
Aug 15, 2025 -
module random: randint() range error
#17930 closed
Aug 15, 2025 -
ringbuf: Zero-length ringbuf creation allowed, causes crash
#17847 closed
Aug 14, 2025 -
CONFIG_XTAL_FREQ = 0 for esp32c5
#17903 closed
Aug 13, 2025 -
STM32 , file system easy to corupt
#17828 closed
Aug 5, 2025 -
Crash compiling(?) unusual code
#17815 closed
Aug 2, 2025 -
RFC: defining an I2C slave class and behaviour
#3935 closed
Aug 1, 2025 -
RP2350: PIO2 State Machines do not work
#17509 closed
Aug 1, 2025 -
RP2350: PIO scripts fail, despite running on RP2040
#17047 closed
Aug 1, 2025 -
mpremote: Unknown errno.ENOTBLK on Windows
#17773 closed
Aug 1, 2025 -
docs: docs.micropython.org is down
#17803 closed
Aug 1, 2025 -
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
39 Issues opened by 25 people
-
Setting hostname on Pico W (still) has no effect: no host name is exposed (also not the default one)
#17976 opened
Aug 22, 2025 -
ESP32-S3 PWM in lightsleep mode does not works as expected
#17973 opened
Aug 22, 2025 -
ESP32 C6 Micropython I2S Support
#17970 opened
Aug 22, 2025 -
rp2: No Pin IRQ on core 1 (on core 0: OK)
#17968 opened
Aug 21, 2025 -
ESP32-C6: build error
#17953 opened
Aug 18, 2025 -
stm32: mp_hal_ticks_us returns non-monotonic values.
#17947 opened
Aug 17, 2025 -
Segmentation fault in array sorting with GC interaction
#17941 opened
Aug 17, 2025 -
"FATAL: uncaught NLR" with repl + heap lock
#17934 opened
Aug 15, 2025 -
in longlong build, can't directly write the constant `-9223372036854775808`
#17932 opened
Aug 15, 2025 -
crash when producing a large string via "*"
#17925 opened
Aug 15, 2025 -
Clang undefined behavior sanitizer diagnostics (mostly uninteresting??)
#17924 opened
Aug 15, 2025 -
mpremote: enter_raw_repl: not working with micropython v1.26
#17918 opened
Aug 14, 2025 -
WLAN config parameter 'hidden' unknown
#17917 opened
Aug 13, 2025 -
zephyr: Support for USER_C_MODULES
#17878 opened
Aug 10, 2025 -
Include PPP (Point-to-Point Protocol) Support in MicroPython Firmware for Raspberry Pi Pico W / Pico 2W
#17877 opened
Aug 10, 2025 -
wiznet5k driver can call scheduler from hard IRQ context
#17875 opened
Aug 9, 2025 -
Fail to flash the firmware due to the new I2C target mode feature
#17871 opened
Aug 8, 2025 -
LSE Startup on STM32H563ZI fails
#17869 opened
Aug 8, 2025 -
SEEED_XIAO_NRF52 board access to 1 MB Flash
#17867 opened
Aug 8, 2025 -
Uploading to esp32-s3 (4MB) corrupts file
#17865 opened
Aug 8, 2025 -
RP2 hangs when using I2S and bitstream
#17863 opened
Aug 7, 2025 -
mkrules.cmake: get_target_property(... COMPILE_DEFINITIONS) falls back to "MICROPY_CPP_DEF-NOTFOUND"
#17859 opened
Aug 7, 2025 -
py.cmake: MICROPY_SOURCE_PY does not include "nlraarch64.c"
#17858 opened
Aug 7, 2025 -
Crash printing exception detail when source code is not valid UTF-8
#17855 opened
Aug 7, 2025 -
pin vs stream confusion leads to undefined behavior and Asan diagnostic
#17852 opened
Aug 6, 2025 -
vfs_blockdev: crash when readblocks inappropriately enlarges buf via slice assignment
#17848 opened
Aug 6, 2025 -
framebuf: crash with incorrect usage (native subclassing?)
#17846 opened
Aug 6, 2025 -
execfile: segmentation fault with incorrect Python vfs implementation
#17841 opened
Aug 5, 2025 -
webassembly: registerJsModule apparently broken
#17839 opened
Aug 5, 2025 -
docs: RP2 section should include RP2350 (A/B) and/or eliminate hard references to only RP2040
#17829 opened
Aug 4, 2025 -
str.center() bug with unicode characters
#17827 opened
Aug 4, 2025 -
assertion error on bad call to socket.socket()
#17819 opened
Aug 2, 2025 -
websocket crash on corrupt data
#17818 opened
Aug 2, 2025 -
Assertion error on invalid string to compile()
#17817 opened
Aug 2, 2025 -
BLE: Central Device cannot pair/bond Peripheral Device
#17805 opened
Aug 1, 2025 -
The WiFi of esp32c3 conflicts with ADCBLOCK2
#17804 opened
Aug 1, 2025 -
docs: os.dupterm_notify
#17799 opened
Jul 31, 2025 -
OSError 16 from time.sleep_ms()
#17792 opened
Jul 31, 2025
76 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
Aug 1, 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
Aug 22, 2025 • 7 new comments -
Support for RM2 break out boards
#16057 commented on
Aug 11, 2025 • 5 new comments -
zephyr: Add Seeed Studio's XIAO BLE NRF52840 SENSE board.
#17679 commented on
Aug 2, 2025 • 5 new comments -
Zephyr: Add ADC support.
#17616 commented on
Aug 2, 2025 • 4 new comments -
unix/main: Use standard pyexec/repl for unix port.
#12802 commented on
Aug 19, 2025 • 3 new comments -
stm32/usb: Add support for using TinyUSB stack.
#15592 commented on
Aug 12, 2025 • 3 new comments -
WIP py/objint.c: Add `signed` param to int.from_bytes().
#16798 commented on
Aug 19, 2025 • 0 new comments -
Draft modmachine: Expose keyboard interrupt as a python function.
#16809 commented on
Aug 6, 2025 • 0 new comments -
ports/rp2: Enable PPP for Pico W.
#16445 commented on
Aug 14, 2025 • 0 new comments -
ports/zephyr: Add machine lightsleep.
#16864 commented on
Aug 1, 2025 • 0 new comments -
py/py.mk: Enable makefile for USER_C_MODULES path.
#16960 commented on
Aug 1, 2025 • 0 new comments -
Introduce Zephyr Filesystem VFS interface
#17084 commented on
Aug 16, 2025 • 0 new comments -
Update esp32.RMT module to the new API
#16293 commented on
Aug 22, 2025 • 0 new comments -
tests: add full, automated, top-level test runner for hardware
#16112 commented on
Aug 15, 2025 • 0 new comments -
extmod/asyncio/stream.py: Add ipv6 support to start_server().
#17311 commented on
Aug 1, 2025 • 0 new comments -
esp32/boards/SEEED_XIAO_ESP32_C6: Add new board definition.
#17429 commented on
Jul 31, 2025 • 0 new comments -
wiznet: lwip: Implement zero-copy for socket buffers.
#17447 commented on
Aug 22, 2025 • 0 new comments -
unix: Extend README with fully static builds section.
#17456 commented on
Aug 23, 2025 • 0 new comments -
rp2: Increase configurability of boards
#17487 commented on
Jul 29, 2025 • 0 new comments -
qemu/arm: Extend CI testing to include ArmV7-M hardfp targets.
#17757 commented on
Aug 1, 2025 • 0 new comments -
core: Add MICROPY_USE_GCC_MUL_OVERFLOW_INTRINSIC.
#17754 commented on
Jul 29, 2025 • 0 new comments -
stm32/boards: Add NUCLEO-U5A5ZJ-Q board support.
#17748 commented on
Aug 19, 2025 • 0 new comments -
unix/make: Fix 32bit libffi path.
#17695 commented on
Aug 1, 2025 • 0 new comments -
rp2: Fix RP2350 and RP2350B pin alt functions.
#17692 commented on
Aug 1, 2025 • 0 new comments -
Test REPR_B & fix test failures
#17688 commented on
Aug 5, 2025 • 0 new comments -
objrange: Allow return of non-small ints.
#17685 commented on
Aug 20, 2025 • 0 new comments -
add new port quectel
#17654 commented on
Aug 14, 2025 • 0 new comments -
Zephyr/zsensor: Add sensor attribute set/get methods.
#17653 commented on
Aug 1, 2025 • 0 new comments -
Enable I2S for ESP32C6 (ESP32_GENERIC_C6)
#17644 commented on
Aug 22, 2025 • 0 new comments -
py/asmrv32: Add support for RV32 Zba opcodes.
#17635 commented on
Aug 11, 2025 • 0 new comments -
stm32/boards: Add NUCLEO_H7A3ZI_Q board support.
#17617 commented on
Aug 19, 2025 • 0 new comments -
stm32/eth: Improve Ethernet driver with link detection and static IP support.
#17613 commented on
Aug 15, 2025 • 0 new comments -
stm32/boards: Add WeAct_H723VG board support.
#17590 commented on
Aug 2, 2025 • 0 new comments -
Various ports: add support for Timer hard= option
#17580 commented on
Aug 16, 2025 • 0 new comments -
Add compile-time checking of mp_printf format strings
#17556 commented on
Aug 11, 2025 • 0 new comments -
Broaden IPv6 support in MicroPython by default.
#17545 commented on
Jul 31, 2025 • 0 new comments -
esp32: Add esp32.wake_on_gpio.
#17518 commented on
Aug 15, 2025 • 0 new comments -
extmod: Implement a minimal typing module.
#15911 commented on
Aug 16, 2025 • 0 new comments -
Support for ESP32-C5
#17486 commented on
Aug 16, 2025 • 0 new comments -
Machine.DAC missing from ESP32 docs
#7915 commented on
Aug 15, 2025 • 0 new comments -
UART reaching timeout after first byte.
#17611 commented on
Aug 14, 2025 • 0 new comments -
ESP32: Significant size increase with MICROPY_ROM_TEXT_COMPRESSION and external modules
#17593 commented on
Aug 14, 2025 • 0 new comments -
Unexpected performance on CPU heavy workload (string slices, concatenations and dict lookups)
#16316 commented on
Aug 14, 2025 • 0 new comments -
Add support for STM32WBAxx MCUs
#17600 commented on
Aug 14, 2025 • 0 new comments -
WDT activated after LAN init
#17559 commented on
Aug 13, 2025 • 0 new comments -
ESP32-C6, ESP32-S3, etc.: MICROPY_HW_ENABLE_UART_REPL should be disabled for boards that have both direct USB and UART connectors
#17672 commented on
Aug 10, 2025 • 0 new comments -
NRF52840 OpenThread Support
#4098 commented on
Aug 10, 2025 • 0 new comments -
RP2: machine.RTC().datetime() does not advance during lightsleep
#16519 commented on
Aug 10, 2025 • 0 new comments -
mpremote fs cp can only handle files that already exist
#17752 commented on
Aug 9, 2025 • 0 new comments -
Add USB Host
#17667 commented on
Aug 4, 2025 • 0 new comments -
Import / AttributeError error in new asyncio
#7266 commented on
Aug 2, 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 -
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 -
py/objset: Allow intersection() to take multiple sets as args.
#15818 commented on
Aug 1, 2025 • 0 new comments -
asyncio: Add support to close the running loop and cancel background tasks
#15715 commented on
Aug 10, 2025 • 0 new comments -
Adds TLS-PSK support to Python SSL context
#14396 commented on
Aug 1, 2025 • 0 new comments -
ports/esp32: Add PDM RX feature to I2S.
#14176 commented on
Aug 20, 2025 • 0 new comments -
Add a BufferedReader and allow BufferedWriter to handle partial writes and errors after some data was written.
#13390 commented on
Aug 1, 2025 • 0 new comments -
mimxrt: Provide WiFi and BLE support for MIMXRT boards.
#12937 commented on
Aug 2, 2025 • 0 new comments -
extmod/modssl_mbedtls: Implement SSLSession support.
#12780 commented on
Aug 4, 2025 • 0 new comments -
mimxrt: Add Quadrature Encoder and Pulse Counter classes.
#12347 commented on
Aug 12, 2025 • 0 new comments -
esp32/machine_pin: Add mode and pull in machine_pin_print() as repr() function.
#12293 commented on
Aug 18, 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
Aug 10, 2025 • 0 new comments -
ESP32: Add Quadrature Encoder and Pulse Counter classes.
#8766 commented on
Aug 13, 2025 • 0 new comments -
Add VfsMap filesystem, mpremote deploy-mapfs, and ability to import .mpy files from ROM (WIP)
#8381 commented on
Aug 1, 2025 • 0 new comments -
esp32/ota: Implement ESP-IDF OTA functionality.
#7048 commented on
Aug 13, 2025 • 0 new comments -
WIP: examples/bluetooth: Add BLE HID mouse and keyboard examples.
#6559 commented on
Jul 25, 2025 • 0 new comments -
Support for AES GCM mode
#6389 commented on
Aug 8, 2025 • 0 new comments -
ESP32 S2/S3 USB MSC support?
#8426 commented on
Aug 21, 2025 • 0 new comments -
Argument list too long compile error [ESP32}
#17666 commented on
Aug 21, 2025 • 0 new comments