circuitpython/ports/esp32s2
Scott Shawcroft fc9c0ba573
Initial SPI implementation. Almost certainly doesn't compile
2020-06-24 12:47:59 -07:00
..
boards Initial SPI implementation. Almost certainly doesn't compile 2020-06-24 12:47:59 -07:00
common-hal Initial SPI implementation. Almost certainly doesn't compile 2020-06-24 12:47:59 -07:00
esp-idf@648f959037 Add UART support 2020-06-24 12:47:58 -07:00
modules Fully implement digitalio and pin-in-use tracking. 2020-05-19 17:46:29 -07:00
peripherals Fully implement digitalio and pin-in-use tracking. 2020-05-19 17:46:29 -07:00
supervisor Add initial I2C support, not quite working fully though 2020-06-24 12:47:58 -07:00
tools Spill registers before scanning the stack. 2020-05-28 18:34:14 -07:00
.gitignore Initial ESP32S2 port. 2020-05-15 15:36:16 -07:00
CMakeLists.txt Initial ESP32S2 port. 2020-05-15 15:36:16 -07:00
Makefile Add UF2 build target 2020-06-24 12:47:59 -07:00
background.c Initial ESP32S2 port. 2020-05-15 15:36:16 -07:00
background.h Initial ESP32S2 port. 2020-05-15 15:36:16 -07:00
esp32s2_peripherals_config.h Initial ESP32S2 port. 2020-05-15 15:36:16 -07:00
fatfs_port.c Initial ESP32S2 port. 2020-05-15 15:36:16 -07:00
mpconfigport.h A number of small ESP32S2 fixes: 2020-05-28 15:43:55 -07:00
mpconfigport.mk Add initial I2C support, not quite working fully though 2020-06-24 12:47:58 -07:00
mphalport.c Add pull up testing, proper us delay and stop supporting 45 and 46 for I2C 2020-06-24 12:47:58 -07:00
mphalport.h Initial ESP32S2 port. 2020-05-15 15:36:16 -07:00
partitions.csv Initial ESP32S2 port. 2020-05-15 15:36:16 -07:00
qstrdefsport.h Initial ESP32S2 port. 2020-05-15 15:36:16 -07:00
sdkconfig.defaults A number of small ESP32S2 fixes: 2020-05-28 15:43:55 -07:00