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
Age
Commit message (
Expand
)
Author
2024-08-02
esp32/machine_i2s: Ensure 2 DMA buffers and improve I2S error handling.
Angus Gratton
2024-08-02
tests/extmod: Skip soft machine.Timer test on esp32 port.
Angus Gratton
2024-08-01
docs/library/neopixel: Mention bitstream timing tuple.
Tim Weber
2024-08-01
py/py.mk: Add SRC_USERMOD_LIB_ASM to include assembly files.
George Hopkins
2024-08-01
esp32: Fix heap corruption triggered by bluetooth.active(0).
Angus Gratton
2024-07-31
lib/arduino-lib: Update submodule to the latest.
iabdalkader
2024-07-31
stm32/boards: Swap FMC banks on ARDUINO_GIGA and ARDUINO_PORTENTA_H7.
iabdalkader
2024-07-31
nrf/Makefile: Fix GCC_VERSION check.
Andrew Leech
2024-07-26
esp32/mpconfigport: Enable the RV32 emitter for ESP32C3 targets.
Alessandro Gatti
2024-07-26
nrf/modules/machine/pin: Disable IRQ with pin.irq(handler=None).
robert-hh
2024-07-26
nrf/modules/machine/soft_pwm: Ensure duty_width is always valid.
Andrew Leech
2024-07-26
nrf/Makefile: Enable LTO by default only on newer gcc.
Andrew Leech
2024-07-26
nrf/modules/machine/uart: Support sending data stored in flash.
Andrew Leech
2024-07-26
nrf: Consolidate all stdio functions.
Andrew Leech
2024-07-25
tests/multi_net: Fix skipping of SSLContext tests when .der don't exist.
Damien George
2024-07-25
github/workflows: Add RISC-V 64 bits Unix port to CI.
Alessandro Gatti
2024-07-25
tests/run-tests.py: Make Windows test skipping more granular.
stijn
2024-07-25
github/workflows: Improve MSYS2-based CI builds.
stijn
2024-07-25
py/runtime: Fix self arg passed to classmethod when accessed via super.
Damien George
2024-07-25
py/misc: Fix msvc and C++ compatibility.
stijn
2024-07-25
py/objtype: Validate super() arguments.
stijn
2024-07-25
tests/cpydiff: Add diff for overriding __init__.
David Lechner
2024-07-25
py/objtype: Avoid crash on calling members of uninitialized native type.
Laurens Valk
2024-07-25
examples/usercmodule/cexample: Add more advanced native class.
Laurens Valk
2024-07-24
rp2/lwip_inc: Enable IPv6 per default on rp2 port.
Felix Dörre
2024-07-23
rp2: Stop machine.idle() blocking indefinitely.
Angus Gratton
2024-07-23
docs: Specify that machine.idle() returns at least every 1ms.
Angus Gratton
2024-07-23
rp2/rp2_pio: Disable correct IRQ for PIO1.
Phil Howard
2024-07-23
rp2: Fix wakeup from WFE on core1.
Angus Gratton
2024-07-23
rp2: Fix power consumption when sleeping with a timeout.
Angus Gratton
2024-07-23
unix/main: Fix GCC builds for RISC-V 64 bits.
Alessandro Gatti
2024-07-23
esp32/machine_timer: Limit timer numbers for ESP32C3.
robert-hh
2024-07-23
tests/run-tests.py: Enable thread tests on esp32.
Angus Gratton
2024-07-23
esp32/mpthreadport: Fix uneven GIL allocation between Python threads.
Angus Gratton
2024-07-23
extmod/vfs: Fix buffer overflow of string comparison in umount.
Junwha
2024-07-23
extmod/vfs_fat: Set default volume label on mkfs if it's defined.
Terence Stenvold
2024-07-22
extmod/moductypes: Validate the descriptor tuple.
stijn
2024-07-22
extmod/modbtree: Add checks for already-closed database.
Michael Vornovitsky
2024-07-20
extmod/modos: Include os.sep entry if MICROPY_VFS is enabled.
Damien George
2024-07-20
extmod/modmachine: Use sys.exit as implementation of machine.soft_reset.
Damien George
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-07-19
tests/multi_bluetooth/perf_gatt_notify.py: Reduce connection interval.
Damien George
2024-07-19
webassembly: Reuse PyProxy objects when they are the same Python object.
Damien George
2024-07-19
py/gc: Remove commented-out functions.
Damien George
2024-07-18
py/sequence: Remove unused len argument from mp_seq_extract_slice.
Damien George
2024-07-18
py/lexer: Add static assert that token enum values all fit in a byte.
Damien George
2024-07-18
py: Remove 5 TODOs in emitbc, objrange and repl.
Damien George
2024-07-18
tests/extmod: Make get_event_loop tests compatible with CPython 3.12.
Damien George
2024-07-17
unix/mpbtstackport_usb: Remove thread detached attribute.
Damien George
[next]