Commit Graph

  • f607edea13 proper return types 0xFEEDC0DE64 2021-11-03 19:02:30 +01:00
  • caa8d07aaf yay for esp32-s2 mini module with PSRAM :) (#5811) Limor "Ladyada" Fried 2021-10-26 15:26:32 -04:00
  • 15bbd0a187 Add ALPN support to WiFiClientSecure (#5633) 2.0.1-RC1 Anthony Elder 2021-10-25 07:20:47 +01:00
  • 02c3ec01cc remove _user_defined_size from EEPROM (#5775) Hideaki Tai 2021-10-25 15:15:47 +09:00
  • cb5a490616 Correct CDC on boot custom menu for Deneyap Mini (#5767) George White 2021-10-25 02:13:48 -04:00
  • f257d6f126 IDF release/v4.4 2720d45e71 (#5801) Me No Dev 2021-10-25 09:12:37 +03:00
  • aabbed0bbc analogRead() now return value according to value set in analogReadResulotion() (#5776) P-R-O-C-H-Y 2021-10-24 12:01:05 +02:00
  • a418058a66 log statement missing parameter #5778 (#5796) Rodrigo Garcia 2021-10-23 11:34:00 -03:00
  • 96ad341451 Merge pull request #5795 from SuGlider/esp_eth_clear_default_handlers Rodrigo Garcia 2021-10-22 22:13:08 -03:00
  • 2673b88582 removes deprecated esp_eth_set_default_handlers() Rodrigo Garcia 2021-10-22 21:56:14 -03:00
  • 67c99142d2 Allows spiram malloc with wifi dynamic buffers - better free heap (#5791) Rodrigo Garcia 2021-10-21 20:22:20 -03:00
  • 951c8bece5 libraries/SPI/src/SPI.h: SPIClass: add method to get SS pin number (#5788) michlv 2021-10-21 14:48:55 +01:00
  • 4413dbbd87 IDF master 4e03a9c34c (#5792) Me No Dev 2021-10-21 16:27:28 +03:00
  • ed53b6c8d4 Merge pull request #5746 from espressif/i2c-slave Me No Dev 2021-10-14 12:52:20 +03:00
  • 2e53300da5 IDF master b86fe0c66c Me No Dev 2021-10-14 12:51:25 +03:00
  • 64c7f746fd Merge pull request #5753 from pedrominatel/docs/troubleshooting_python_not_found Pedro Minatel 2021-10-14 09:48:15 +01:00
  • 1049be7d56 Merge branch 'master' into docs/troubleshooting_python_not_found Pedro Minatel 2021-10-14 09:37:12 +01:00
  • 34c81be93b IDF master b86fe0c66c me-no-dev 2021-10-13 18:21:12 +00:00
  • 2fb2ef54ce Calculate properly Firmware MSC fat table sectors me-no-dev 2021-10-13 15:39:36 +03:00
  • 49f525c91d Added Python is missing on the troubleshooting section pedro.minatel 2021-10-12 12:31:26 +01:00
  • b145e65975 API Optimizations me-no-dev 2021-10-11 14:46:31 +03:00
  • 951c32056a Merge branch 'master' into i2c-slave Me No Dev 2021-10-11 13:13:13 +03:00
  • 7a7bd37e51 feat: Add the ability to get the peer certificate of an SSL connection Me No Dev 2021-10-11 13:04:13 +03:00
  • a75602dc68 Add support M5Stack Unit CAM (#5748) otakuto 2021-10-11 19:01:10 +09:00
  • 88789cd817 Fix build error when compiling with verbose logging (#5747) Uri Shaked 2021-10-11 13:00:25 +03:00
  • 335cedf4f7 Update CMakeLists.txt me-no-dev 2021-10-09 14:37:10 +03:00
  • f9f70d2f73 I2C Slave Implementation me-no-dev 2021-10-09 14:30:20 +03:00
  • 5b207104aa Fix: SD_MMC deinit (#5732) P-R-O-C-H-Y 2021-10-09 13:12:25 +02:00
  • 1706af4656 Add the ability to get the peer certificate of an SSL connection; useful for IoT when the root/cert trust chain has a shorter lifecylce than the device itself. Includes example Dirk-Willem van Gulik 2021-10-08 14:20:43 +02:00
  • c9ca6f199b HardwareSerial int8 vs uint8 fixes 0xFEEDC0DE64 2021-10-04 13:22:53 +02:00
  • bd54ee442b Remove git submodule update (#5696) Michał Szczepaniak 2021-10-01 17:11:59 +02:00
  • 00214d5c2a IDF master 3e370c4296 Me No Dev 2021-10-01 17:52:29 +03:00
  • 381e88ec75 [UART] check if write data is valid me-no-dev 2021-10-01 17:36:59 +03:00
  • f87107dedb Implement Thread-Safe I2C based on ESP-IDF API (#5683) Me No Dev 2021-10-01 17:34:20 +03:00
  • ce85cf03cc added comment for user clarity (#5724) Akash Mankar 2021-10-01 16:17:42 +02:00
  • f2a20e8a38 SD.open() new feature for creating all folders in path (#5721) P-R-O-C-H-Y 2021-10-01 16:16:59 +02:00
  • c5bb8334d7 include pin_arduino.h for variant USB defines (#5719) Ha Thach 2021-10-01 20:15:15 +07:00
  • 6de7f16f28 update adafruit boards for 2.0 (#5718) Ha Thach 2021-10-01 20:14:50 +07:00
  • 1688b7c179 Fix analogWidth for ESP32S2 in esp32-hal-adc.c (#5711) Carter Nelson 2021-10-01 06:13:24 -07:00
  • 36ff442698 bugfix: off-by-one error (#5648) kokke 2021-10-01 14:48:35 +02:00
  • 93f10609f4 SDMMC frequency selection based on board type (#5688) Serguei S. Dukachev 2021-10-01 15:48:20 +03:00
  • 67583e84d6 Return size_t instead of uint8_t from BLECharacteristic::getLength(). Allows large MTU to be used. (#5687) Felix Collins 2021-10-02 01:47:42 +13:00
  • 108e467164 Enable progress bar on ArduinoOTA upload (platform.txt) (#5657) Thomas Bertels 2021-10-01 14:06:55 +02:00
  • 91bca6c074 Fix compilation of HardwareSerial.cpp (#5677) Clemens Kirchgatterer 2021-10-01 14:06:16 +02:00
  • 204f360dce Append '/' to an URL with empty path in HTTPClient::begin (#5634) long_long_float 2021-10-01 21:04:09 +09:00
  • 3f06a38f69 SD_MMC max_freq_khz is set to HIGHSPEED by default (#5631) Danylo Ulianych 2021-10-01 15:03:38 +03:00
  • 2f6f251400 Fixes boards.txt entries for the atmegazero_esp32s2, and also the platform.txt --flash_size which is not letting the board compile due to its 32MB size. (#5673) Eddie Espinal 2021-10-01 07:39:08 -04:00
  • e4acfbc54a only use ksz8081 for idf versions later than 4.3 (this fixes compile as component for idf 4.3) (#5599) liebman 2021-10-01 04:38:45 -07:00
  • 79d53bdc4c Update ESP.getChipModel() to support ESP32-S2 (#5598) Marius Kintel 2021-10-01 07:37:17 -04:00
  • f3f6dad14a TTGO T-OI PLUS RISC-V ESP32-C3 Development Board Added (#5576) thambirm 2021-10-01 16:54:44 +05:30
  • 0f174aae88 Update stale.yml VojtechBartoska 2021-09-30 17:12:45 +02:00
  • 317be68cef Merge pull request #5685 from pedrominatel/docs/integration_with_wokwi Pedro Minatel 2021-09-21 15:31:44 +01:00
  • 1f4dd7f131 Merge branch 'master' into docs/integration_with_wokwi Pedro Minatel 2021-09-21 14:55:27 +01:00
  • 8be2f7b1cc Changes according to the PR review pedro.minatel 2021-09-21 14:34:21 +01:00
  • 9f827a66d5 Update README.MD - "Type: For reference" labels link (#5619) Vojtěch Bartoška 2021-09-21 10:36:36 +02:00
  • e1cdbd7816 Minor changes on the blink tutorial pedro.minatel 2021-09-20 12:39:05 +01:00
  • 7a35be3e7e Added blink example with Wokwi embedded simulation pedro.minatel 2021-09-20 12:00:52 +01:00
  • 078671d273 [HWCDC] Improve HW CDC Implementation (#5643) Me No Dev 2021-09-15 19:37:09 +03:00
  • 541cef9149 [USB CDC] Fix data might not be transmitted until more is written (#5652) Me No Dev 2021-09-15 15:23:11 +03:00
  • 6dfaf6cdd4 Add dummy test for self hosted GitHub runners (#5521) Tomas Sebestik 2021-09-15 14:02:04 +02:00
  • b0223be116 Removed shitty random utilities 0xFEEDC0DE64 2021-09-05 21:09:19 +02:00
  • 92ce408f4c Merge pull request #5616 from pedrominatel/docs/update_for_release_2-0-0 Pedro Minatel 2021-08-31 12:16:57 +01:00
  • 453af3800c Supported devices table updated due the 2.0.0 release pedro.minatel 2021-08-31 11:29:10 +01:00
  • 44c11981d2 Added UM FeatherS2 Neo to boards.txt and added appropriate variants. (#5615) 2.0.0 Unexpected Maker 2021-08-31 16:28:56 +10:00
  • 9eea85f9ff Check if m_pServerCallbacks is not null before calling method. (#5603) Mark 2021-08-30 23:20:02 -07:00
  • 24b76cbb14 Add string constructor and concat routines taking explicit length args (#5586) rcombs 2021-08-31 01:12:27 -05:00
  • 4a55ff970d Add support for the hardware CDC in ESP32-C3 (#5614) Me No Dev 2021-08-31 08:47:55 +03:00
  • a62979d8a0 Add missing upload.flags (#5589) Francisco de los Ríos 2021-08-25 09:40:13 +02:00
  • 1f59c5abec Adds HardwareSerial::setRxBufferSize() (#5583) Rodrigo Garcia 2021-08-24 02:21:20 -03:00
  • 0730e0ec93 Include nvs_commit() on three methods (#5309) beamholder 2021-08-23 12:23:42 -06:00
  • c45cff5f83 Implement USB HID Device Support for ESP32-S2 (#5538) 2.0.0-rc2 Me No Dev 2021-08-23 17:27:34 +03:00
  • b1d072df9f Implements UART SerialHardware Refactoring on top of IDF (#5549) Rodrigo Garcia 2021-08-23 11:25:33 -03:00
  • 929cf2c2d5 Add ATMegaZero ESP32-S2 microcontroller (#5569) Eddie Espinal 2021-08-23 10:21:48 -04:00
  • 87853353db Add SparkFun ESP32 MicroMod microcontroller (#5556) Sean Hagen 2021-08-23 07:20:35 -07:00
  • e265bd0d7c Add new board (Deneyap Mini) (#5531) Zeynep Dicle 2021-08-23 17:20:21 +03:00
  • 94809ce38b fix: timerRead() is returning the last read value, not the actual #3434 (#5498) Lori 2021-08-23 16:19:37 +02:00
  • 29455a0447 Fix issue #5507 "Constructor WebServer::WebServer(IPAddress addr, int… (#5509) Tim 2021-08-23 22:51:06 +10:00
  • 78499c459b Added Franzininho WiFi board support (#5570) Pedro Minatel 2021-08-23 13:43:17 +01:00
  • ce680708ec Fixed the external link to a new tab (LOLIN boards) (#5571) Pedro Minatel 2021-08-23 13:41:07 +01:00
  • 90c01dab77 Fix build error in ESP-IDF Me No Dev 2021-08-19 13:54:10 +03:00
  • 000d967db3 Merge pull request #5547 from pedrominatel/docs/wemos_boards Pedro Minatel 2021-08-18 12:19:22 +01:00
  • 44dd99f5a5 Merge branch 'master' into docs/wemos_boards Pedro Minatel 2021-08-18 12:00:52 +01:00
  • b580bb23fd Add log_buf to pretty print buffers me-no-dev 2021-08-17 17:01:16 +03:00
  • a7ea737f30 Added LOLIN boards o the boards list. pedro.minatel 2021-08-16 09:35:36 +01:00
  • 2af8cc3485 Fixes Touchpad Interrupt (#5527) Rodrigo Garcia 2021-08-12 04:05:47 -03:00
  • e5bd18d6aa Fix I2C Scan for S2 and C3 (#5528) Me No Dev 2021-08-12 10:03:33 +03:00
  • a4118ea889 Add ET-Board BUILTIN_LED pin (#5490) ketri2484 2021-08-11 20:32:37 +09:00
  • c4fcab28e4 Fix issue #5506 "WebServer serveStatic () can cause LoadProhibited exception in _svfprintf_r" (#5508) Tim 2021-08-11 21:31:07 +10:00
  • 0acbe781f5 Increase default timeout for WiFiClient from 3ms to 3s (#5496) Drzony 2021-08-11 13:17:38 +02:00
  • 0b0dfab3cf Fix race in log_printf (#5523) Me No Dev 2021-08-11 13:46:08 +03:00
  • 5fd737925f Fix wrong attenuation being set to pins (#5522) Me No Dev 2021-08-11 13:05:26 +03:00
  • 8e447f5cd5 Removed arduino's delay() 0xFEEDC0DE64 2021-08-09 16:15:21 +02:00
  • 5bb8177aa1 Add initial support for USB MSC (#5466) Me No Dev 2021-08-02 15:35:13 +03:00
  • be84c8219c [WiFiClient] Default connection timeout, when no timeout provided (#5487) Krzysiek S 2021-08-02 14:05:44 +02:00
  • 31127f4260 Support for Transfer-Encoding headers that specify "identify" (#5486) t-oot 2021-08-02 21:04:48 +09:00
  • 4365a45401 Fix WiFi Deinit bug me-no-dev 2021-08-02 14:57:55 +03:00
  • 023ae75b97 Rework pulseIn to work on ESP32-C3 me-no-dev 2021-08-02 14:53:11 +03:00
  • a84e0538ff Removed more arduino bullshit defines 0xFEEDC0DE64 2021-07-29 16:41:12 +02:00
  • c5a1f3efd7 Corrected CLASSIC_BT_ENABLED to CONFIG_BT_CLASSIC_ENABLED. (#5471) pulquero 2021-07-29 13:06:43 +01:00
  • 9406f8e464 Weaken tinyusb callbacks (#5475) chegewara 2021-07-29 13:52:30 +02:00