1. 18 2月, 2021 2 次提交
  2. 21 12月, 2020 1 次提交
  3. 01 12月, 2020 1 次提交
  4. 03 11月, 2020 1 次提交
    • I
      Fix for espressif#3460 issue (#4424) · d6b91872
      Ivan Golubic 提交于
      Fixes: #3460
      
      This code has been run in production for 1 month and it looks stable, no data dropped and it definitely fixes the issue described. I think that this can be merged to avoid using custom package referencing in PlatformIO that has been used in quite a few projects for now.
      Co-authored-by: NIvan Golubic <ivan@mvt-solutions.com>
      d6b91872
  5. 14 10月, 2020 2 次提交
    • D
      Add an aditional (void *) arg to the RMT callback (much like Ticker() et.al.). (#3345) · d79a1f3d
      Dirk-Willem van Gulik 提交于
      * Add an aditional (void *) arg to the RMT callback - to allow more flexible handling of the callback (e.g. by passing a private struct or a class pointer). Same pattern as used by the Ticker() and many others. Example updated & new example with a trapoline added.
      
      * Fix example for new API
      
      * Fix lint warnings
      
      * Add a second missed example.
      
      * Correct timeout & improve socket error handling.
      d79a1f3d
    • V
      Certificate isn't be free in case parse failure. (#4412) · 2685a5dd
      Vo Linh Truc 提交于
      I met problem while I was working with the WiFiClientSecure.
      I tried to found the source of the problem, and I found it in the sll_client.cpp.
      Please check my contribution.
      
      I've open this problem in #4335 but received no response.
      2685a5dd
  6. 30 9月, 2020 1 次提交
  7. 17 10月, 2019 1 次提交
  8. 17 9月, 2019 1 次提交
  9. 15 4月, 2019 2 次提交
  10. 31 12月, 2018 1 次提交
  11. 16 12月, 2018 1 次提交
  12. 03 12月, 2018 1 次提交
  13. 29 11月, 2018 1 次提交
    • L
      Clean warnings when all warning enabled (#2112) · ce340faf
      Luc 提交于
      * Clean warnings when all warning enabled
      
      Not used variables / functions due to debug log
      
      Dual define with different values :
      cores\esp32/binary.h
      #define B110 6
      #define B1000000 64
      
      tools/sdk/include/newlib/sys/termios.h
      #define B110        3
      #define B1000000   23
      
      Local variable returned in WiFiclient Secure
      
      * change due to deprecated function
      
      * Update with proper variable and label
      
      * Update esp32-hal-i2c.c
      
      * Apply changes requested
      
      * Fix warnings due to #define conflict thanks @atanisoft
      ce340faf
  14. 27 11月, 2018 1 次提交
  15. 19 11月, 2018 1 次提交
  16. 28 6月, 2018 1 次提交
  17. 27 6月, 2018 1 次提交
    • M
      Update IDF to aaf1239 (#1539) · a59eafbc
      Me No Dev 提交于
      * fix sdmmc config
      
      * Fix warnings in EEPROM
      
      from @Curclamas
      
      * remove leftover TAG in EEPROM
      
      * Initial add of @stickbreaker i2c
      
      * Add log_n
      
      * fix warnings when log is off
      
      * i2c code clean up and reorganization
      
      * add flags to interrupt allocator
      
      * fix sdmmc config
      
      * Fix warnings in EEPROM
      
      from @Curclamas
      
      * remove leftover TAG in EEPROM
      
      * fix errors with latest IDF
      
      * fix debug optimization (#1365)
      
      incorrect optimization for debugging tick markers.
      
      * Fix some missing BT header
      
      * Change BTSerial log calls
      
      * Update BLE lib
      
      * Arduino-ESP32 release management scripted (#1515)
      
      * Calculate an absolute path for a custom partitions table (#1452)
      
      * * Arduino-ESP32 release management scripted
      (ready-to-merge)
      
      * * secure env for espressif/arduino-esp32
      
      * * build tests enabled
      * gitter webhook enabled
      
      * * gitter room link fixed
      * better comment
      
      * * filepaths fixed
      
      * BT Serial adjustments
      
      * * don't run sketch builds & tests for tagged builds
      
      * Return false from WiFi.hostByName() if hostname is not resolved
      
      * Free BT Memory when BT is not used
      
      * WIFI_MODE_NULL is not supported anymore
      
      * Select some key examples to build with PlatformIO to save some time
      
      * Update BLE lib
      
      * Fixed BLE lib
      
      * Major WiFi overhaul
      
      - auto reconnect on connection loss now works
      - moved to event groups
      - some code clean up and procedure optimizations
      - new methods to get a more elaborate system ststus
      
      * Add cmake tests to travis
      
      * Add initial AsyncUDP
      
      * Add NetBIOS lib and fix CMake includes
      
      * Add Initial WebServer
      
      * Fix WebServer and examples
      
      * travis not quiting on build fail
      
      * Try different travis build
      
      * Update IDF to aaf1239
      
      * Fix WPS Example
      
      * fix script permission and add some fail tests to sketch builder
      
      * Add missing space in WiFiClient::write(Stream &stream)
      a59eafbc
  18. 14 5月, 2018 1 次提交
  19. 16 4月, 2018 1 次提交
  20. 14 4月, 2018 1 次提交
  21. 18 1月, 2018 1 次提交
    • L
      WiFiClientSecure::lastError() method (#945) · d650ac6c
      lbernstone 提交于
      * Added a lastError method to WiFiClientSecure so that a connection error from mbedTLS can be retrieved if connection fails (and then presented to a user).
      
      * Changed to dos CRLF
      
      * Made buffer size a const\nMore cleanup to match source
      d650ac6c
  22. 19 12月, 2017 1 次提交
  23. 06 11月, 2017 1 次提交
  24. 23 10月, 2017 1 次提交
  25. 29 9月, 2017 1 次提交
  26. 24 8月, 2017 1 次提交
  27. 29 6月, 2017 1 次提交
    • C
      Heap optimization (#471) · cfde5579
      copercini 提交于
      * Remove duplicated include
      
      * Clear certificates just after handshake
      
      It can save up to 7k of heap
      cfde5579
  28. 19 5月, 2017 1 次提交
    • C
      HTTPClient Port (#347) · 51a4432c
      copercini 提交于
      * Fix possible infinite loop in the example
      
      * Remove workaround of sockets always return -76 
      
      Remove workaround of sockets always return -76 (because it's fixed on IDF now)
      Remove delay during handshake (improving stability)
      
      * Remove unusable mbedtls_net of context creation
      
      * Fix bad destructor
      
      * Compatibility with WiFiClient for HTTPClient
      
      * Initial port from ESP8266
      
      Changed SHA1 fingerprint by Root CA verification
      Changed log system
      
      * Remove deprecated function
      51a4432c
  29. 31 3月, 2017 1 次提交
  30. 10 3月, 2017 1 次提交
  31. 01 3月, 2017 1 次提交
  32. 17 2月, 2017 1 次提交
  33. 11 2月, 2017 1 次提交