circuitpython/ports/esp32s2/common-hal/busio
Scott Shawcroft 0552ce2d3b
Allocate I2C mutex with IDF
This keeps the mutex info in the same spot in memory. "Statically
allocating it" with CircuitPython meant that the buffer moved when
the I2C object is moved to keep it alive for a display.

Fixes #4962
2021-08-24 16:06:14 -07:00
..
I2C.c Allocate I2C mutex with IDF 2021-08-24 16:06:14 -07:00
I2C.h Allocate I2C mutex with IDF 2021-08-24 16:06:14 -07:00
SPI.c esp32s2 - fix spi_never_reset() 2021-07-02 14:40:41 +05:30
SPI.h Formatting fixes 2021-07-22 12:57:10 -04:00
UART.c Fix esp32s2 uart.write() return value 2021-04-22 09:47:54 -04:00
UART.h update idf to v4.3 2021-06-24 23:14:08 +05:30
__init__.c Add initial I2C support, not quite working fully though 2020-06-24 12:47:58 -07:00