aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-02-06build(deps): bump microsoft/setup-msbuild from 1 to 2dependabot/github_actions/microsoft/setup-msbuild-2dependabot[bot]
2024-02-06github/workflows: Move Windows CI from AppVeyor to GitHub Actions.David Lechner
2024-02-05windows/Makefile: Fix float exact int formatting on 32-bit mingw.David Lechner
2024-02-05docs/library/ssl: Change wrap_socket args keyfile/certfile to key/cert.Damien George
2024-02-01stm32/boards/ARDUINO_PORTENTA_H7: Add pin configuration for SPI1.Jim Lipsey
2024-01-31examples/embedding: Add -fno-common to the sample compiler flags.Angus Gratton
2024-01-31esp32/boards/UM_FEATHERS3: Use read_uv() for accurate battery voltage.Joey232
2024-01-31renesas-ra/ra/ra_i2c: Fix 1 byte and 2 bytes read issue.Takeo Takahashi
2024-01-31py/compile: Fix potential Py-stack overflow in try-finally with return.Damien George
2024-01-30tests/ports/rp2/rp2_dma.py: Tweak test to be more reliable.Damien George
2024-01-30rp2: Change machine.I2S and rp2.DMA to use shared DMA IRQ handlers.Damien George
2024-01-30py/builtinimport: Simplify calls to stat_path().Matthias Urlichs
2024-01-30all: Update bindings, ports and tests for mbedtls v3.5.1.Carlosgg
2024-01-30lib/mbedtls_errors: Update error list for latest mbedtls.Carlosgg
2024-01-30lib/mbedtls: Update to mbedtls v3.5.1.Carlosgg
2024-01-29extmod/modssl_mbedtls: Fix cipher iteration in SSLContext.get_ciphers.Damien George
2024-01-29qemu-arm/mpconfigport: Use MICROPY_CONFIG_ROM_LEVEL_EXTRA_FEATURES.Damien George
2024-01-29tests/extmod/framebuf_polygon.py: Replace sys.stdout.write with print.Damien George
2024-01-29esp8266/boards/ESP8266_GENERIC: Disable MICROPY_DEBUG_PRINTERS.Damien George
2024-01-26ports: Add LED pin aliases for all Arduino boards.iabdalkader
2024-01-26rp2/boards/ARDUINO_NANO_RP2040_CONNECT: Increase flash storage space.iabdalkader
2024-01-26mimxrt/modmachine: Fix deepsleep wakeup pin ifdef.Kwabena W. Agyeman
2024-01-25py/mpconfig: Disable qstr hashing at minimum feature level.Jim Mussared
2024-01-25stm32: Disable qstr hashing on small boards.Jim Mussared
2024-01-25py/qstr: Add support for MICROPY_QSTR_BYTES_IN_HASH=0.Jim Mussared
2024-01-25docs: Add note about position-only arguments in CPython vs MicroPython.Angus Gratton
2024-01-25CODECONVENTIONS: Update docs for codespell and pre-commit hook.Jos Verlinde
2024-01-25top: Add pre-commit hook for codespell.Jos Verlinde
2024-01-25stm32/mboot/Makefile: Revert change to BOARD_DIR that removed abspath.Damien George
2024-01-24tests/extmod: Remove asyncio .exp files that match CPython output.Damien George
2024-01-24github/workflows: Run mimxrt and rp2 CI with space in repository path.Damien George
2024-01-24ports: Fix handling of paths containing spaces in Makefiles.Iksas
2024-01-23rp2/machine_uart: Fix potential race condition in interrupt handling.Maarten van der Schrieck
2024-01-23tests/extmod/asyncio_wait_task.py: Add test for raise and delayed wait.Damien George
2024-01-22nrf: Fix _start() build issue with CMSIS 5.9.0.iabdalkader
2024-01-22mimxrt/boards: Fix __VECTOR_TABLE link issue with CMSIS 5.9.0.iabdalkader
2024-01-22lib/cmsis: Update to CMSIS 5.9.0.iabdalkader
2024-01-22extmod/asyncio: Support gather of tasks that finish early.Damien George
2024-01-22tests/extmod/machine_i2s_rate.py: Test multiple I2S instances.Damien George
2024-01-22tests/ports/rp2: Add rp2-specific tests with a test for rp2.DMA.Damien George
2024-01-22tests: Move port-specific test directories into tests/ports/ directory.Damien George
2024-01-22github/workflows: Bump actions/cache from 3 to 4.dependabot/github_actions/actions/cache-4dependabot[bot]
2024-01-21renesas-ra/boards/ARDUINO_PORTENTA_C33: Fix the RTC clock source.iabdalkader
2024-01-21extmod/extmod.mk: Disable uninitialized warnings in kf_rem_pio2.c.Kwabena W. Agyeman
2024-01-17tools/mpremote: Reduce dependency on importlib_metadata.Jochen Sprickerhof
2024-01-17renesas-ra/ra: Remove unnecessary min_delay() declaration.iabdalkader
2024-01-17renesas-ra/ra: Fix SysTick clock source.iabdalkader
2024-01-17esp32/modsocket: Use all supplied arguments to socket.getaddrinfo().Angus Gratton
2024-01-17py/py.mk: Remove extra build dir created for frozen_content.iabdalkader
2024-01-17rp2/mpthreadport: Make result of thread.get_ident() a non-zero integer.Angus Gratton