summaryrefslogtreecommitdiff
path: root/ports/esp32s2/common-hal/busio
AgeCommit message (Expand)Author
2021-03-15run code formatting scriptmicroDev
2021-03-12put back pullup settingDan Halbert
2021-03-11fix unnecessary statement order changeDan Halbert
2021-03-07restore install/delete for i2c driverDan Halbert
2021-02-03Initial commit. Edited error messages in .c filesBiffoBear
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-09Merge pull request #3803 from skieast/fix_i2c_hang_with_wifiScott Shawcroft
2020-12-08Add `board_deinit` for use with sleepScott Shawcroft
2020-12-07Working, tested with two i2c bussesBruce Segal
2020-11-24Add pin claiming to SPI constructLucian Copeland
2020-10-26Fix ESP32-S2 SPI when DMA is sometimes usedScott Shawcroft
2020-10-08change idf to espressifhathach
2020-09-30Revert HAL refactor changes to avoid USB breaking changes past esp-idf dde6222cdLucian Copeland
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-07-01Return false if we already have the lockScott 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 UART supportScott Shawcroft
2020-06-24Add pull up testing, proper us delay and stop supporting 45 and 46 for I2CScott Shawcroft
2020-06-24Fix I2C thanks to Mark!Scott Shawcroft
2020-06-24Add initial I2C support, not quite working fully thoughScott Shawcroft