15068 Commits (83f2f36b9e5fea90a947aada5e1c8065468c0e70)
 

Author SHA1 Message Date
stijn 83f2f36b9e tests/unix/mod_os: Make os.system() test work on windows. 1 year ago
Jim Mussared f4a6fc2c8e examples/bluetooth: Link to aioble in BLE examples. 1 year ago
Alexander Wilde b94ab6a2ef examples/bluetooth: Raise ValueError when advertising data is too large. 1 year ago
Andy Piper 845d0c79ff docs/library/neopixel: Change link to a micropython-lib reference. 1 year ago
Yuuki NAGAO 141750ff79 stm32/uart: Fix UART timeout issue with low baudrate on G4 MCUs. 1 year ago
Oliver Joos a175f98a65 stm32/mboot: Fix fwupdate by replacing zlib with new deflate module. 1 year ago
Jim Mussared 32db4c58f7 extmod/moddeflate: Change default window size. 1 year ago
robert-hh 81c19d93bc mimxrt/machine_uart: Support slow baud rates for UART. 1 year ago
robert-hh c86b9ec8bd mimxrt/boards: Fix use of MICROPY_HW_SDRAM_AVAIL in MIMXRT1176.ld. 1 year ago
robert-hh ce38784fa8 mimxrt/machine_uart: Fix and complete UART.deinit and uart_deinit_all. 1 year ago
iabdalkader 3f5976e14a mimxrt/irq: Move all IRQ related definitions to dedicated header. 2 years ago
iabdalkader a453b4f31d drivers/cyw43: Make the CYW43 Bluetooth HCI driver more portable. 2 years ago
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