aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-11github/workflows: Bump codecov/codecov-action from 1 to 3.dependabot/github_actions/codecov/codecov-action-3dependabot[bot]
2022-11-11github: Add dependabot to update GitHub Actions.Chris Swan
2022-11-11github/workflows: Bump actions/checkout to v3.Chris Swan
2022-11-11stm32/spi: Downgrade SPIHandle definitions to static.Angus Gratton
2022-11-11webassembly/library: Make use of CustomEvent detail property.David Lechner
2022-11-11py/emitnative: Ensure load_subscr does not clobber existing REG_ARG_2.Damien George
2022-11-10tests/basics: Add exp file for builtin_str_hex test.Damien George
2022-11-10lib/libm: Use __asm__ instead of asm.David Lechner
2022-11-09extmod/extmod.mk: Set default mbedtls config file in extmod Makefile.iabdalkader
2022-11-09esp32/modmachine: Move dht_readinto() to the machine module.robert-hh
2022-11-09esp8266/modmachine: Move dht_readinto() to the machine module.robert-hh
2022-11-09stm32/modmachine: Move dht_readinto() to the machine module.robert-hh
2022-11-09rp2/modmachine: Move dht_readinto() to the machine module.robert-hh
2022-11-09mimxrt/modmachine: Move dht_readinto() to the machine module.robert-hh
2022-11-09unix/variants: Change mip package to mip-cmdline.Damien George
2022-11-09lib/micropython-lib: Update submodule to latest.Damien George
2022-11-09rp2/cyw43_configport: Make sure only core0 executes a __WFI().iabdalkader
2022-11-09esp32/usb: Add a timeout to usb_tx_strn().robert-hh
2022-11-09mimxrt/mphalport: Add a timeout to mp_hal_stdout_tx_strn().robert-hh
2022-11-09samd/mphalport: Add a timeout to mp_hal_stdout_tx_strn().robert-hh
2022-11-09rp2/mphalport: Add a timeout to mp_hal_stdout_tx_strn().robert-hh
2022-11-09esp32: Add 32MiB partition table templates.Patrick
2022-11-09extmod/modlwip: Use actual errno in exception for error in listen.Jared Hancock
2022-11-08extmod/extmod.cmake: Allow overriding the default MBEDTLS_CONFIG_FILE.iabdalkader
2022-11-08stm32/boards/ARDUINO_PORTENTA_H7: Add custom mbedtls config.iabdalkader
2022-11-08stm32/Makefile: Allow overriding the default MBEDTLS_CONFIG_FILE.iabdalkader
2022-11-08stm32/mbedtls: Enable mbedtls certificate time validation.iabdalkader
2022-11-08samd/boards/SEEED_WIO_TERMINAL: Enable using the 32kHz crystal.robert-hh
2022-11-08samd/README: Update README to reflect recent changes to the port.robert-hh
2022-11-08docs/samd/pinout: Fix the pin numbering for the default assignments.robert-hh
2022-11-08samd/mcu/samd51: Use an additional manifest.py for SAMD51 boards.robert-hh
2022-11-08docs/library/machine: Add machine.memX to docs with brief example.Matt Trentini
2022-11-08py/objarray: Detect bytearray(str) without an encoding.Jim Mussared
2022-11-08py/builtinimport: Fix crash handling "weak link" module names.Simon Arlott
2022-11-08shared/runtime/gchelper_native: Fix pointer cast on x86_64.Simon Arlott
2022-11-07webassembly/Makefile: Change compiler optimisation from O3 to Os.Damien George
2022-11-07webassembly/README: Update README to describe new stdout behaviour.Damien George
2022-11-07webassembly: Dispatch micropython-print via document not mp_js_stdout.Nicholas H.Tollervey
2022-11-03webassembly: Support piping in a program on stdin.Damien George
2022-11-03webassembly: Change "stack" argument to "heapsize".Damien George
2022-11-03webassembly: Use Date's now() instead of getTime().Damien George
2022-11-03github/workflows: Print test failures for webassembly workflow.Damien George
2022-11-03tests/run-perfbench: Support --heapsize argument and pass to executable.Damien George
2022-11-02tools/makemanifest.py: Fix printing of mpy_cross.CrossCompileError.Damien George
2022-11-01webassembly: Add support for VFS and enable VFS_POSIX.Damien George
2022-11-01webassembly/mpconfigport: Use MICROPY_CONFIG_ROM_LEVEL_EXTRA_FEATURES.Damien George
2022-11-01extmod/vfs_posix: Include errno.h and unistd.h headers.Damien George
2022-10-31tools/mpremote: Make RemoteFile objects iterable.Damien George
2022-10-31tools/mpremote: Handle FileNotFound exceptions in listdir.Jim Mussared
2022-10-31esp32/machine_pwm: Verify PWM is active when config methods are called.robert-hh