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