summaryrefslogtreecommitdiff
path: root/ports/esp32s2/common-hal/microcontroller
AgeCommit message (Expand)Author
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-10Merge pull request #3375 from DavePutz/issue3296Scott Shawcroft
2020-09-08Added temp_sensor_stopmicroDev
2020-09-08Update Processor.cmicroDev
2020-09-05Moved checks for invalid pin to common-hal/microcontroller/Pin.croot
2020-08-04Rework build flags, prevent idf errorsLucian Copeland
2020-07-31Add neopixel supportLucian Copeland
2020-07-15esp32s2: Use the device's EUI-48 address as unique IDJeff Epler
2020-06-24Switch SPI to polling DMA and enable displayioScott Shawcroft
2020-06-24Initial SPI implementation. Almost certainly doesn't compileScott Shawcroft
2020-06-24Add initial I2C support, not quite working fully thoughScott Shawcroft
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