index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/cache-5
origin/dependabot/github_actions/actions/upload-artifact-6
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shared
Age
Commit message (
Expand
)
Author
2025-12-01
esp32: Add support for ESP32-P4.
Vincent1-python
2025-11-30
shared/tinyusb: Remove USBD_RHPORT constant.
Angus Gratton
2025-11-29
shared/tinyusb: Add optional port-specific hook on USBD init.
Damien George
2025-11-24
shared/tinyusb: Remove macro guard for tx_overwritabe_if_not_connected.
Damien George
2025-11-24
shared/tinyusb: Add macro to override TinyUSB callbacks.
iabdalkader
2025-11-22
shared/runtime/pyexec: Set PYEXEC_FORCED_EXIT flag for SystemExit.
Andrew Leech
2025-11-22
unix: Enable exit code handling for sys.exit().
Andrew Leech
2025-11-22
shared/runtime/pyexec: Call mp_hal_stdio_mode_orig/raw as appropriate.
Damien George
2025-11-22
shared/runtime/pyexec: Provide support for compile-only mode.
Andrew Leech
2025-11-22
shared/runtime/pyexec: Set __file__ for file input when enabled.
Andrew Leech
2025-11-22
unix/main: Use standard pyexec REPL for unix and windows ports.
Andrew Leech
2025-11-19
shared/tinyusb/mp_usbd: Reorder the mp_usbd_init/deinit functions.
Angus Gratton
2025-11-04
shared/runtime: Set exit code according to the SystemExit exception.
John Smith
2025-10-31
shared/runtime/pyexec: Remove legacy USB IRQ enable code.
Andrew Leech
2025-10-02
all: Use "static inline" consistently in function definitions.
Jeff Epler
2025-09-25
shared/runtime/mpirq: Check separate hard IRQ stack correctly.
Chris Webb
2025-09-25
shared/runtime/softtimer: Add support for hard callbacks.
Chris Webb
2025-09-25
shared/runtime/mpirq: Factor out mp_irq_dispatch() and use it.
Chris Webb
2025-09-15
ports: Remove unneeded future imports.
Jeff Epler
2025-09-10
shared/tinyusb/mp_usbd_cdc: Rewrite USB CDC TX loop.
Angus Gratton
2025-09-10
shared/tinyusb: Fix hang from new tx_overwritabe_if_not_connected flag.
Angus Gratton
2025-09-09
shared/tinyusb: Fix build errors with CDC support disabled.
Alessandro Gatti
2025-09-02
shared/runtime/pyexec: Unconditionally reset lock depth.
Jeff Epler
2025-07-25
shared/netutils: Cast the ticks value before printing.
Jeff Epler
2025-07-09
shared/timeutils: Standardize supported date range on all platforms.
Yoctopuce dev
2025-05-26
shared/tinyusb: Use device event hook to schedule USB task.
Angus Gratton
2025-05-13
all: Rename the "NORETURN" macro to "MP_NORETURN".
Alessandro Gatti
2025-03-14
shared/runtime/pyexec: Add helper function to execute a vstr.
iabdalkader
2025-01-02
shared/timeutils: Add missing mp_uint_t casts.
Yoctopuce
2024-12-10
shared/runtime/gchelper_generic: Fix AArch32 build on Clang.
Alessandro Gatti
2024-12-10
shared/tinyusb: Set MSC max endpoint size based on device speed.
iabdalkader
2024-10-24
shared/timeutils: Document the range of year/month/day etc input values.
Damien George
2024-10-07
shared/tinyusb: Wake main task if needed at end of USB ISR.
Andrew Leech
2024-10-07
esp32: Add automatic bootloader handling for S2 and S3.
Andrew Leech
2024-10-07
shared/tinyusb: Remove MICROPY_HW_USB_EXTERNAL_TINYUSB.
Andrew Leech
2024-10-03
shared/runtime/gchelper_rv64i: Fix opcode sw/sd typo.
Alessandro Gatti
2024-09-26
shared/tinyusb: Use new persistent-tx-fifo configure interface.
Damien George
2024-09-19
all: Remove tinytest component.
Damien George
2024-09-19
shared/tinyusb: Only run TinyUSB on the main thread if GIL is disabled.
Angus Gratton
2024-09-06
shared/runtime/sys_stdio_mphal: Fix printed type for stdio streams.
timdechant
2024-08-28
shared/runtime/semihosting_arm: Add mp_semihosting_exit.
Damien George
2024-08-28
shared/runtime/semihosting_arm: Add mp_semihosting_rx_chars.
Damien George
2024-08-28
shared/runtime/semihosting_arm: Support semihosting on non-Thumb ARM.
Damien George
2024-08-26
shared/tinyusb: Allow ports to define CDC TX/RX buffer sizes.
iabdalkader
2024-08-07
shared/runtime/gchelper: Add RISC-V RV64I native gchelper.
Alessandro Gatti
2024-07-20
shared/runtime/pyexec: Make a raised SystemExit always do a forced exit.
Damien George
2024-07-20
shared/tinyusb/mp_usbd_cdc: Skip writing to an uninitialized USB device.
robert-hh
2024-06-26
shared/tinyusb/mp_usbd_cdc: Fix short CDC TX timeouts.
Damien George
2024-06-26
shared/tinyusb/mp_usbd_runtime: Fix pointer comparison in assert.
Peter Harper
2024-06-06
shared/runtime/semihosting: Add RISC-V semihosting support.
Alessandro Gatti
[next]