summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
11 daysesp32/mpconfigport: Enable Zcmp opcodes for ESP32P4.HEADorigin/masterorigin/HEADmasterAlessandro Gatti
11 daysrp2/CMakeLists.txt: Set the appropriate mpy-cross flags on all targets.Alessandro Gatti
11 daysrp2/mpconfigport: Enable Zcmp opcodes for RP2350 in RV32 mode.Alessandro Gatti
11 dayspy/asmrv32: Use Zcmp opcodes for function prologues and epilogues.Alessandro Gatti
11 dayspy/asmrv32: Reserve a flag for the Zcmp RV32 CPU extension.Alessandro Gatti
11 daysqemu/Makefile: Allow usage of a custom QEMU binary to run code.Alessandro Gatti
11 daystests/run-tests.py: Discover RV32 extension inlineasm tests.Alessandro Gatti
11 dayspy/emitnative: Optimise register clearing.Alessandro Gatti
13 daysesp32/machine_sdcard: Fix SDMMC slot assignment for non-default slots.jetpax
13 daysdocs/library/network.WLAN: Fix typo for ESP32 protocol constants.Thomas Kiss
13 dayspy/misc: Remove unused mp_check function.Jeff Epler
13 daystests/target_wiring: Provide an ESP8266 target wiring module.Alessandro Gatti
13 daystests/extmod/vfs_blockdev_invalid.py: Handle low memory conditions.Alessandro Gatti
13 daystests/run-tests.py: Skip list sort stress test for ESP8266.Alessandro Gatti
2025-12-17tests/basics/string_fstring.py: Test fstring nested replacement fields.Jeff Epler
2025-12-16tests/ports/esp32/check_err_str.py: Preallocate global variable.Damien George
2025-12-16esp8266/boards/ESP8266_GENERIC: Remove OTA board variant.Damien George
2025-12-16esp32/boards/ESP32_GENERIC_S3: Reinstate old FLASH_4M variant.Damien George
2025-12-15all: Bump version to 1.28.0-preview.v1.28.0-previewDamien George
2025-12-10all: Bump version to 1.27.0.v1.27.0Damien George
2025-12-08lib/micropython-lib: Update submodule to latest.Damien George
2025-12-08esp32/main: Update esp_hosted component to latest version 2.7.0.Damien George
2025-12-08esp32/boards: Enable ESP32P4_REV_MIN_0 option for P4 boards.Damien George
2025-12-08stm32/boards/NUCLEO_G474RE: Restore disabled modules on g474re.Steve Sanbeg
2025-12-07stm32/system_stm32: Fix clock config for STM32G4.Yuuki NAGAO
2025-12-07tests/basics/builtin_help.py: Test correct handling of deleted entries.Anson Mansfield
2025-12-07py/builtinhelp: Don't print removed sentinel entries.Anson Mansfield
2025-12-07py/emitinlinerv32: Change mask arg of is_in_signed_mask to uint32_t.Damien George
2025-12-07py/asmbase: Cast prior to bitwise invert when the type is widened.Damien George
2025-12-07tests/net_inet: Update micropython.org certificate for SSL tests.Damien George
2025-12-07tests/serial_test.py: Add a serial echo test.Damien George
2025-12-07tests/serial_test.py: Factor common reset code into send_script func.Damien George
2025-12-04tools/autobuild: Make firmware destination directory configurable.Damien George
2025-12-03docs/library/machine.Timer: Explain the id parameter in more detail.Angus Gratton
2025-12-03esp32: Don't disable component manager when updating submodules.Angus Gratton
2025-12-03esp32/boards/ESP32_GENERIC_P4: Add variants to board.json and .md files.Damien George
2025-12-03esp32: Fix board images for ESP32_GENERIC_[C2|C5|P4].Angus Gratton
2025-12-02rp2/mpconfigport: Enable MD5, SHA1 and cryptolib on all boards.Damien George
2025-12-02rp2/rp2_pio: Fix support for pin wrapping and RP2350B upper-bank pins.Anson Mansfield
2025-12-01rp2/rp2_dma: Properly close DMA channels.Dryw Wade
2025-12-01rp2: Add HSTX alternate function.Dryw Wade
2025-12-01rp2/main: Add guard around machine_i2s_init0().David Lechner
2025-12-01rp2/boards/WEACTSTUDIO_RP2350B_CORE: Add board.pinout.Matt Trentini
2025-12-01esp32/boards/SOLDERED_NULA_MINI: Add new board definition.Josip Šimun Kuči
2025-12-01esp32/mphalport: Enable D-cache flushing on P4 for native code.Damien George
2025-12-01py/emitglue: Add hook for RV32 arch to flush D-cache for native emitter.Damien George
2025-12-01esp32/usb_serial_jtag: Flush usb_serial_jtag TXFIFO from ISR.Angus Gratton
2025-12-01esp32/boards/ESP32_GENERIC_P4: Add board definition for ESP32P4.Vincent1-python
2025-12-01esp32: Add support for ESP32-P4.Vincent1-python
2025-11-30esp32: Support building with network and/or bluetooth disabled.Angus Gratton