circuitpython/ports/esp32s2/common-hal/busio
Jeff Epler 318ea7c8cb Add Espressif's HMI DevKit
this is only tested to come up to the REPL & mount CIRCUITPY. Pin
assignments should be right but were not double-checked.  The screen
is unsupported so far.

This board depends on the I/O pull ups for the I2C bus (verified by
schematic) so this adds a compile time option that enables pull ups
for ANY i2c bus on a board.
2021-08-26 16:14:19 -05:00
..
I2C.c Add Espressif's HMI DevKit 2021-08-26 16:14:19 -05: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