Commit Graph

  • 31510f4e17 IDF release/v4.4 c29343eb94 (#6493) Me No Dev 2022-03-28 18:17:59 +03:00
  • aa783e6ac4 Reordering - HardwareSerial Constructor (#6492) Rodrigo Garcia 2022-03-28 11:04:38 -03:00
  • 9d188f5c67 Add S3 in Headline (#6491) Jason2866 2022-03-28 14:48:45 +02:00
  • 51040cc4eb Fix linking failure for space in path in PlatformIO builder scripts (#6464) Maximilian Gerhardt 2022-03-28 14:48:13 +02:00
  • c26e3f4299 Adds HardwareSerial::setRxTimeout() (#6397) Gonzalo Brusco 2022-03-28 08:18:30 -03:00
  • ab34321a16 add variant init code for the feather s2 tft (#6447) Limor "Ladyada" Fried 2022-03-28 05:58:25 -04:00
  • 8ee5f0a11e Esp32 s3 support (#6341) Me No Dev 2022-03-28 12:09:41 +03:00
  • 3f79097d5f Add Preferences library API and tutorial documents (#6442) Xylopyrographer 2022-03-28 03:02:10 -06:00
  • e03a9f5c53 (boards.txt) Add partition scheme menu for WeMos WiFi&Bluetooth Battery (#6479) Stefano Garuti 2022-03-28 10:48:41 +02:00
  • 528c071299 Adding sectorsize() and numSectors() to SD (#6457) tobozo 2022-03-28 10:46:15 +02:00
  • 7b89b39e10 Edited VFSFileImpl::read to use both read/fread (#6456) Jan Procházka 2022-03-28 10:44:10 +02:00
  • 905f8f2991 Warns about SSP only available for ESP32 (#6455) Rodrigo Garcia 2022-03-28 05:43:10 -03:00
  • c25feca639 Change "python" to "python3" (#6448) ThousanDIY 2022-03-28 17:42:14 +09:00
  • 6014ff433f Fixes USB CDC setRxBufferSize(), begin(), _onRX() (#6413) Rodrigo Garcia 2022-03-28 05:40:02 -03:00
  • 77e95311e0 Adds HardwareSerial::setTxBufferSize() (#6383) Gonzalo Brusco 2022-03-28 05:37:12 -03:00
  • 8fe0efe8c0 Fix boot freeze when trying to init PSRAM on Pico D4 (#6434) s-hadinger 2022-03-23 12:10:21 +01:00
  • 0b10c8b79e [Docs] Added the guideline for documentation (#6409) Pedro Minatel 2022-03-18 16:28:18 +00:00
  • e1540e64a6 Fix compiler warnings 0xFEEDC0DE64 2022-03-17 18:12:53 +01:00
  • a1fa8dc1eb Changes needed to compile again with new idf 0xFEEDC0DE64 2022-03-17 14:45:21 +01:00
  • d977359e34 Added another overloaded WiFiSTAClass::begin() function that provides… (#6398) John P. Swensen 2022-03-15 07:34:15 -07:00
  • ba8024c0d2 Some board variant fixes (#6411) Limor "Ladyada" Fried 2022-03-14 06:45:16 -04:00
  • e87b87d04c Add missing include in AsyncUDP.h (#6412) mrengineer7777 2022-03-14 05:44:24 -05:00
  • 9b9744f25f publish.yml: Limit the running scope of the publish Workflow. (#6428) Abdelatif Guettouche 2022-03-14 11:30:33 +01:00
  • 68daea4a4a Implemented tone and noTone; fixes #980 (#6402) Tomáš Pilný 2022-03-10 16:26:30 +01:00
  • 52e018198b publish.yml: Remove the debug job and fix an error in the workflow. (#6408) Abdelatif Guettouche 2022-03-10 14:41:02 +01:00
  • 883241229e Allows setting only one pin (rx or tx) in the first begin() (#6394) Rodrigo Garcia 2022-03-10 10:33:27 -03:00
  • 9b00d4ae6b Fixed the antenna GPIO argument (#6392) Pedro Minatel 2022-03-10 13:32:13 +00:00
  • 66596fa581 Fix ledc panic’ed when wrong setup of frequency and bit width (#6371) P-R-O-C-H-Y 2022-03-10 14:30:57 +01:00
  • 02a3a71e7c CameraWebServer fix (#6370) Vojtěch Bartoška 2022-03-10 14:29:56 +01:00
  • 3a7dfa14db Fixes rmtDeinit() and tests RX/TX before operations (#6369) Rodrigo Garcia 2022-03-10 10:19:15 -03:00
  • 96f8f5e3ef Add initial hardware testing support (#6313) Abdelatif Guettouche 2022-03-10 13:45:26 +01:00
  • 0bfbfd527d Fixes to work again with old idf too 0xFEEDC0DE64 2022-03-05 15:26:17 +01:00
  • 9f58515d7f Fix compiling after esp-idf update by removing openssl as dependency 0xFEEDC0DE64 2022-03-04 16:23:40 +01:00
  • 4da1051266 Bugfix of the following problems: Invalid variable argument list used to retrieve length. If length is greater or equal than the available buffer, a memory leak will happen because va_end() is missing. (#6360) Andreas Merkle 2022-03-02 14:25:59 +01:00
  • 7d4992a811 Adds C++ std::function to Serial.onReceive() (#6364) Rodrigo Garcia 2022-03-02 10:20:43 -03:00
  • 95b8e7e42b Fixes DHCP Server Lease Range for any AP Server Static IP Address (#6296) Rodrigo Garcia 2022-03-02 10:19:05 -03:00
  • e8d6050a7b Implemented new types of SmartConfig (#6367) P-R-O-C-H-Y 2022-03-02 14:18:20 +01:00
  • 683dbf3b1b Added ESP32-WROOM-DA module to boards.txt (#6361) Pedro Minatel 2022-03-02 13:17:18 +00:00
  • c2e5957f35 Update esp32-hal-log.h (#6358) Verkehrsrot 2022-02-28 15:50:07 +01:00
  • eae67a9fb4 WiFi DA: Added Dual Antenna to the docs and example created (#6357) Pedro Minatel 2022-02-28 14:48:51 +00:00
  • 52575d63f4 Fixed wifiBegin to fail wfile connecting to same AP without previous disconnecting (#6359) P-R-O-C-H-Y 2022-02-28 15:47:06 +01:00
  • d1f0d6c0fc Added more details about PlatformIO (#5540) Pedro Minatel 2022-02-28 13:06:28 +00:00
  • bf58ab65e9 Because QName max. size is 256, the QNameLength range must be able to address it. Therefore the datatype was changed to uint16_t. (#6354) Andreas Merkle 2022-02-28 13:42:48 +01:00
  • c280225738 fix final rev pins (#6353) Limor "Ladyada" Fried 2022-02-28 07:31:00 -05:00
  • 4f7e88a177 Fixes build error if TAG is const (#6351) Verkehrsrot 2022-02-28 13:30:33 +01:00
  • f9d142def6 Fixes after idf rebase 0xFEEDC0DE64 2022-02-24 14:54:57 +01:00
  • b254765ef8 add lolin s2 pico board def (#6325) WEMOS Electronics 2022-02-24 07:03:03 +08:00
  • 8899de760a Add new board (Deneyap Kart 1A) (#6324) Zeynep Dicle 2022-02-24 02:02:35 +03:00
  • 524279d468 Merge pull request #6343 from Ouss4/dummy-selfhosted Me No Dev 2022-02-24 01:00:48 +02:00
  • f319804521 .github/workflows: Remove the slefhost runner test. Abdelatif Guettouche 2022-01-07 00:50:43 +01:00
  • 2884215f85 Documentation for DAC peripheral (#6337) P-R-O-C-H-Y 2022-02-23 15:00:16 +01:00
  • a57cac63e4 Timer API docs + esp32-hal-timer.h edit (#6335) P-R-O-C-H-Y 2022-02-23 14:59:20 +01:00
  • de6994187d LEDC & SigmaDelta documentation (#6330) P-R-O-C-H-Y 2022-02-23 14:58:27 +01:00
  • 491444c15a [Docs] Added more details about embedded FLASH and PSRAM on ESP32-S3. (#6321) Pedro Minatel 2022-02-23 13:57:31 +00:00
  • a135169176 Added ADC API doc + simple example (#6301) P-R-O-C-H-Y 2022-02-23 14:45:19 +01:00
  • b5f3d6c836 Update doc: Arduino as IDF component; fixes #5833 (#6299) Tomáš Pilný 2022-02-23 14:24:40 +01:00
  • d5e8c9dddc Make USBHIDKeyboard::sendReport() public (#6322) tobozo 2022-02-21 14:16:24 +01:00
  • 65cfab7868 add lolin s2 mini board def (#6320) WEMOS Electronics 2022-02-21 20:18:09 +08:00
  • 4517b9c8fc The M5Core2 and M5Tough have 40 pins (#6315) Patrick Grawehr 2022-02-21 09:24:14 +01:00
  • dad946a641 Add partition scheme menu for AI Thinker ESP-CAM boards (#6310) HACKER3000 2022-02-21 09:23:33 +01:00
  • 7c58696223 add lolin c3 mini board def (#6306) WEMOS Electronics 2022-02-21 16:22:43 +08:00
  • 02a70bbd21 fixed http.end taking too long (#6277) Yiğit 2022-02-21 11:03:25 +03:00
  • 50e9772ecf Fixes UART pin setting + adds CTS/RTS HW Flow Control (#6272) Rodrigo Garcia 2022-02-16 22:28:46 -03:00
  • 01303b700d ADC esp32s2 attenuation fix for DAC pins (#6282) P-R-O-C-H-Y 2022-02-16 14:45:06 +01:00
  • 4900979906 Added documentation for the Arduino IDE tools menu (#6284) Pedro Minatel 2022-02-16 13:43:21 +00:00
  • c7cc5c90eb GPIO refactoring (#6259) P-R-O-C-H-Y 2022-02-16 13:43:38 +01:00
  • 70b7c3afcb Add Ethernet to CMakeLists (#6261) copercini 2022-02-16 09:29:13 -03:00
  • e83a9b5f60 Adds BLE examples to ESP32-C3 CI cycle (#6285) Rodrigo Garcia 2022-02-16 09:25:39 -03:00
  • 7be846cb23 Fixes softAPConfig() return (#6294) Rodrigo Garcia 2022-02-16 08:51:21 -03:00
  • 2c7052a64c Installing.rst_update (#6292) Vojtěch Bartoška 2022-02-16 12:34:51 +01:00
  • c99f594b63 Fix Check for _cookieJar in HTTPClient (#6266) (#6280) BBsan 2022-02-16 11:08:24 +01:00
  • 05d8cddee7 Fix CDC+JTAG is disabled when WiFi is used on ESP32-C3 (#6287) Me No Dev 2022-02-16 09:30:59 +02:00
  • c4954dd582 Fix compile with Arduino lib builder (#6244) Jason2866 2022-02-07 15:31:38 +01:00
  • 4cbb7389db Support the updated MbedTLS in ESP-IDF v4.4 (#6243) Me No Dev 2022-02-07 13:42:22 +02:00
  • ab6e010c20 HttpClient: Add cookie support (cookie jar) (#6216) mattsches1 2022-02-05 12:04:57 +01:00
  • 7eec41dcb5 Fixes Touch Sensor for ESP32-S3 and any future SoC (#6234) Rodrigo Garcia 2022-02-05 06:54:01 -03:00
  • 9dbc908784 FIX ledc on ESP32C3 (#6229) P-R-O-C-H-Y 2022-02-04 14:55:28 +01:00
  • 9b066ea61c Added dual antenna for WiFi (based on the ESP32-WROOM-DA module) (#6226) Pedro Minatel 2022-02-03 18:56:25 +00:00
  • bb4d9027dd add feather esp32 v2 and qtpy c3 board def (#6223) Limor "Ladyada" Fried 2022-02-03 13:10:54 -05:00
  • 1046f59f6b Upload to the component registry (#6203) Dmitry Bondarenko 2022-02-03 21:09:18 +03:00
  • 6591f5bd4c Fix replace() failing (#6224) s-hadinger 2022-02-03 19:07:34 +01:00
  • 0ea485e518 Touch Sensor IDF Refactoring (#6194) Rodrigo Garcia 2022-02-03 14:06:12 -03:00
  • 3a96fc0e4a framebuffer location for no-psram boards (#6219) René Bohne 2022-02-01 12:59:32 +01:00
  • 5be3ff74ea Unnecessary operation removed from map() in WMath.cpp (#6218) IanSC 2022-02-01 19:26:52 +08:00
  • dafdc05249 Docs cleanup and version updated to 2.0.2 (#6213) Pedro Minatel 2022-02-01 09:24:06 +00:00
  • ef35baffb0 Fix random CaptivePortal.ino crashes (#6206) Patrick Behal 2022-01-31 12:25:43 +01:00
  • 7a6dae02aa Refactor the CI scripts (#6191) Abdelatif Guettouche 2022-01-31 12:15:10 +01:00
  • 9f08cf4767 Update RequestHandlersImpl.h (#6179) Matthias Hertel 2022-01-31 12:09:04 +01:00
  • 96a5ddcd0e Allow HTTPCLIENT_1_1_COMPATIBLE to be disabled (#6200) Clemens Kirchgatterer 2022-01-31 12:08:09 +01:00
  • 9fe34f6553 Resolve WString TODO (#6190) mrengineer7777 2022-01-31 05:07:37 -06:00
  • cbeb7c4df8 Add conditional include to WiFiProv.h (#6192) mrengineer7777 2022-01-31 05:06:39 -06:00
  • 754ceddf48 added explanatory comments to WebServer.h (#6204) Enes Şimşek 2022-01-31 14:04:29 +03:00
  • 39a2080922 Fixes onReceive deadlock (#6201) Rodrigo Garcia 2022-01-31 08:03:43 -03:00
  • 9555ed4b76 Use 8.4.0+2021r2-patch2 toolchains for CI (#6184) Jason2866 2022-01-31 12:02:34 +01:00
  • 0d665d7e55 fix: restoring handshake timeout (#6165) (#6166) Vlasta Hajek 2022-01-31 12:01:32 +01:00
  • bb7df04446 Fix - SD mount issue (#6162) P-R-O-C-H-Y 2022-01-31 12:01:01 +01:00
  • ce68d72157 Fixes UART1 and UART2 default pins for ESP32-S3 (#6202) Rodrigo Garcia 2022-01-31 07:46:09 -03:00
  • 59d3f4bd4f Fixed shitty arduino compile with newer idf 0xFEEDC0DE64 2022-01-29 21:10:02 +01:00
  • 6a7bcabd6b Update Windows Toolchain me-no-dev 2022-01-21 01:15:38 +02:00
  • a61609376a .github/scripts: Fix indentation and trailing spaces. (#6157) Abdelatif Guettouche 2022-01-20 12:15:12 +01:00