aboutsummaryrefslogtreecommitdiff
path: root/ports/esp32/machine_hw_spi.c
AgeCommit message (Expand)Author
2021-04-15esp32: Add initial support for ESP32S2 SoCs.Damien George
2021-03-12esp32/machine_hw_spi: Use default pins when making SPI if none given.Damien George
2020-10-01ports: Support legacy soft I2C/SPI construction via id=-1 arg.Damien George
2020-04-23all: Format code to add space after C++-style comment start.stijn
2020-04-05all: Use MP_ERROR_TEXT for all error messages.Jim Mussared
2020-03-28all: Remove spaces inside and around parenthesis.Damien George
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2019-10-23esp32/machine_hw_spi: Fix exception msg when host is already in use.Mike Teachman
2019-01-23esp32/machine_hw_spi: Make HW SPI objects statically allocated.Damien George
2019-01-23esp32/machine_hw_spi: Use separate DMA channels for HSPI and VSPI.Damien George
2017-12-18esp32/machine_hw_spi: Remove unnecessary white space for consistency.Damien George
2017-12-18esp32/machine_hw_spi: Fix large HW SPI transfers by splitting them up.Eric Poulsen
2017-12-13esp32: Add new port to Espressif ESP32 SoC.Damien George