summaryrefslogtreecommitdiff
path: root/ports/esp32s2/common-hal
AgeCommit message (Expand)Author
2021-03-22swap recvfrom_into() port byte-orderanecdata
2021-03-19Fix PWMOut non-error handling and never resetDan Halbert
2021-03-18merge from upstreamDan Halbert
2021-03-16More formattinggamblor21
2021-03-16Formatting fixesgamblor21
2021-03-15Merge branch 'main' into rp_dp_parallelMark
2021-03-15run code formatting scriptmicroDev
2021-03-12put back pullup settingDan Halbert
2021-03-11Add frequency support to parallel busgamblor21
2021-03-11fix unnecessary statement order changeDan Halbert
2021-03-11use return values in STM PWMOut constructor, not exceptionsDan Halbert
2021-03-07restore install/delete for i2c driverDan Halbert
2021-03-04fix watchdog deinitmicroDev
2021-02-15Merge remote-tracking branch 'adafruit/main' into secondary-cdcDan Halbert
2021-02-15is_free should not check never_resetLucian Copeland
2021-02-11merge from upstream; complicated webusb mergeDan Halbert
2021-02-09Merge pull request #4159 from dhalbert/disable-brownout-before-deep-sleep-4025Dan Halbert
2021-02-08Merge pull request #4139 from hierophect/socket-accept-connDan Halbert
2021-02-08Merge pull request #4136 from hierophect/socket-portmaxDan Halbert
2021-02-08turn off brownout before deep sleepDan Halbert
2021-02-08Merge pull request #4148 from Neradoc/fix-recv_intoLucian Copeland
2021-02-07ESP32S2: Socket.recv_into only took len-1 bytesNeradoc
2021-02-05Connect accepted socketsLucian Copeland
2021-02-05Fix LWIP connect error reportLucian Copeland
2021-02-05Make timeout core types consistentLucian Copeland
2021-02-04Add I2S pin claimingLucian Copeland
2021-02-03Initial commit. Edited error messages in .c filesBiffoBear
2021-02-01Merge remote-tracking branch 'upstream/main' into sslsocketLucian Copeland
2021-02-01Fix hash, close, error bugsLucian Copeland
2021-01-30Fix default timeoutLucian Copeland
2021-01-29Fix documentation buildsLucian Copeland
2021-01-26Merge pull request #4047 from kmatch98/esp32s2_ParallelBusScott Shawcroft
2021-01-26Fix stubs error, out of sockets error, invalid TLS leakLucian Copeland
2021-01-25Fixed bug in pin error handling, deleted debug printsKevin Matocha
2021-01-25Allow pins >= 32, allow write pin on different register than data pinsKevin Matocha
2021-01-25Separate Socket and SSLSocket, add LWIP connectLucian Copeland
2021-01-23Delete unnecessary commentsKevin Matocha
2021-01-22Remove redundant clear_write, add make translateKevin Matocha
2021-01-22Add initial ParallelBus support for ESP32-S2Kevin Matocha
2021-01-22Merge branch 'main' into connectDan Halbert
2021-01-21Merge pull request #3854 from hierophect/esp-tcpserverhierophect
2021-01-211. check enabled before scan; 2. make start-station() the single control poin...anecdata
2021-01-18fix case of connecting when wifi is stoppedanecdata
2021-01-17check connected before connectinganecdata
2021-01-17Revert "UMFEATHERS2 - implement use of DotStar for status led"jerryneedell
2021-01-14Merge remote-tracking branch 'upstream/main' into esp-tcpserverLucian Copeland
2021-01-13Rename to match WIFI_REASON. Also return specific reason code.anecdata
2021-01-13Retry on all disconnect reasons other than: 2 exception reasons & 1 manual di...anecdata
2021-01-13Complete non-blocking implementations, add socket close checkingLucian Copeland
2021-01-12WIP of non-blocking callsLucian Copeland