15056 Commits (fc495240a6c63a9839c8112f8c2bcbb6a0f168d0)
 

Author SHA1 Message Date
iabdalkader fc495240a6 mimxrt: Integrate Bluetooth support with NimBLE bindings. 2 years ago
iabdalkader 772a36098f mimxrt: Integrate support for WiFi via the CYW43 driver. 2 years ago
iabdalkader 46d83d9748 mimxrt/sdio: Add SDIO driver. 2 years ago
iabdalkader 6b407d5600 mimxrt/machine_pin: Extend pin configuration functions. 2 years ago
Damien George 313068a5b3 extmod/modssl_mbedtls: Clear sock member if error creating SSLSocket. 1 year ago
Jim Mussared f3eccb154c py/mpconfig: Enable SSL finalizers if finalizers are enabled. 1 year ago
Jim Mussared b2b5bcce28 py/profile: Remove the requirement to disable MICROPY_COMP_CONST. 1 year ago
Jim Mussared 4a3fdc0e76 tests/misc/sys_settrace_features.py: Fix to run on newer CPython. 1 year ago
Damien George 1dedb65e64 esp8266/boards/ESP8266_GENERIC: Add image filename. 1 year ago
Jim Mussared bc1af5ab7f cc3200/Makefile: Build firmware.zip. 1 year ago
Jim Mussared 326dfd2a85 esp32/boards/ESP32_GENERIC_C3: Enable UART REPL. 1 year ago
Jim Mussared 873bd00ad4 rp2: Rename PICO, PICO_W to RPI_PICO, RPI_PICO_W. 1 year ago
Jim Mussared ef03ca8bf2 esp8266: Add board variant support. 1 year ago
Jim Mussared aa23698119 esp32: Rename GENERIC* boards to ESP32_GENERIC*. 1 year ago
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