15068 Commits (83f2f36b9e5fea90a947aada5e1c8065468c0e70)
 

Author SHA1 Message Date
robert-hh e43c669b4a mimxrt/machine_uart: Add uart.deinit method and machine_uart_deinit_all. 1 year ago
robert-hh a9a219d8bf mimxrt/hal/pwm_backport: Fix 0 and 65536 edge cases of PWM's duty_u16. 1 year ago
robert-hh a9821c0185 mimxrt/machine_pin: Fix bug when Pin.irq is called without a handler. 1 year ago
Jim Mussared 91674c41b8 tools/autobuild: Automatically build all variants for each board. 1 year ago
Jim Mussared 96258d3716 esp32/partitions.csv: Rename to partitions-4MiB.csv. 1 year ago
Jim Mussared afd407af8f esp32/boards/GENERIC_S3: Merge with GENERIC_S3_{SPIRAM,SPIRAM_OCT}. 1 year ago
Jim Mussared b25a67590d esp32/boards/GENERIC_S2: Merge with ESP32_S2_WROVER. 1 year ago
Jim Mussared 4815af75bc esp32/boards/GENERIC_C3: Merge with GENERIC_C3_USB. 1 year ago
Jim Mussared 2fbf42d3ad esp32/boards/GENERIC: Merge with GENERIC_{SPIRAM,OTA,D2WD,UNICORE}. 1 year ago
Jim Mussared 9573d31071 all: Remove query-variants make target. 1 year ago
Jim Mussared ad123ed013 esp32/Makefile: Implement `make submodules` to match other ports. 1 year ago
Damien George fa1ea21f75 esp32/gccollect: Make level arg volatile to force recursive function. 1 year ago
Angus Gratton 05dcb8be99 esp32: Enable automatic Python heap growth. 1 year ago
Angus Gratton 98fd78437c esp32: Allow malloc() to allocate from SPIRAM. 1 year ago
Angus Gratton 519c24dd48 py/gc: Add new MICROPY_GC_SPLIT_HEAP_AUTO "auto grow heap" mode. 1 year ago
Angus Gratton d325ee4509 py/gc: Apply some code formatting cleanup. 1 year ago
Damien George 88518009ce tests/extmod/select_poll_eintr.py: Improve robustness of test. 1 year ago
Damien George f6af48416d extmod/modselect: Properly track number of poll objects that are fd's. 1 year ago
Jim Mussared 24a6e951ec ports: Simplify board feature tags in board.json. 1 year ago
Jim Mussared 4bbe879c26 tools/mpremote: Make soft-reset count as an action. 1 year ago
Jos Verlinde 232c29c2ed tools/codeformat.py: Use pyproject.toml for black config. 1 year ago
Daniël van de Giessen 8dbb29da3f tools/codeformat.py: Skip formatting ESP-IDF managed components. 1 year ago
Angus Gratton 597fcb4751 tools/mpy-tool.py: Use isinstance() for type checking. 1 year ago
Damien George d529c20674 extmod/modssl_mbedtls: Fix ioctl of a socket in closed/error state. 1 year ago
Damien George 20d3a6b196 extmod/modssl_mbedtls: Reject ioctls that are not supported. 1 year ago
Damien George 218242d1de tests/extmod: Skip select/socket tests if they can't create UDP socket. 1 year ago
Damien George 6b78a1bf00 tests/extmod: Add coverage tests for select module. 1 year ago
Damien George 3f417e8943 extmod/modselect: Remove undocumented support for flags arg to poll. 1 year ago
Damien George ef71028f77 extmod/modselect: Add optimisation to use system poll when possible. 1 year ago
Damien George ebc6556346 extmod/modselect: Factor low-level polling code into common function. 1 year ago
Damien George 7f2efb4144 extmod/modselect: Abstract out a poll_set_t struct and functions. 1 year ago
Damien George df08c38c28 unix/modselect: Remove unix-specific implementation of select module. 1 year ago
Damien George 22106bf2fa extmod/vfs_posix_file: Add poll support for missing ERR,HUP,NVAL values. 1 year ago
Damien George 6a179019e8 unix/modsocket: Add poll support for missing ERR,HUP,NVAL poll values. 1 year ago
Elecia White b714f41812 docs/develop/gettingstarted: Update ARM package list. 1 year ago
Rene Straub 7fad499d1e docs/develop/gettingstarted: Clarify submodule initialization. 1 year ago
Damien Tournoud 2dcd745434 py/gc: Speed up incremental GC cycles by tracking the last used block. 2 years ago
Jim Mussared 70c564324c extmod/modssl_mbedtls: Reference SSLContext from SSLSocket. 1 year ago
Brett Cannon 01c758e26a unix/README: Fix Markdown link markup. 1 year ago
Damien George d14ddcbdb5 tools/autobuild: Add support for application .bin files for esp32. 1 year ago
Damien George cfcce4b531 esp32/README: Specify that only IDF v5.0.2 is supported. 1 year ago
Damien George c9d2c5537b esp32/boards: Remove references to the IDF version in board.md files. 1 year ago
Damien George b2adfc8077 esp32/machine_hw_spi: Check for valid SPI id in constructor, not init. 1 year ago
Damien George 162dd022b1 esp32/machine_hw_spi: Remove SPI host renaming for C3 and S3 variants. 1 year ago
Damien George 862944a71f esp32/machine_hw_spi: Remove unnecessary duplicate SPI pin defaults. 1 year ago
Damien George aab8061dce esp32/machine_hw_spi: Fix access of SPI(2). 1 year ago
Jim Mussared 975a687447 py/mpconfig: Add MICROPY_PY_PLATFORM, enabled at extra features level. 1 year ago
Armin Brauns 14374850ce mpy-cross: Allow specifying stdin as input without --. 1 year ago
Armin Brauns 3164749b3d mpy-cross: When reading from stdin, write output to stdout. 1 year ago
Armin Brauns 6a61e4ecd1 mpy-cross: Allow reading from stdin and writing to stdout. 1 year ago