summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-16lib/re1.5: Distinguish between subject start-of-line and start-of-srch.Damien George
2022-03-16py/showbc: Remove global variables and make DECODE_PTR work correctly.Damien George
2022-03-16py/parse: Handle check for target small-int size in parser.Damien George
2022-03-16py/parse: Put const bytes objects in parse tree as const object.Damien George
2022-03-16py/parse: Simplify handling of const int parse nodes.Damien George
2022-03-10unix/variants: Enable a few optimisations and features on dev, coverage.Damien George
2022-03-10unix/variants: Use rom feature config for standard, dev, coverage.Damien George
2022-03-10unix/mpconfigport.h: Collect together config options from extra level.Damien George
2022-03-10py/modsys: Add optional mutable attributes sys.ps1/ps2 and use them.Damien George
2022-03-10py/modsys: Add optional sys.tracebacklimit attribute.Damien George
2022-03-10py/modsys: Add optional attribute delegation.Damien George
2022-03-10py/objmodule: Support delegating failed attr lookups.Damien George
2022-03-10tests/extmod/vfs_posix.py: Only test statvfs if it exists.Damien George
2022-03-10windows: Switch to VFS subsystem and use VfsPosix.Damien George
2022-03-09unix/moduos: Convert module to use extmod version.Damien George
2022-03-09esp8266/moduos: Convert module to use extmod version.Damien George
2022-03-09stm32/moduos: Convert module to use extmod version.Damien George
2022-03-09mimxrt/moduos: Convert module to use extmod version.Damien George
2022-03-09qemu-arm/moduos: Convert module to use extmod version.Damien George
2022-03-09samd/moduos: Convert module to use extmod version.Damien George
2022-03-09zephyr/moduos: Convert module to use extmod version.Damien George
2022-03-09esp32/moduos: Convert module to use extmod version.Damien George
2022-03-09extmod/moduos: Create general uos module to be used by all ports.Damien George
2022-03-09rp2: Add USB MSC support.iabdalkader
2022-03-08extmod/moduzlib: Fix parsing zlib header dict size.Daniël van de Giessen
2022-03-08mimxrt/hal/pwm_backport: Make PWM symmetric, and round division calcs.robert-hh
2022-03-08mimxrt/eth: Avoid a race condition for Ethernet.robert-hh
2022-03-08mimxrt/boards: Support using an optional board-specific manifest.py.robert-hh
2022-03-08mimxrt/boards/TEENSY41: Use the same SPI1 pins for Teensy 4.0 and 4.1.robert-hh
2022-03-08mimxrt/eth: Fix an Ethernet transmit error.robert-hh
2022-03-08mimxrt/boards: Add board files for MIMXRT1015 and MIMXRT1015_EVK.robert-hh
2022-03-08mimxrt/machine_spi: Add omitted GPIO config.robert-hh
2022-03-08mimxrt/machine_pin: Change pin drive constants to DRIVE_x naming.Philipp Ebensberger
2022-03-07docs/library/machine.Pin: Update to use preferred DRIVE_x constants.Jonathan Hogg
2022-03-07docs/esp32/quickref: Document GPIO drive strength.Jonathan Hogg
2022-03-07esp32/machine_pin: Add support for pin drive strength.Jonathan Hogg
2022-03-07tests/micropython: Switch from set.pop to raise-0 to test exc strings.Damien George
2022-03-07tests/run-tests.py: Include test files ending in _set as set tests.Damien George
2022-03-07zephyr/prj.conf: Enable CONFIG_BUILD_OUTPUT_HEX to generate .hex output.Damien George
2022-03-07zephyr: Upgrade to Zephyr v3.0.0.Maureen Helm
2022-03-07zephyr: Update include path to disk_access.h.Maureen Helm
2022-03-07tools/mpremote: Bump version to 0.2.0.Damien George
2022-03-07tests/basics: Add test for creating small-ints in nan-box builds.Damien George
2022-03-07docs/library/esp32.rst: Mark esp32.Partition as not taking kw args.Damien George
2022-03-07docs/differences/python_35: Mark PEP 486 as not applicable.David Lechner
2022-03-07docs/library/machine.UART.rst: Add details for `invert` parameter.Jan
2022-03-07esp32/machine_uart: Make UART.init preserve unspecified parameters.robert-hh
2022-03-07esp32/machine_pwm: Always set the duty cycle when setting the frequency.robert-hh
2022-03-02esp32: Sleep one tick in MICROPY_EVENT_POLL_HOOK.Daniël van de Giessen
2022-03-01esp32/machine_uart: Allow limited configuration of REPL UART.Andrew Leech