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