summaryrefslogtreecommitdiff
path: root/ports/esp32s2/common-hal/busio/SPI.c
AgeCommit message (Expand)Author
2021-03-15run code formatting scriptmicroDev
2020-12-29Merge pull request #3888 from microDev1/fix-reset-pinJeff Epler
2020-12-28update common_hal_reset_pin()microDev
2020-12-15Swap to IDF release/4.2 branch for stabilityScott Shawcroft
2020-12-08Add `board_deinit` for use with sleepScott Shawcroft
2020-11-24Add pin claiming to SPI constructLucian Copeland
2020-10-26Fix ESP32-S2 SPI when DMA is sometimes usedScott Shawcroft
2020-09-30Change submodule, rework all includesLucian Copeland
2020-09-23Move missing pin warning to shared-bindingsLucian Copeland
2020-09-21Use write_value, add missing pin exceptionsLucian Copeland
2020-09-10Add non-DMA SPI support.Scott Shawcroft
2020-06-30Remove fixed pointers and check UART returnScott Shawcroft
2020-06-26Fix SPI RX and remove debug printsScott Shawcroft
2020-06-26Store host_id so that never reset worksScott Shawcroft
2020-06-24Switch SPI to polling DMA and enable displayioScott Shawcroft
2020-06-24Handle memory (hopefully). Short TX worksScott Shawcroft
2020-06-24Compiles!Scott Shawcroft
2020-06-24Initial SPI implementation. Almost certainly doesn't compileScott Shawcroft
2020-06-24Add initial I2C support, not quite working fully thoughScott Shawcroft