circuitpython/ports/esp32s2/common-hal
Scott Shawcroft c7c90f47b0
Add non-DMA SPI support.
This fixes SPI with PSRAM allocated buffers. DMA with SPI2 was
attempted but produced junk output. This manual copy is less than
2x slower than DMA when not interrupted.

Fixes #3339
2020-09-10 17:32:20 -07:00
..
board Initial ESP32S2 port. 2020-05-15 15:36:16 -07:00
busio Add non-DMA SPI support. 2020-09-10 17:32:20 -07:00
digitalio Use NULL for deinited DigitalInOut 2020-06-26 12:33:50 -07:00
displayio Switch SPI to polling DMA and enable displayio 2020-06-24 13:10:08 -07:00
microcontroller Merge pull request #3375 from DavePutz/issue3296 2020-09-10 12:36:17 -07:00
neopixel_write Style changes, reposition runtime errors 2020-08-18 11:42:06 -04:00
os Add random to ESP32-S2, fix it on STM32 2020-08-25 14:00:29 -04:00
pulseio Fix problematic whitespace on pulseout parameter errors 2020-08-27 11:07:47 -04:00
pwmio Fix copy pasta and stub build 2020-08-21 11:17:42 -07:00
socketpool Changes based on Dan's feedback 2020-09-03 16:32:12 -07:00
ssl SSL works until it runs out of memory 2020-08-19 14:23:28 -07:00
supervisor Fix up end of file and trailing whitespace. 2020-06-03 10:56:35 +01:00
time Initial ESP32S2 port. 2020-05-15 15:36:16 -07:00
wifi Changes based on Dan's feedback 2020-09-03 16:32:12 -07:00