Commit Graph

  • 5508689ea3 Update install-platformio-esp32.sh Me No Dev 2020-04-13 12:47:34 +03:00
  • b47b0dc966 IDF release/v4.0 a3f3c7bdc me-no-dev 2020-04-07 00:12:32 +00:00
  • 93d77859d9 Add fixes me-no-dev 2020-04-07 01:34:13 +03:00
  • 2271c7726d Merge branch 'idf-release/v4.0' of https://github.com/espressif/arduino-esp32 into idf-release/v4.0 me-no-dev 2020-04-07 01:26:44 +03:00
  • 9afee31462 Fix ETH in 4.0 me-no-dev 2020-04-07 01:26:36 +03:00
  • f15a6ac205 Fix 3.3 compatibility me-no-dev 2020-04-07 01:11:14 +03:00
  • 0f772270fb add new board Handbit (#3807) hznupeter 2020-03-12 16:16:50 +08:00
  • 13e02063d6 Move _STREAM_BOUNDARY before _STREAM_PART (#3720) Alexander Bergmann 2020-02-14 10:03:38 +01:00
  • 176077b133 IDF release/v4.0 b6bec84c6 me-no-dev 2020-02-13 18:10:22 +00:00
  • 60f20a7869 IDF release/v4.0 230931310 me-no-dev 2020-02-13 00:13:59 +00:00
  • 9b75c65fc7 Add Senses's WEIZEN board from Senses IoT platform (#3687) Isaranu Janthong 2020-01-29 22:08:14 +07:00
  • 8817e536fd IDF release/v4.0 a61fd1e42 me-no-dev 2020-01-29 12:08:12 +00:00
  • 109ba7a3b4 Revert "std::shared_ptr Memory Leak (#3680)" (#3682) Me No Dev 2020-01-29 12:30:08 +02:00
  • b2c678877c std::shared_ptr Memory Leak (#3680) chuck todd 2020-01-29 03:18:54 -07:00
  • d1e3122d87 Merge branch 'idf-4.0-prep' of https://github.com/espressif/arduino-esp32 into idf-release/v4.0 me-no-dev 2020-01-27 18:03:49 +02:00
  • 856e596c79 Pass ethernet events to the main handler me-no-dev 2020-01-27 18:03:03 +02:00
  • 2a88f72c4e Merge branch 'idf-4.0-prep' of https://github.com/espressif/arduino-esp32 into idf-release/v4.0 me-no-dev 2020-01-27 17:34:48 +02:00
  • 354e485c4b get smart config to work as well me-no-dev 2020-01-27 17:34:30 +02:00
  • 5d9a22eb3a Merge branch 'idf-4.0-prep' of https://github.com/espressif/arduino-esp32 into idf-release/v4.0 me-no-dev 2020-01-27 16:45:02 +02:00
  • 1c4966566c make ETH work me-no-dev 2020-01-27 16:22:07 +02:00
  • 4bb60f68da Update package_esp32_index.template.json me-no-dev 2020-01-27 13:50:33 +02:00
  • ed220bd042 Minimize HardwareSerial Receive and Transmit delays (#3664) hreintke 2020-01-26 23:38:06 +01:00
  • 80f9f9aeec fix removeApbChangeCallback() error in spiStopBus() (#3675) chuck todd 2020-01-26 15:20:19 -07:00
  • a9fa894f0d Merge branch 'idf-4.0-prep' of https://github.com/espressif/arduino-esp32 into idf-release/v4.0 me-no-dev 2020-01-25 22:41:53 +02:00
  • 251d5ef92b Update CMakeLists.txt me-no-dev 2020-01-25 22:41:03 +02:00
  • 41ba143063 IDF release/v4.0 08219f3cf me-no-dev 2020-01-25 14:51:58 +00:00
  • 8c723be135 Initial IDF-4.0 port me-no-dev 2020-01-25 05:44:14 +02:00
  • b50a1755c8 Use python3 in CI me-no-dev 2020-01-25 15:26:16 +02:00
  • bb0a194bb7 fix WiFiClient.connected() (#3654) Mark D 2020-01-21 05:36:03 -05:00
  • ed59ae6482 Update README.md (#3653) Kartik Nighania 2020-01-21 16:05:05 +05:30
  • b4a9684a74 Fix SerialBT.flush (#3579) mishafarms 2020-01-20 12:34:57 -08:00
  • 1977370e6f IDF release/v3.3 (#3339) Me No Dev 2020-01-20 22:07:04 +02:00
  • 307b1368dd Implement BTSerial onData to dynamically receive packets from SPP (#3649) Me No Dev 2020-01-20 19:43:52 +02:00
  • 32d5654aa6 Implement rmtLoop to be able to continuously send pulses (#3650) Me No Dev 2020-01-20 19:43:13 +02:00
  • 7637a739cc Fix recent commit d8b2098 (PR #3377) which includes esp_adc_cal component but does not update CMakeLists.txt (#3648) Robert Alfaro 2020-01-20 08:40:40 -08:00
  • cd85239252 Added file.close to examples (#3611) lbernstone 2020-01-20 07:47:40 -07:00
  • ac9d04a400 Add BLEDevice::stopAdvertising() helper method to compliment startAdvertising(). (#3624) Robert Alfaro 2020-01-20 06:31:12 -08:00
  • 2195109ecc Added the channel parameter to the scan fucntion in order to select which channel to scan. (#3638) Franco Minucci 2020-01-20 15:13:10 +01:00
  • 8d938c849d Add HONEYLemon board (#3640) Sonthaya Boonchan 2020-01-20 21:12:02 +07:00
  • cb005fc8b5 Extend BLEDevice::setPower() to include powerType parameter. It's optional and set to ESP_BLE_PWR_TYPE_DEFAULT for compatibility. (#3623) Robert Alfaro 2020-01-20 06:09:02 -08:00
  • 89351e3ade Update WiFiClient.cpp (#3608) Guil-T 2020-01-20 09:08:17 -05:00
  • 86de90fe24 Added partition and flash size menus for VintLabs boards (#3602) Paul Vint 2020-01-20 09:07:53 -05:00
  • 5960cd3e2a update coreESP32 boards.txt (#3569) 张雷 2020-01-20 22:06:55 +08:00
  • 82e208c8c9 Fixed incorrect board name for TinyPICO - You can now use this to detect it's a TinyPICO at compile time.... (#3567) Unexpected Maker 2020-01-21 01:06:25 +11:00
  • e7c9813625 Added Piranha ESP-32 and Metro ESP-32 boards (#3542) drondistortion 2020-01-20 17:06:06 +03:00
  • dd78794311 Update CaptivePortal.ino (#3628) DanielLester83 2020-01-20 08:04:21 -06:00
  • 0607d36734 HardwareSerial::write(const char*, ...) API compatibility to AVR, ESP8266, et al (#3585) Dirk O. Kaar 2020-01-20 14:54:50 +01:00
  • 6e77f7f3e5 Setting loging level to VERBOSE on Semaphore::take (#3545) I-Connect 2020-01-20 14:50:19 +01:00
  • 915d45de7d Defined BLE setAdvertisementType (#3535) syonbori 2020-01-20 22:42:38 +09:00
  • c2b37d95e0 Updated BLERemoteCharacteristic to exposre esp_gatt_auth_req_t parame… (#3531) lj 2020-01-20 08:40:13 -05:00
  • 2f13a960ac Add WIFI_REASON_CONNECTION_FAIL in WiFiGeneric.cpp (#3529) felixstorm 2020-01-20 14:38:58 +01:00
  • 579e04be25 Cleanup SPI_Multiple_Buses (#3527) Michael Uman 2020-01-20 05:37:47 -08:00
  • 5443d7ca93 Add TTGO T Journal Camera module & improve commenting (#3515) WizardTim 2020-01-20 23:33:38 +10:00
  • 7b3c1dfd50 Fix inability to use all buffers in RMT (#3512) Collin Kidder 2020-01-20 05:31:44 -08:00
  • 85ef51ffbc BLE: reception support multiple service data (#3502) Evgenii Grekov 2020-01-20 18:30:29 +05:00
  • 36075257c2 WString explicit converters to reduce Flash size (#3497) Clemens Kirchgatterer 2020-01-20 14:29:16 +01:00
  • 7de1717640 Fix replacing of headers with overlapping names. Fixes issue #3483 (#3487) Jeroen88 2020-01-20 14:27:51 +01:00
  • 8869d39d79 Created variant for LilyGo TTGO LoRa32-OLED V2 (#3479) Robson Oliveira dos Santos 2020-01-20 22:54:19 +09:30
  • cfe8526ec8 Add Uri with support for regexUri and globUri (#3441) Bob 2020-01-20 14:21:01 +01:00
  • c09ec5bd3d Added MGBOT IOTIK 32A and IOTIK 32B boards (#3427) Rostislav Varzar 2020-01-20 16:19:35 +03:00
  • d8b2098461 Use IDF's ADC Driver and Add analogReadMilliVolts (#3377) Me No Dev 2020-01-20 15:18:56 +02:00
  • 3fc974f3aa bugfix(touchpad):swap touch8 and touch9 #3584 (#3620) TreeNewbeer 2020-01-09 14:11:40 +08:00
  • 9ad860758c Fix Memory leak in addApbChangeCallback() (#3560) chuck todd 2019-12-30 12:35:29 -07:00
  • cec3fca4ad Fix BluetoothSerial crash when restart (#3471) rgot-org 2019-11-11 18:31:09 +01:00
  • dac493fb92 SPI: Fix discarded-qalifiers warning when compiling with all warnings (#3458) David J. Fiddes 2019-11-11 16:44:49 +00:00
  • bc3d11364f Fixed incorrect usage of xEventGroupWaitBits (#3446) Rick van Hattem 2019-11-11 17:34:01 +01:00
  • f41beb92bf Fixed so configTime will not crash if tcpip is not initialized (#3470) lbernstone 2019-11-11 07:50:56 -07:00
  • 8c4ca5a235 Update BLE_client.ino (#3463) takanotume24 2019-11-11 23:49:34 +09:00
  • b3085d4a8b Add menu items Partition Scheme and Debug Level for node32s (#3455) Jeroen88 2019-11-11 15:47:26 +01:00
  • 547c2d3346 Root CA of webserver has changed, minor changes (#3447) Martin 2019-11-11 15:45:26 +01:00
  • 7d2632c024 Implement Tx only Flush (#3433) chuck todd 2019-11-11 07:37:35 -07:00
  • e59355df71 Docs for lib builder (#3415) lbernstone 2019-11-11 07:30:52 -07:00
  • ec63d09e54 Fix WiFiGeneric event handler (#3412) Mikhail Khalizev 2019-11-11 16:24:50 +03:00
  • 188560e7f3 Some event log messages were off by one. (#3391) xk 2019-11-11 14:21:24 +01:00
  • 91e095f5a7 Add an error message in case of invalid configured dependency mbedTLS. (#3364) Sven 2019-10-17 08:48:36 +02:00
  • c8d8dc2265 Added partition size options for TinyPICO (#3358) Unexpected Maker 2019-10-15 09:32:41 +11:00
  • b847f41e24 SPI: Ensure all read-only data pointers are marked as const (#3356) David J. Fiddes 2019-10-14 18:39:27 +01:00
  • 1c7f0b3cd1 Updating index.md github-actions[bot] 2019-10-14 17:39:16 +00:00
  • 611ba8ea8a Update README.md (#3353) TechieZee 2019-10-14 23:08:04 +05:30
  • 0cab2483e6 Added a description README.md for libraries (#3349) lbernstone 2019-10-14 11:37:09 -06:00
  • 79e4339582 Remove warnings if no debug enabled (#3334) Luc 2019-10-08 15:35:42 +08:00
  • a35035f827 fix authrization problem (#3329) lightzl 2019-10-08 15:34:36 +08:00
  • 9ef3e2d2a6 Allow sketches to have custom partitions (#3328) Me No Dev 2019-10-07 02:07:15 +03:00
  • 0cdfb0b193 Add support for WiFi long range mode (#3190) Me No Dev 2019-10-06 17:43:15 +03:00
  • e50613622e Fix typo in SPIFFS and FFAT examples (#3322) Marian Šámal 2019-10-06 16:29:28 +02:00
  • 24b277ad92 Add readFloat to BLE (#3321) copercini 2019-10-06 11:28:53 -03:00
  • c2b3f2d6af Make yield() overridable (#2991) Dirk O. Kaar 2019-10-04 11:49:39 +02:00
  • 8fb8e7d060 CI can be used on windows desktop with msys me-no-dev 2019-10-02 20:03:43 +03:00
  • a9862b4575 Updating boards_manager.md github-actions[bot] 2019-10-02 13:06:59 +00:00
  • 048b26547a Update boards_manager.md Me No Dev 2019-10-02 16:06:15 +03:00
  • d158ed3a45 Updating boards_manager.md github-actions[bot] 2019-10-02 12:59:35 +00:00
  • b10ed77aaf Update boards_manager.md Me No Dev 2019-10-02 15:58:58 +03:00
  • a220dcfe2c Creating package_esp32_index.json github-actions[bot] 2019-10-02 12:53:03 +00:00
  • 187b20893b Updating package_esp32_dev_index.json github-actions[bot] 2019-10-02 12:53:02 +00:00
  • 4638628873 Wait for client.available() to prevent ESP32 crashes (#3154) 1.0.4 1751215513956502835/tmp_refs/tags/1.0.4 1751215294526539444/tmp_refs/tags/1.0.4 1751208284392608977/tmp_refs/tags/1.0.4 1751199564274507472/tmp_refs/tags/1.0.4 Frank Paynter 2019-10-02 07:45:42 -04:00
  • 6f70e27011 Base64::encode : const correctness / String by reference passing (#3314) Dirk Mueller 2019-10-02 13:29:24 +02:00
  • d0b064a1ee Update CI scripts for better error handling (#3316) Me No Dev 2019-10-02 11:58:02 +03:00
  • 85c77a9c3f Fix CI Builds for Linux (#3313) Me No Dev 2019-10-01 23:13:08 +03:00
  • c8e3f0c732 Support Pi 4 on 64bit kernel me-no-dev 2019-10-01 22:15:13 +03:00
  • 5ad468f9dc Add ARM toolchain me-no-dev 2019-10-01 21:48:03 +03:00