15867 Commits (8762fe8b4c6a7608d48daa8458e6501fafd3eafc)
 

Author SHA1 Message Date
Angus Gratton 84e90639fa github/workflows: Move codespell to a GitHub workflow, version it. 9 months ago
Damien George b038d07011 stm32/Makefile: Ignore uninitialised variable warning in H5 HAL SD code. 9 months ago
Damien George 657faee7e5 stm32/main: Allow disabling MICROPY_PY_MACHINE. 9 months ago
Damien George 4e6436d4cf stm32/spi: Allow disabling MICROPY_PY_MACHINE_SPI. 9 months ago
Damien George 2158da213e stm32/modos: Allow disabling MICROPY_PY_MACHINE_UART. 10 months ago
Damien George 1c7afa923b drivers/dht: Only build DHT driver if MICROPY_PY_MACHINE_PULSE enabled. 9 months ago
Damien George 4c56b39051 docs: Use vfs module instead of os. 9 months ago
Damien George 7d28789544 ports: Use vfs module instead of os. 12 months ago
Damien George b87bbaeb43 tests: Use vfs module instead of os. 12 months ago
Damien George 5804aa0204 docs/reference/micropython2_migration.rst: Add info about os and vfs. 12 months ago
Damien George 45f99cb445 docs/library: Move vfs functions and classes from os to vfs module docs. 12 months ago
Damien George e7020463f1 extmod/modvfs: Add new "vfs" module with mount/umount and Vfs classes. 1 year ago
Felix Dörre aaba1d8a6c extmod/modtls_mbedtls: Implement cert verification callback for mbedtls. 9 months ago
Felix Dörre b802f0f8ab extmod/modtls: Move the native ssl module to tls. 9 months ago
Felix Dörre f8f1f29ac0 extmod/modssl_axtls: Add SSLContext.load_cert_chain(). 9 months ago
Damien George c68462d996 lib/micropython-lib: Update submodule to latest. 9 months ago
Damien George ff73683077 github/workflows: Initialise micropython-lib submodule for windows CI. 9 months ago
Damien George 5a68e82d17 github/workflows: Bump setup-msbuild, setup-python, checkout versions. 9 months ago
David Lechner ed15b3c6c6 github/workflows: Move Windows CI from AppVeyor to GitHub Actions. 2 years ago
David Lechner 23342eff90 windows/Makefile: Fix float exact int formatting on 32-bit mingw. 2 years ago
Damien George ac8e7f7b67 docs/library/ssl: Change wrap_socket args keyfile/certfile to key/cert. 9 months ago
Jim Lipsey 0285cb2bf4 stm32/boards/ARDUINO_PORTENTA_H7: Add pin configuration for SPI1. 1 year ago
Angus Gratton 457f2ccf80 examples/embedding: Add -fno-common to the sample compiler flags. 9 months ago
Joey232 3e48d24576 esp32/boards/UM_FEATHERS3: Use read_uv() for accurate battery voltage. 10 months ago
Takeo Takahashi 81049edf7c renesas-ra/ra/ra_i2c: Fix 1 byte and 2 bytes read issue. 9 months ago
Damien George 28b18c43fe py/compile: Fix potential Py-stack overflow in try-finally with return. 9 months ago
Damien George 2d7fb9a715 tests/ports/rp2/rp2_dma.py: Tweak test to be more reliable. 9 months ago
Damien George 807c25d05a rp2: Change machine.I2S and rp2.DMA to use shared DMA IRQ handlers. 9 months ago
Matthias Urlichs d19371cb23 py/builtinimport: Simplify calls to stat_path(). 10 months ago
Carlosgg f3d1495fd3 all: Update bindings, ports and tests for mbedtls v3.5.1. 2 years ago
Carlosgg 92136cbe67 lib/mbedtls_errors: Update error list for latest mbedtls. 2 years ago
Carlosgg 3f217e413d lib/mbedtls: Update to mbedtls v3.5.1. 2 years ago
Damien George d5b96813dc extmod/modssl_mbedtls: Fix cipher iteration in SSLContext.get_ciphers. 9 months ago
Damien George 46e833b071 qemu-arm/mpconfigport: Use MICROPY_CONFIG_ROM_LEVEL_EXTRA_FEATURES. 9 months ago
Damien George 40687451bb tests/extmod/framebuf_polygon.py: Replace sys.stdout.write with print. 9 months ago
Damien George 7211bafb33 esp8266/boards/ESP8266_GENERIC: Disable MICROPY_DEBUG_PRINTERS. 9 months ago
iabdalkader 4a2e510a87 ports: Add LED pin aliases for all Arduino boards. 10 months ago
iabdalkader 8d9d74b6df rp2/boards/ARDUINO_NANO_RP2040_CONNECT: Increase flash storage space. 10 months ago
Kwabena W. Agyeman bf6214505f mimxrt/modmachine: Fix deepsleep wakeup pin ifdef. 10 months ago
Jim Mussared d4190815a3 py/mpconfig: Disable qstr hashing at minimum feature level. 1 year ago
Jim Mussared 8486e28b17 stm32: Disable qstr hashing on small boards. 1 year ago
Jim Mussared 7ea503929a py/qstr: Add support for MICROPY_QSTR_BYTES_IN_HASH=0. 2 years ago
Angus Gratton 307ecc5707 docs: Add note about position-only arguments in CPython vs MicroPython. 10 months ago
Jos Verlinde c8772b7baa CODECONVENTIONS: Update docs for codespell and pre-commit hook. 1 year ago
Jos Verlinde a166d805f4 top: Add pre-commit hook for codespell. 1 year ago
Damien George 982ffdee7e stm32/mboot/Makefile: Revert change to BOARD_DIR that removed abspath. 10 months ago
Damien George 6bb446b7ff tests/extmod: Remove asyncio .exp files that match CPython output. 10 months ago
Damien George 8eb658f654 github/workflows: Run mimxrt and rp2 CI with space in repository path. 10 months ago
Iksas ce2058685b ports: Fix handling of paths containing spaces in Makefiles. 2 years ago
Maarten van der Schrieck 057701a770 rp2/machine_uart: Fix potential race condition in interrupt handling. 1 year ago