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
2022-09-13
samd/mpconfigport: Enable MICROPY_ENABLE_FINALISER when VFS is used.
Andrew Leech
2022-09-13
zephyr/mpconfigport: Enable MICROPY_ENABLE_FINALISER when VFS is used.
Andrew Leech
2022-09-13
unix/mpconfigport: Enable MICROPY_ENABLE_FINALISER when VFS is used.
Andrew Leech
2022-09-13
extmod/vfs: Add finaliser to ilistdir to close directory handle.
Andrew Leech
2022-09-13
py/objpolyiter: Add a new polyiter type with finaliser support.
Andrew Leech
2022-09-09
tools/makemanifest.py: Force the repo version of the mpy_cross package.
Jim Mussared
2022-09-09
zephyr/boards: Add config for bbc_microbit_v2.
Damien George
2022-09-09
extmod/modbluetooth: Replace def_handle with end_handle in char IRQ.
Jim Mussared
2022-09-09
extmod/modbluetooth: Fix descriptor registration with empty tuple.
Jim Mussared
2022-09-08
stm32/boards/PYB: Fix handling of BOARD_VARIANT selection.
Jim Mussared
2022-09-08
tools/autobuild: Use distinct directory for building stm32 variants.
Jim Mussared
2022-09-08
rp2/boards: Remove all I2C,SPI pin defs that already match pico-sdk.
Jim Mussared
2022-09-08
rp2/machine_i2c: Use pico-sdk's default pins for I2C.
Jim Mussared
2022-09-08
rp2/machine_spi: Use pico-sdk's default pins for SPI.
Jim Mussared
2022-09-08
rp2/boards: Set PICO_BOARD correctly for each board.
Jim Mussared
2022-09-08
rp2/rp2_flash: Add start/len support to rp2.Flash() constructor.
Phil Howard
2022-09-08
drivers: Remove drivers that are now in micropython-lib.
Jim Mussared
2022-09-08
ports: Use micropython-lib version of drivers in manifests.
Jim Mussared
2022-09-08
lib/micropython-lib: Update submodule to latest.
Jim Mussared
2022-09-06
extmod/modure: Convert byte offsets to unicode indices when necessary.
Jeff Epler
2022-09-06
stm32/boards: Add alternate function list for STM32F446RE.
yn386
2022-09-06
stm32/timer: Fix use of timer channel callback() method on L4 MCUs.
yn386
2022-09-06
stm32/pyb_i2c: Fix pyb.I2C to work with dma=True on F4 MCUs.
yn386
2022-09-06
stm32/adc: Make ADCAll.read_channel reject invalid channels.
yn386
2022-09-06
stm32/boards: Only freeze LCD160CR driver in PYB board firmware.
Damien George
2022-09-06
drivers/display: Don't include tests by default.
Damien George
2022-09-06
stm32/boards/LEGO_HUB_NO6: Update manifest to new format.
Jim Mussared
2022-09-05
all: Update all manifest.py files to use new features.
Jim Mussared
2022-09-05
lib/micropython-lib: Update to latest version with manifest changes.
Damien George
2022-09-05
tools/manifestfile.py: Allow manifests to set metadata.
Jim Mussared
2022-09-05
tools/manifestfile.py: Allow require() to specify unix packages.
Jim Mussared
2022-09-05
tools/manifestfile.py: Allow include of directory path.
Jim Mussared
2022-09-05
tools/makemanifest.py: Update to use mpy_cross module.
Jim Mussared
2022-09-05
mpy-cross/mpy_cross: Add Python wrapper for mpy-cross.
Jim Mussared
2022-09-05
tools/manifestfile.py: Add library for working with manifests.
Jim Mussared
2022-09-05
top: Use micropython-lib unconditionally in manifests.
Jim Mussared
2022-08-31
extmod/machine_i2c: Call MICROPY_PY_EVENT_HOOK during i2c.scan().
robert-hh
2022-08-31
docs/renesas-ra: Add pin drive keyword argument description.
Takeo Takahashi
2022-08-31
tests/renesas-ra: Update pin test to support all boards.
Takeo Takahashi
2022-08-31
renesas-ra/machine_pin: Support drive keyword and fix GPIO setting.
Takeo Takahashi
2022-08-31
rp2/mbedtls: Fix missing time.h include.
hoihu
2022-08-31
docs/library/machine.UART: Add docs for uart.flush() and uart.txdone().
robert-hh
2022-08-31
cc3200/mods/pybuart: Implement uart.flush() and uart.txdone().
robert-hh
2022-08-31
nrf/modules/machine/uart: Implement uart.flush() and uart.txdone().
robert-hh
2022-08-31
stm32/machine_uart: Implement uart.flush() and uart.txdone().
robert-hh
2022-08-31
esp8266/machine_uart: Implement uart.flush() and uart.txdone().
robert-hh
2022-08-31
mimxrt/machine_uart: Implement uart.flush() and uart.txdone().
robert-hh
2022-08-31
esp32/machine_uart: Implement uart.flush() and uart.txdone().
robert-hh
2022-08-31
rp2/machine_uart: Implement uart.flush() and uart.txdone().
robert-hh
2022-08-31
docs/library/machine.I2C: Add a note about I2C pull-up resistors.
robert-hh
[next]