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
path:
root
/
shared
Commit message (
Expand
)
Author
Age
*
shared/runtime/pyexec: Add helper function to execute a vstr.
iabdalkader
2025-03-14
*
shared/timeutils: Add missing mp_uint_t casts.
Yoctopuce
2025-01-02
*
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-12-10
*
shared/timeutils: Document the range of year/month/day etc input values.
Damien George
2024-10-24
*
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-07
*
shared/runtime/gchelper_rv64i: Fix opcode sw/sd typo.
Alessandro Gatti
2024-10-03
*
shared/tinyusb: Use new persistent-tx-fifo configure interface.
Damien George
2024-09-26
*
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-19
*
shared/runtime/sys_stdio_mphal: Fix printed type for stdio streams.
timdechant
2024-09-06
*
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-28
*
shared/tinyusb: Allow ports to define CDC TX/RX buffer sizes.
iabdalkader
2024-08-26
*
shared/runtime/gchelper: Add RISC-V RV64I native gchelper.
Alessandro Gatti
2024-08-07
*
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-07-20
*
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-26
*
shared/runtime/semihosting: Add RISC-V semihosting support.
Alessandro Gatti
2024-06-06
*
shared/runtime/semihosting: Rename ARM semihosting files.
Alessandro Gatti
2024-06-06
*
shared/runtime/gchelper: Add RISC-V RV32I native gchelper.
Alessandro Gatti
2024-06-06
*
shared/tinyusb: Buffer startup CDC data to send to host on connection.
Andrew Leech
2024-06-04
*
extmod/network_ninaw10: Implement the ipconfig methods for ninaw10.
robert-hh
2024-06-04
*
shared/tinyusb: Allow ports to use 1200bps-touch without other CDC code.
Damien George
2024-06-02
*
shared/tinyusb: Add common CDC TX/RX functions.
Andrew Leech
2024-05-31
*
rp2: Refactor to not use pico-sdk alarm pool functions for sleeping.
Angus Gratton
2024-05-31
*
rp2: Refactor soft timer to use hardware timer alarm.
Angus Gratton
2024-05-31
*
shared/tinyusb: Stall the CDC IN endpoint while disconnecting.
Angus Gratton
2024-05-09
*
shared/tinyusb: Fix dynamic USB control callbacks for wLength==0.
Angus Gratton
2024-04-17
*
shared/tinyusb: Increase default string descr max length to 40 chars.
Damien George
2024-03-27
*
shared/tinyusb: Update some code comments for runtime USB.
Angus Gratton
2024-03-27
*
shared/tinyusb: Don't disconnect on soft reset unless USB was active.
Angus Gratton
2024-03-27
*
extmod/machine_usb_device: Add support for Python USB devices.
Angus Gratton
2024-03-15
*
all: Remove the "STATIC" macro and just use "static" instead.
Angus Gratton
2024-03-07
*
py/emitglue: Introduce mp_proto_fun_t as a more general mp_raw_code_t.
Damien George
2024-02-16
*
extmod/modlwip: Support IPv6.
Felix Dörre
2024-02-16
*
ports: On cold boot, enable USB after boot.py completes.
Angus Gratton
2024-02-15
*
shared/timeutils: Remove useless void-return.
Yoctopuce
2024-02-15
*
ports: Fix sys.stdout.buffer.write() return value.
Maarten van der Schrieck
2023-12-22
*
extmod/modmachine: Provide common Python bindings for bootloader().
Damien George
2023-11-30
*
shared/runtime/softtimer: Generalise soft_timer to work without SysTick.
Damien George
2023-11-29
*
shared/tinyusb: Add a helper for hex string conversion.
Angus Gratton
2023-11-16
*
shared/tinyusb: Expose mp_usbd_task as a public function.
Damien George
2023-11-09
*
shared/tinyusb: Schedule TinyUSB task function from dcd_event_handler.
Angus Gratton
2023-11-09
*
shared/libc/string0: Don't deref args for n==0 case.
Jim Mussared
2023-11-07
*
py/mkrules.mk: Add rule for compiling auto-generated source files.
Jim Mussared
2023-11-03
[next]