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