index
:
micropython
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
tools/mpremote: Prevent deletion of /remote files via rm -r.
HEAD
master
Jos Verlinde
3 days
*
tools/mpremote/tests: Add test for rm -r on /remote vfs.
Jos Verlinde
3 days
*
tools/mpremote: Fix possibly-missing EOPNOTSUPP errno name.
Anson Mansfield
4 days
*
tools/mpremote: Refactor error handling to apply generally to any errno.
Anson Mansfield
4 days
*
tools/mpremote/tests: Add tests for errno behavior.
Anson Mansfield
4 days
*
unix/coveragecpp: Verify struct-initializing macros' C++-compatibility.
stijn
5 days
*
py: Make struct-initializing macros compatible with C++.
stijn
5 days
*
lib/lwip: Update lwIP to STABLE-2_2_1_RELEASE.
Damien George
5 days
*
tools/mpremote: Use zlib.compressobj instead of zlib.compress.
Damien George
5 days
*
esp32/tools: Update metrics_esp32 script for ESP-IDF >=v5.4.x.
Angus Gratton
5 days
*
tests/extmod/vfs_posix.py: Fix test on Android.
Alessandro Gatti
5 days
*
tests/extmod/vfs_mountinfo.py: Don't import unused errno module.
Damien George
5 days
*
tests/extmod/vfs_lfs_ilistdir_del.py: Skip test if not enough memory.
Damien George
5 days
*
tests/extmod: Skip binascii tests when hexlify/unhexlify don't exist.
Damien George
5 days
*
top: Bump Ruff version to v0.11.6.
Angus Gratton
5 days
*
drivers/cyw43: Remove old BTHCI UART backend.
iabdalkader
8 days
*
stm32/cyw43_configport: Update cyw43 config to use new BTHCI UART.
iabdalkader
8 days
*
mimxrt/cyw43_configport: Update cyw43 config to use new BTHCI UART.
iabdalkader
8 days
*
mimxrt/machine_uart: Enable CTS SION so it can be read.
iabdalkader
8 days
*
drivers/ninaw10: Rename Bluetooth HCI backend driver.
iabdalkader
8 days
*
drivers/esp-hosted: Rename Bluetooth HCI backend driver.
iabdalkader
8 days
*
esp32/esp32_common.cmake: Skip BTree module when requested.
Alessandro Gatti
8 days
*
rp2: Enable compressed error messages by default.
Damien George
8 days
*
esp32: Enable compressed error messages by default.
Damien George
8 days
*
py/mkrules.cmake: Add CMake support for compressed error messages.
Damien George
8 days
*
stm32/main: Replace mp_stack_set calls with new mp_cstack_init_with_top.
Andrew Leech
8 days
*
extmod/modbluetooth: Use newer mp_map_slot_is_filled function.
Andrew Leech
8 days
*
rp2: Add exception text wrappers.
Andrew Leech
8 days
*
extmod/machine_usb_device: Add exception text wrappers.
Andrew Leech
8 days
*
drivers/ninaw10/machine_pin_nina: Add exception text wrappers.
Andrew Leech
8 days
*
py/dynruntime.mk: Fix use of musl's libm.a when LINK_RUNTIME=1.
dubiousjim
8 days
*
CODECONVENTIONS: Document the static naming conventions.
Angus Gratton
8 days
*
unix/mpthreadport: Work around lack of thread cancellation on Android.
Alessandro Gatti
8 days
*
unix/main: Remove PATH_MAX from realpath.
David Yang
8 days
*
unix/variants: Enable os.uname() in coverage build for tests.
Yoctopuce dev
8 days
*
py/objstr: Fix handling of OP_MODULO with namedtuple.
Yoctopuce dev
8 days
*
py/objrange: Match CPython range slicing.
Jeff Epler
8 days
*
tests/basics/builtin_range.py: Add more tests for range slicing.
Jeff Epler
8 days
*
all: Bump version to 1.26.0-preview.
v1.26.0-preview
Damien George
8 days
*
all: Bump version to 1.25.0.
v1.25.0
Damien George
2025-04-16
*
lib/micropython-lib: Update submodule to latest.
Damien George
2025-04-14
*
py/emitinlinerv32: Move include of asmrv32.h to within feature guard.
Damien George
2025-04-14
*
mimxrt/Makefile: Fix dependencies for generation of flexram_config.s.
Damien George
2025-04-10
*
stm32/boards/PYBD_SF6: Support boards with larger SPI flash.
Damien George
2025-04-09
*
stm32/modmachine: Add SPI flash size to machine.info dump.
Damien George
2025-04-09
*
stm32/mboot: Allow USB strings to be dynamic.
Damien George
2025-04-09
*
stm32/qspi: Allow SPI flash size to be decided at runtime.
Damien George
2025-04-09
*
stm32/vfs_rom_ioctl: Allow ROMFS configuration to be dynamic.
Damien George
2025-04-09
*
drivers/bus/qspi: Make num_dummy configurable for quad reads.
Damien George
2025-04-09
*
drivers/memory/spiflash: Allow a board/port to detect SPI flash.
Damien George
2025-04-09
[next]