summaryrefslogtreecommitdiff
path: root/ports/esp32s2/supervisor
AgeCommit message (Expand)Author
2020-10-08Merge branch 'esp32-analogin' into esp32-analogoutLucian Copeland
2020-10-08fix usb issue with latest idfhathach
2020-10-06Merge pull request #3492 from hierophect/esp32-update-idfScott Shawcroft
2020-10-06Add AnalogIOLucian Copeland
2020-10-05Merge branch 'main' into esp32-analoginhierophect
2020-09-30Change submodule, rework all includesLucian Copeland
2020-09-28esp32: Use esp_restart from reset_to_bootloader; redeclare it NORETURNJeff Epler
2020-09-28Add some NORETURN attributesJeff Epler
2020-09-22Update port.cmicroDev
2020-09-08Fix heap without PSRAM. Never set heap_size.Scott Shawcroft
2020-08-27Merge remote-tracking branch 'adafruit/main' into native_wifiScott Shawcroft
2020-08-27Merge pull request #3315 from tannewt/add_psramDan Halbert
2020-08-25Merge remote-tracking branch 'adafruit/main' into native_wifiScott Shawcroft
2020-08-21Add PSRAM support to ESP32S2Scott Shawcroft
2020-08-21Merge remote-tracking branch 'adafruit/main' into add_pwmioScott Shawcroft
2020-08-19Remove debug printsScott Shawcroft
2020-08-19SSL works until it runs out of memoryScott Shawcroft
2020-08-19Add debugging. Scanning doesn't crash but returns no results. Need to config ...Scott Shawcroft
2020-08-19Scanning WIP. Need to sort out supervisor memoryScott Shawcroft
2020-08-18Split pulseio.PWMOut into pwmioScott Shawcroft
2020-08-14Add PulseInLucian Copeland
2020-08-14Add PulseOutLucian Copeland
2020-08-11Init directlyScott Shawcroft
2020-08-10Fix writing sector 0 as the first write.Scott Shawcroft
2020-07-22Add PWMOutLucian Copeland
2020-07-06Add license to some obvious files.Diego Elio Pettenò
2020-06-26Remove debug printsScott Shawcroft
2020-06-24Turn off Idle WDT and speed up CPUScott Shawcroft
2020-06-24Add initial I2C support, not quite working fully thoughScott Shawcroft
2020-06-09Redid formula for calculating subticksDavePutz
2020-06-08Correct ticks being returned from port_get_raw_ticks()DavePutz
2020-06-03Fix up end of file and trailing whitespace.Diego Elio Pettenò
2020-05-28A number of small ESP32S2 fixes:Scott Shawcroft
2020-05-28Update ESP IDFScott Shawcroft
2020-05-19Fully implement digitalio and pin-in-use tracking.Scott Shawcroft
2020-05-18Update TinyUSB and shorten USB task delayScott Shawcroft
2020-05-15Initial ESP32S2 port.Scott Shawcroft