| Age | Commit message (Expand) | Author |
| 2021-02-15 | is_free should not check never_reset | Lucian Copeland |
| 2021-02-09 | Merge pull request #4159 from dhalbert/disable-brownout-before-deep-sleep-4025 | Dan Halbert |
| 2021-02-08 | Merge pull request #4124 from m4tk/main | Scott Shawcroft |
| 2021-02-08 | Merge pull request #4139 from hierophect/socket-accept-conn | Dan Halbert |
| 2021-02-08 | Merge pull request #4136 from hierophect/socket-portmax | Dan Halbert |
| 2021-02-08 | turn off brownout before deep sleep | Dan Halbert |
| 2021-02-08 | Merge pull request #4148 from Neradoc/fix-recv_into | Lucian Copeland |
| 2021-02-07 | ESP32S2: Socket.recv_into only took len-1 bytes | Neradoc |
| 2021-02-05 | Connect accepted sockets | Lucian Copeland |
| 2021-02-05 | Merge pull request #4128 from hierophect/esp32s2-i2s-claimpin | Scott Shawcroft |
| 2021-02-05 | Fix LWIP connect error report | Lucian Copeland |
| 2021-02-05 | Make timeout core types consistent | Lucian Copeland |
| 2021-02-05 | LCD_MISO is not connected on board | m4tk |
| 2021-02-04 | Add I2S pin claiming | Lucian Copeland |
| 2021-02-04 | Add display init code for Lilygo TTGO T8 ESP32-S2 | m4tk |
| 2021-02-03 | Merge branch 'main' into webusb (trying to get CI back online) | Kevin Banks |
| 2021-02-03 | Initial commit. Edited error messages in .c files | BiffoBear |
| 2021-02-01 | Moving control of USB compile-time options down to the BOARD level | Kevin Banks |
| 2021-02-01 | Default WebUSB to OFF because other ports are not ready for it yet | Kevin Banks |
| 2021-02-01 | Merge remote-tracking branch 'upstream/main' into sslsocket | Lucian Copeland |
| 2021-02-01 | Fix hash, close, error bugs | Lucian Copeland |
| 2021-01-31 | Merge pull request #4077 from netroy/lilygo-ttgo-t8-esp32-s2 | Scott Shawcroft |
| 2021-01-31 | Add support for Lilygo TTGO T8 ESP32-S2 | Aditya |
| 2021-01-30 | Fix default timeout | Lucian Copeland |
| 2021-01-29 | Fix documentation builds | Lucian Copeland |
| 2021-01-28 | Partially hard-coded VENDOR descriptor has been added. First build to be acce... | Kevin Banks |
| 2021-01-26 | Merge pull request #4047 from kmatch98/esp32s2_ParallelBus | Scott Shawcroft |
| 2021-01-26 | Fix stubs error, out of sockets error, invalid TLS leak | Lucian Copeland |
| 2021-01-25 | Most of the code we need has been pulled in from the tinyusb webusb_serial de... | Kevin Banks |
| 2021-01-25 | Fixed bug in pin error handling, deleted debug prints | Kevin Matocha |
| 2021-01-25 | Allow pins >= 32, allow write pin on different register than data pins | Kevin Matocha |
| 2021-01-25 | Separate Socket and SSLSocket, add LWIP connect | Lucian Copeland |
| 2021-01-24 | CIRCUITPY_* switches for JSON, RE, etc. Doc cleanup | Dan Halbert |
| 2021-01-23 | Delete unnecessary comments | Kevin Matocha |
| 2021-01-22 | Remove redundant clear_write, add make translate | Kevin Matocha |
| 2021-01-22 | Add initial ParallelBus support for ESP32-S2 | Kevin Matocha |
| 2021-01-22 | Merge branch 'main' into connect | Dan Halbert |
| 2021-01-21 | Merge pull request #3854 from hierophect/esp-tcpserver | hierophect |
| 2021-01-21 | 1. check enabled before scan; 2. make start-station() the single control poin... | anecdata |
| 2021-01-20 | Merge pull request #4011 from dheera/main | Scott Shawcroft |
| 2021-01-18 | fix case of connecting when wifi is stopped | anecdata |
| 2021-01-18 | ESP32-S2: Initialize touch in proper order | Dan Halbert |
| 2021-01-17 | check connected before connecting | anecdata |
| 2021-01-17 | Revert "UMFEATHERS2 - implement use of DotStar for status led" | jerryneedell |
| 2021-01-16 | prevents going into safe mode for watchdog resets | dheera |
| 2021-01-15 | Merge pull request #3992 from anecdata/reason4 | Scott Shawcroft |
| 2021-01-15 | Merge remote-tracking branch 'upstream/main' into esp-tcpserver | Lucian Copeland |
| 2021-01-14 | Add pin A1 as alias for AD1; A1 is preferred | Dan Halbert |
| 2021-01-14 | Merge remote-tracking branch 'upstream/main' into esp-tcpserver | Lucian Copeland |
| 2021-01-13 | Rename to match WIFI_REASON. Also return specific reason code. | anecdata |