2335 Commits (43079aaf860cbc19d54cec1eca9d5897297b22ac)

Author SHA1 Message Date
Damien George 3b32b3d1b3 stm32/usbd_cdc_interface: Rename USBD_CDC_xx opts to MICROPY_HW_USB_xx. 3 years ago
Damien George f28e8b9073 stm32/usbd_desc: Rename USBD_xxx descriptor opts to MICROPY_HW_USB_xxx. 3 years ago
Damien George 96c6b8cae3 ports: Rename USBD_VID/PID config macros to MICROPY_HW_USB_VID/PID. 3 years ago
Damien George 8616129f2e esp8266,esp32: Include hidden networks in WLAN.scan results. 3 years ago
Jim Mussared bfc8e88ce1 esp32/mpconfigport.h: Enable reverse and inplace special methods. 3 years ago
Patrick Van Oosterwijck 028fc815cd esp32/boards: Add Silicognition wESP32 board configuration. 3 years ago
Will Sowerbutts a3675294ae esp32/machine_uart: Add flow kw-arg to enable hardware flow control. 4 years ago
Mike Causer 71722c84ca rp2/boards: Add Pimoroni Tiny 2040. 3 years ago
Mike Causer 042a4bebc3 rp2/boards: Add Pimoroni Pico LiPo 16MB. 3 years ago
Mike Causer 95eff8d96a rp2/boards: Add Pimoroni Pico LiPo 4MB. 3 years ago
Mike Causer 02cbe018a5 rp2/boards: Add Adafruit QT Py RP2040. 3 years ago
Mike Causer 043848158d rp2/boards: Add Adafruit ItsyBitsy RP2040. 3 years ago
Mike Causer e7a3e6ee6a rp2/boards/SPARKFUN_THINGPLUS: Configure I2C/SPI default pins. 3 years ago
Mike Causer 6986a8d680 rp2/boards/SPARKFUN_PROMICRO: Configure UART/I2C/SPI default pins. 3 years ago
Mike Causer 49497084f1 rp2/boards/ADAFRUIT_FEATHER_RP2040: Configure I2C/SPI default pins. 3 years ago
iabdalkader 23e2e00779 rp2/boards/ADAFRUIT_FEATHER_RP2040: Configure custom VID/PID. 3 years ago
iabdalkader 7ae9e6ef69 rp2/tusb_port: Allow boards to configure USB VID and PID. 3 years ago
robert-hh b2533fe479 mimxrt/boards: Add support for the MIMXRT1050_EVKB board. 3 years ago
robert-hh 1074c784b0 mimxrt: Add support for Hyperflash chips. 3 years ago
Damien George 40b8ff0a6f stm32/README.md: Update supported MCUs, and submodule and mboot use. 3 years ago
Tobias Thyrrestrup 60e3e51753 stm32/Makefile: Update to only pull in used Bluetooth library. 3 years ago
Tobias Thyrrestrup 7a1edb91cb stm32/boards/LEGO_HUB_NO6: Add board definition for LEGO_HUB_NO6. 3 years ago
Damien George 224ac355cd stm32/boards/NUCLEO_F439ZI: Add board definition for NUCLEO_F439ZI. 3 years ago
Matúš Olekšák 0f0006f4e1 stm32/boards/STM32F429DISC: Set correct UART2 pins and add UART3/6. 4 years ago
Damien George aa0cf873bf stm32/uart: Support low baudrates on LPUART1. 3 years ago
Damien George fef2114404 stm32/uart: Fix LPUART1 baudrate set/get. 3 years ago
robert-hh ee49ae8f82 rp2/machine_uart: Fix read when FIFO has chars but ringbuf doesn't. 3 years ago
iabdalkader 2e62e13455 rp2/machine_uart: Fix poll ioctl to also check hardware FIFO. 3 years ago
Chris Wilson aecb697c72 stm32/boards: Add support for SparkFun STM32 MicroMod Processor board. 3 years ago
Damien George 14b853eae0 minimal/Makefile: Add support for building with user C modules. 3 years ago
Sashkoiv 753b08cae6 stm32/boards/NUCLEO_F446RE: Enable CAN bus support. 5 years ago
Roberto Colistete Jr b099db4426 esp8266/Makefile: Add more libm files to build. 4 years ago
Damien George a5ac3d5645 samd: Add support for building with user C modules. 3 years ago
iabdalkader 7649f5fbd2 stm32/sdram: Make SDRAM test cache aware, and optional failure with msg. 3 years ago
Damien George 6214fa3f9e esp32/mphalport: Always yield at least once in delay_ms. 3 years ago
Damien George 2cfbe5bc0f esp32/modmachine: Release the GIL in machine.idle(). 3 years ago
Josh Lloyd 6bc50c4fa9 stm32/systick: Always POLL_HOOK when delaying for milliseconds. 5 years ago
Mike Causer cc77b30639 rp2/machine_spi: Allow boards to configure SPI pins using new macros. 3 years ago
Mike Causer 79da7757cc rp2/machine_i2c: Allow boards to configure I2C pins using new macros. 3 years ago
iabdalkader 4f2a10bfc9 rp2/machine_uart: Allow overriding default machine UART pins. 3 years ago
iabdalkader 8599f7a68d rp2/machine_uart: Add hardware flow control support. 3 years ago
Damien George c77225ae5b esp32/boards/GENERIC_C3: Add generic C3-based board. 3 years ago
Damien George 6823514845 esp32: Add initial support for ESP32C3 SoCs. 3 years ago
Damien George 59dbbe9be7 esp32: Fix use of mp_int_t, size_t and uintptr_t. 3 years ago
Damien George 0fc0ccabec esp32/machine_i2s: Add MICROPY_PY_MACHINE_I2S option, enable by default. 3 years ago
Damien George 1f9243f8d4 esp32/machine_dac: Add MICROPY_PY_MACHINE_DAC option, enable by default. 3 years ago
David P d3f6ce7dc3 nrf/modules: Replace master/slave with controller/peripheral in SPI. 3 years ago
David P f365025c9c stm32: Replace master/slave with controller/peripheral in I2C and SPI. 3 years ago
Jonathan Hogg 8be29b9b1b esp32/machine_hw_spi: Use a 2 item SPI queue for long transfers. 3 years ago
Jonathan Hogg eb3029c669 esp32/machine_spi: Calculate actual attained baudrate. 3 years ago