15042 Commits (97ffc53ec9ff10c7585125229ef077233c77cc48)
 

Author SHA1 Message Date
Jim Mussared 97ffc53ec9 {esp32,rp2,stm32}/Makefile: Append board variant to BUILD. 1 year ago
Jim Mussared 1a99f74063 ports/*/boards/*/board.json: Remove "id" field. 1 year ago
Jim Mussared c3093080b1 stm32: Use uppercase variant names. 1 year ago
Jim Mussared 45845acf6d rp2: Use uppercase variant names. 1 year ago
Jim Mussared b5836e7252 esp32: Use uppercase variant names. 1 year ago
Jim Mussared f007d0aa3d nrf/boards: Rename all nRF boards to use uppercase. 1 year ago
Angus Gratton 2919a9fbf3 stm32/modstm: Add MICROPY_PY_STM_CONST flag, clear it for STM32WL5. 1 year ago
Angus Gratton 02620c2236 stm32/subghz: Add STM32WL55 subghz radio interface to stm module. 2 years ago
Angus Gratton 9e0f934cdf stm32/dma: Fix DMA completion on WL55 boards. 2 years ago
Angus Gratton 2c62adb42c stm32/powerctrlboot: Support STM32WL system clock from HSE+PLL. 1 year ago
Angus Gratton e6cfb77342 stm32/spi: Add STM32WL5 SUBGHZ SPI peripheral. 2 years ago
robert-hh a18d62e067
mimxrt: Fix UART RTS/CTS assignments for the OLIMEX and Adafruit boards. 1 year ago
Angus Gratton 40fcbe1246 top: Enable ruff linter check for F821 undefined-name. 1 year ago
Angus Gratton 1a5c9b9da4 tools/mpy-tool.py: Ignore linter failure in Python 2 compatibility code. 1 year ago
Angus Gratton b8189d039d tools/mpy_ld.py: Pre-declare some local variables to appease linter. 1 year ago
Angus Gratton 974f99482c renesas-ra/boards: Remove unreachable code in make-pins.py. 1 year ago
Angus Gratton 29c022e0f1 examples/hwapi: Add missing import for 96Boards Carbon example. 1 year ago
Angus Gratton 801910fc83 all: Add missing imports for micropython.const. 1 year ago
Angus Gratton ef864a4aa4 cc3200/tools: Fix exception raised on process failure. 1 year ago
Angus Gratton cec3ff5526 mpy-cross: Fix source file name in file-not-found error. 1 year ago
Angus Gratton 861fbf6ab5 examples: Mark asm, pio, etc. as noqa: F821 (undefined-name). 1 year ago
Kwabena W. Agyeman 00855eeb36 mimxrt/hal: Make flash clock frequency configurable. 1 year ago
Kwabena W. Agyeman cb7e133dbe mimxrt/boards: Add support for GPIO control of SNVS pins. 1 year ago
Kwabena W. Agyeman afe2ca1a0a mimxrt/machine_uart: Add support for UART hardware flow control. 1 year ago
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