Commit Graph

  • 9e7b13e46d WebServer.handleClient delay (#4350) lbernstone 2020-10-01 06:42:23 -06:00
  • 2243081f85 add I2C_RX_FIFO_OVF_INT_ST handling to i2c_isr_handler_default (#4342) lienbacher 2020-10-01 14:40:42 +02:00
  • 1f4491f4ee Updated AzureIoT submodule. (#4322) Tom Davis 2020-10-01 13:38:56 +01:00
  • aa529eb5a0 Fix getString() freeze on empty responses (#4317) wadim 2020-10-01 14:36:23 +02:00
  • a9cb7c6d6f mismatched parameter names. Fixes #4310 (#4313) lbernstone 2020-10-01 06:35:40 -06:00
  • 45d47e2be0 Fix duplicated pin constant (#4282) Fabrice 2020-10-01 14:31:56 +02:00
  • 99c94bb482 Set SD state to idle before unregister (reduces power) (#4272) lbernstone 2020-10-01 06:31:16 -06:00
  • f98fc7ee9f fix hwSerial tx only flush (#4263) Bert Melis 2020-10-01 14:30:45 +02:00
  • 0957776855 Reinit updater md5 related fields (#4260) Cristian Popescu 2020-10-01 15:29:58 +03:00
  • d93245d0f5 add m5stack-core2 board (#4255) Sean Kwok 2020-10-01 20:28:40 +08:00
  • c917ed2504 shallow clone to make installation faster (#4246) Dimitre 2020-10-01 08:43:48 -03:00
  • ee88c42c3b Add support for following redirects in HTTPClient (#4240) Clickau 2020-10-01 14:41:54 +03:00
  • 8d9d7bbca9 Makes ethernet get an IP when connected (#4234) copercini 2020-10-01 08:40:15 -03:00
  • 837cc3d271 Added SparkFun ESP32 Thing Plus board (#4224) awende 2020-10-01 05:39:39 -06:00
  • 9b2ae12fb7 Added D pin numbers (#4220) gitolicious 2020-10-01 13:39:01 +02:00
  • 86e221d087 Update HelloServer.ino (#4219) Javi 2020-10-01 08:38:26 -03:00
  • 663effa00e Update Parsing.cpp (#4217) nicolaser15 2020-10-01 08:37:59 -03:00
  • 6f237a8415 Fix ttgo twatch & tbeam board definition error (#4212) lewis he 2020-10-01 19:36:32 +08:00
  • c3c38a8eb5 Enable precompiled libraries (#4209) Sergey Lyubka 2020-10-01 12:32:20 +01:00
  • 8fcc914853 Added facility to invert the polarity of input UART bits. (#4200) brian-r-calder 2020-10-01 06:58:48 -04:00
  • d03f8f1277 Update pins_arduino.h (#4190) Sonthaya Boonchan 2020-10-01 17:54:01 +07:00
  • 882b12c44e rmdir causes issues in SPIFFS. Fixes #4138, albeit not very cleanly (#4154) lbernstone 2020-10-01 04:52:24 -06:00
  • 93d850f783 Fixed comment with correct FQDN (#4152) Dan Head 2020-10-01 05:51:36 -05:00
  • 4f48caca2c Set scan_duplicate in BLE scan params (#4126) buxtronix 2020-10-01 20:45:45 +10:00
  • 80e9e42c3b Fix issue #3522 (WiFi does not restart after stopped) (#4114) Nikos Mouratidis 2020-09-30 20:34:10 +08:00
  • 291c519642 Update WiFiMulti.cpp (#4099) Mike Dunston 2020-09-30 05:33:05 -07:00
  • 494061af26 WebServer: Fix OOB write (#4088) Emil Sandstø 2020-09-30 14:28:28 +02:00
  • 2fd3d042b2 Fix #4046 Details below: (#4086) Kevin Hester 2020-09-30 05:27:35 -07:00
  • b551310c37 Minor change but could confuse some (#4084) ToXIc 2020-09-30 13:26:38 +01:00
  • f30edd040e Update CaptivePortal.ino (#4080) lbernstone 2020-09-30 06:26:15 -06:00
  • b7c5e502e7 Add static pin support (#4078) chegewara 2020-09-30 14:25:42 +02:00
  • fa8a1c38d5 fix #4071 (#4072) M. Betz 2020-09-30 05:24:59 -07:00
  • d56267bd8c Update GetChipID.ino (#4070) cweinhofer 2020-09-30 08:24:29 -04:00
  • 1f6b0b35f8 Have BLECLient gattc event handlers verify conn_id (#4064) buxtronix 2020-09-30 22:21:59 +10:00
  • 342b9cf2d8 Fix handling of registerForNotify in BLERemoteCharacteristic.cpp (#4063) buxtronix 2020-09-30 22:20:28 +10:00
  • 11d071b1c8 Fix to allow more than one certificate to be loaded (espressif#3248). (#4056) pulquero 2020-09-30 13:19:41 +01:00
  • f48d9016fd Update T_Watch board properties and add revision selection (#4025) lewis he 2020-09-30 20:18:17 +08:00
  • a55265f74b Fix clockCyclesPerMicrosecond Change from fixed value to current value (#3993) TANAKA Masayuki 2020-09-30 21:16:20 +09:00
  • c1a7198e7d Don't change owner if take() doesnt succeed (#3987) Bascy 2020-09-30 14:15:47 +02:00
  • 4d4a1fde36 Added HealthyPi 4 Board Support (#3985) Ashwin K Whitchurch 2020-09-30 17:44:39 +05:30
  • d219e56872 Update pins_arduino.h (#3908) callifo 2020-09-30 21:37:26 +09:30
  • 19ccc479c3 WIFI_PS_MAX_MODEM feature requested #3896 (#3900) lbernstone 2020-09-30 06:06:58 -06:00
  • c18d50cb91 Use esp_partition_* functions in Updater.cpp (#3898) robertpoll 2020-09-30 13:06:19 +01:00
  • 80418fadcf Fixes UART detach. Fixes #3878 (#3894) lbernstone 2020-09-30 06:04:18 -06:00
  • 8b6d020352 added new board Logsens V1p1 (#3880) Satyan Raj 2020-09-30 17:31:51 +05:30
  • 5197916983 Fix BLEClient disconnect bug (#3876) sindney 2020-09-30 20:01:02 +08:00
  • d011dd7ef5 Missing include in BLE header causes compilation to fail (#3865) idf-release/v4.0 GuyMinibrew 2020-09-30 14:00:22 +02:00
  • 7e9d42da68 ESP.getChipModel() and ESP.getChipCores() (#3847) Martijn Scheepers 2020-09-30 13:57:36 +02:00
  • e34e0b45de Fixed bug where mutex would not be unlocked (#3837) Admar Schoonen 2020-09-30 13:56:41 +02:00
  • ef2b54547e Fix issue #3833, data parsing of Eddystone TLM data frame (#3836) Bernd Giesecke 2020-09-30 19:55:58 +08:00
  • 9856f0cc28 Update RMTLoopback.ino (#3823) jgdent 2020-09-30 13:52:22 +02:00
  • daa8c55667 add new board mpython (#3814) hznupeter 2020-09-30 19:49:57 +08:00
  • af7ec4ead1 fix EEPROM class example (#3786) Mark D 2020-09-30 07:43:05 -04:00
  • 9e65ed1af1 Process compiler.libraries.ldflags (#3783) Mauricio de Oliveira 2020-09-30 04:42:04 -07:00
  • 7a92f89d12 Set TLS cert options before calling connect on client, so verify works (#3774) kliment 2020-09-30 13:41:03 +02:00
  • 5871ca9ce9 UpdateClass::printError now accepts the Print object (#3763) puuu 2020-09-30 20:39:25 +09:00
  • 0dfa5babc2 fix typo in WiFiMulti (#3737) Mark D 2020-09-30 07:37:21 -04:00
  • e4b2ce4e81 DNS resolving timeout change to prevent stack overlapping (#3731) Andrzej Sierżęga 2020-09-30 13:35:53 +02:00
  • 7af4490fcc Update SPI.h Me No Dev 2020-09-30 14:34:37 +03:00
  • 4204869ec9 Extend Print class for 64bit integers. (#3688) Dirk O. Kaar 2020-09-30 13:31:36 +02:00
  • ab23e8a656 Greatly reduces error rate (half, or 0 zero errors, depends on in/out ranges) for round-trip mapping at the same performance. (#3655) Dirk O. Kaar 2020-09-30 13:28:51 +02:00
  • 5999b7ba46 removed double delete of characteristics (#3521) crnchbng 2020-09-30 13:25:31 +02:00
  • 7b613c1238 Added documentation regarding delay() resolution in esp-idf component (#3014) ducalex 2020-09-30 07:17:53 -04:00
  • cee2359e33 Update pins_arduino.h (#4211) Sean Kwok 2020-09-28 15:24:06 +08:00
  • bbcc624c97 Update USB.cpp me-no-dev 2020-09-23 13:48:28 +03:00
  • 2656452d04 Update boards.txt me-no-dev 2020-09-04 14:37:48 +03:00
  • 273a8d79b4 Update platform.txt me-no-dev 2020-09-01 12:06:13 +03:00
  • 42b4a9927d Update install-platformio-esp32.sh me-no-dev 2020-08-31 18:10:03 +03:00
  • 37a7fb3d6a Update PlatformIO CI script (#4307) Valerii Koval 2020-08-31 18:06:34 +03:00
  • 383b999ddd Update platform.txt Me No Dev 2020-08-31 17:39:55 +03:00
  • 9d547a8a44 Provisioning fixes for: 1.Space 2.Provisioned (#4291) Sweety 2020-08-25 13:33:06 +05:30
  • 1fd5cd79c5 Add OTA update feature Sweety 2020-08-25 13:31:58 +05:30
  • 52c284af75 Update IDF, tools and toolchains me-no-dev 2020-08-24 19:10:52 +03:00
  • 5f057c7cac Some fixes me-no-dev 2020-08-22 23:37:42 +03:00
  • 880fc0bdfb Add option to select the core used for Arduino and it's events me-no-dev 2020-08-16 17:52:09 +03:00
  • 9eaa5873bf Update CMakeLists.txt Me No Dev 2020-07-23 16:13:37 +03:00
  • 7678be447d Merge branch 'master' into esp32s2 Me No Dev 2020-07-23 16:10:45 +03:00
  • c6f6522032 Update HardwareSerial.h me-no-dev 2020-07-23 15:49:54 +03:00
  • d2519843ad Added UM FeatherS2 and UM ProS2 boards to boards.txt (#4188) Unexpected Maker 2020-07-23 17:32:44 +10:00
  • 2cebf72876 Update CMakeLists.txt me-no-dev 2020-07-23 00:27:33 +03:00
  • 4fa3cbab64 Improve CDC Logging support me-no-dev 2020-07-22 23:59:22 +03:00
  • 280bf4d014 Create USB_NOT.h me-no-dev 2020-07-22 19:42:36 +03:00
  • dc0208ed1e Add option USB CDC to be used for Serial (starting USB early) me-no-dev 2020-07-22 19:16:22 +03:00
  • f58cba0b4f Add support for custom VID/PID and Board name to show in ArduinoIDE ports list me-no-dev 2020-07-22 13:46:59 +03:00
  • 38057d66ad Update tinyusb me-no-dev 2020-07-20 00:57:06 +03:00
  • 4d98cea085 Add Wire:setPins(sda, scl) me-no-dev 2020-07-19 02:21:15 +03:00
  • 475208e535 IDF release/v4.0 48ea44f3d me-no-dev 2020-07-18 18:14:30 +00:00
  • 33f4745635 Update USB.cpp me-no-dev 2020-07-18 17:52:06 +03:00
  • 9f1ccb9c85 Some CDC and BTSerial compatibility fixes me-no-dev 2020-07-14 18:21:21 +03:00
  • ea04207c8f Add debug output to CDC me-no-dev 2020-07-02 14:14:07 +03:00
  • e06f9b7fa6 Handle persistent reboot better in CDC me-no-dev 2020-07-02 13:07:34 +03:00
  • 2e19d27e3e Change driver attach api and remove DFU from CDC me-no-dev 2020-07-02 02:16:07 +03:00
  • b8fcea9a8d Update TinyUSB me-no-dev 2020-07-01 23:45:42 +03:00
  • 46bde99c06 Update USBCDC.cpp me-no-dev 2020-06-30 18:10:52 +03:00
  • 7f61d2044a Update libtinyusb.a me-no-dev 2020-06-30 01:29:59 +03:00
  • f13f84ddeb Fix compilation issues me-no-dev 2020-06-29 23:28:15 +03:00
  • 096af056d1 Fix DTR/RTS state for ESP32S2 native USB me-no-dev 2020-06-29 22:43:54 +03:00
  • acadabb146 Update CMakeLists.txt me-no-dev 2020-06-29 18:39:25 +03:00
  • 7d50114881 Add files to cmakelists and disconnect CDC if unplugged me-no-dev 2020-06-29 18:30:50 +03:00
  • be074eec80 Add TinyUSB HAL and CDC me-no-dev 2020-06-29 17:23:12 +03:00