summaryrefslogtreecommitdiff
path: root/ports/esp32s2
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-17Merge pull request #2879 from jepler/background-callbackJeff Epler
2020-07-16Merge pull request #3155 from jepler/esp32s2-parallel-buildScott Shawcroft
2020-07-15supervisor: factor supervisor_background_tasks from sundry portsJeff Epler
2020-07-15esp32s2: Use the device's EUI-48 address as unique IDJeff Epler
2020-07-15esp32s2: Take care to invoke the sub-build-system only onceJeff Epler
2020-07-06Add license to some obvious files.Diego Elio Pettenò
2020-07-01Merge pull request #3083 from tannewt/esp32s2_busioJeff Epler
2020-07-01Return false if we already have the lockScott Shawcroft
2020-06-30Remove fixed pointers and check UART returnScott Shawcroft
2020-06-29Fix other esp buildsScott Shawcroft
2020-06-27change CMake verision requirementjerryneedell
2020-06-26Remove debug printsScott 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-26Merge pull request #3072 from PTS93/patch-2Scott Shawcroft
2020-06-26Update minimum required cmake to 3.16Timon
2020-06-26Fix typo inserting IDF_PATH variableTimon
2020-06-25I2CPeripheral: Rename class and its moduleJeff Epler
2020-06-24Turn off Idle WDT and speed up CPUScott 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 UF2 build targetScott Shawcroft
2020-06-24Turn off stub so flash works over native usbScott 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-23supervisor.mk: Compute USB_DEVICES; remove from boards and portsJeff Epler
2020-06-23esp32s2: Disable USB MIDIJeff Epler
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-28Spill registers before scanning the stack.Scott Shawcroft
2020-05-28A number of small ESP32S2 fixes:Scott Shawcroft
2020-05-28Update ESP IDFScott Shawcroft
2020-05-26Merge remote-tracking branch 'adafruit/master' into esp32s2_digitalioScott Shawcroft
2020-05-22 allow PORT specifcation for esp32s2 flashingjerryneedell
2020-05-20Fix esp wroverScott Shawcroft
2020-05-19First try at critical section supportScott Shawcroft
2020-05-19Fully implement digitalio and pin-in-use tracking.Scott Shawcroft
2020-05-18Add commend about FreeRTOS stack canaryScott Shawcroft
2020-05-18Update TinyUSB and shorten USB task delayScott Shawcroft
2020-05-15Initial ESP32S2 port.Scott Shawcroft