summaryrefslogtreecommitdiff
path: root/ports/esp32s2/common-hal
AgeCommit message (Expand)Author
2020-07-23Merge pull request #3185 from hierophect/esp32-pulseioScott Shawcroft
2020-07-23Fix unintended timer reset, style changesLucian Copeland
2020-07-22Add PWMOutLucian Copeland
2020-07-17Add boilerplate, create basic PWMOut testLucian Copeland
2020-07-15esp32s2: Use the device's EUI-48 address as unique IDJeff Epler
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-26Use NULL for deinited DigitalInOutScott 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
2020-06-03Fix up end of file and trailing whitespace.Diego Elio Pettenò
2020-05-19First try at critical section supportScott Shawcroft
2020-05-19Fully implement digitalio and pin-in-use tracking.Scott Shawcroft
2020-05-15Initial ESP32S2 port.Scott Shawcroft