| Age | Commit message (Expand) | Author |
| 2021-03-22 | swap recvfrom_into() port byte-order | anecdata |
| 2021-03-19 | Fix PWMOut non-error handling and never reset | Dan Halbert |
| 2021-03-18 | merge from upstream | Dan Halbert |
| 2021-03-16 | More formatting | gamblor21 |
| 2021-03-16 | Formatting fixes | gamblor21 |
| 2021-03-15 | Merge branch 'main' into rp_dp_parallel | Mark |
| 2021-03-15 | run code formatting script | microDev |
| 2021-03-12 | put back pullup setting | Dan Halbert |
| 2021-03-11 | Add frequency support to parallel bus | gamblor21 |
| 2021-03-11 | fix unnecessary statement order change | Dan Halbert |
| 2021-03-11 | use return values in STM PWMOut constructor, not exceptions | Dan Halbert |
| 2021-03-07 | restore install/delete for i2c driver | Dan Halbert |
| 2021-03-04 | fix watchdog deinit | microDev |
| 2021-02-15 | Merge remote-tracking branch 'adafruit/main' into secondary-cdc | Dan Halbert |
| 2021-02-15 | is_free should not check never_reset | Lucian Copeland |
| 2021-02-11 | merge from upstream; complicated webusb merge | Dan Halbert |
| 2021-02-09 | Merge pull request #4159 from dhalbert/disable-brownout-before-deep-sleep-4025 | Dan Halbert |
| 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 | Fix LWIP connect error report | Lucian Copeland |
| 2021-02-05 | Make timeout core types consistent | Lucian Copeland |
| 2021-02-04 | Add I2S pin claiming | Lucian Copeland |
| 2021-02-03 | Initial commit. Edited error messages in .c files | BiffoBear |
| 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-30 | Fix default timeout | Lucian Copeland |
| 2021-01-29 | Fix documentation builds | Lucian Copeland |
| 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 | 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-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-18 | fix case of connecting when wifi is stopped | anecdata |
| 2021-01-17 | check connected before connecting | anecdata |
| 2021-01-17 | Revert "UMFEATHERS2 - implement use of DotStar for status led" | jerryneedell |
| 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 |
| 2021-01-13 | Retry on all disconnect reasons other than: 2 exception reasons & 1 manual di... | anecdata |
| 2021-01-13 | Complete non-blocking implementations, add socket close checking | Lucian Copeland |
| 2021-01-12 | WIP of non-blocking calls | Lucian Copeland |