1. 22 Jul, 2024 1 commit
  2. 17 Jul, 2024 3 commits
  3. 16 Jul, 2024 6 commits
  4. 15 Jul, 2024 4 commits
  5. 11 Jul, 2024 2 commits
  6. 10 Jul, 2024 7 commits
  7. 02 Jul, 2024 2 commits
  8. 01 Jul, 2024 4 commits
  9. 28 Jun, 2024 2 commits
  10. 25 Jun, 2024 3 commits
  11. 24 Jun, 2024 6 commits
    • Me No Dev's avatar
      IDF release/v5.1 bd2b9390ef (#9928) · 65204d9e
      Me No Dev authored
      65204d9e
    • Rodrigo Garcia's avatar
      fix(boards): boards.txt error (#9930) · 5a078de8
      Rodrigo Garcia authored
      Fixes XIAO C6 board name in boards.txt file
      5a078de8
    • Rodrigo Garcia's avatar
      New OpenThread CLI Arduino Library for ESP32-C6 and ESP32-H2 (#9908) · d891ddfe
      Rodrigo Garcia authored
      * feat(OThread): Add Library
      
      * fix(OpenThread): fixes file list in CMakeLists.txt
      
      * fix(openthread): Fixes JSON CI Files
      
      * fix(openthread): Fixes JSON CI Files
      
      * fix(openthread): Include Openthread guarding
      
      * fix(openthread): COAP parametrization
      
      * fix(openthread): Include Openthread guarding
      
      * fix(openthread): Improves commentaries and code
      
      * fix(openthread): Improves code
      
      * fix(openthread): Includes StreamString.h
      
      * feat(openthread): New Scan Example
      
      * feat(openthread): Improved Scan Example
      
      * feat(openthread): README.md
      
      Initial documentation for ESP3 Arduino OpenThread CLI API.
      
      * feat(openthread): helper functions documentation
      
      Create helper_functions.md for ESP32 Arduino OpenThread API
      
      * fix(openthread): begin end
      
      * feat(openthread): onReceice example
      
      * fix(openthread): tx queue error
      
      * fix(doc): fixing documentation apresentation
      
      Fixes the documentation first paragraph in order to make it easier fore reading. It also displays in the very top which SoC are supported by the library.
      
      * fix(doc): documentation format
      
      * feat(openthread): commentary
      
      * fix(openthread): Typo, start/stop console
      
      * fix(openthread): library properties
      
      * ci(pre-commit): Apply automatic fixes
      
      * feat(openthread): formatting text
      
      * ci(pre-commit): Apply automatic fixes
      
      ---------
      Co-authored-by: default avatarLucas Saavedra Vaz <32426024+lucasssvaz@users.noreply.github.com>
      Co-authored-by: default avatarpre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
      d891ddfe
    • TimL's avatar
      PPP: Make modem reset delay configurable (#9910) · 9e55ccd9
      TimL authored
      * fix(ppp): Make modem reset delay configurable
      
      The delay required to reset Simcom modem modules varies significantly across
      different models, even where they have otherwise identical AT command
      sets.
      
      Simcom A7672 was failing to reset with the default 200ms delay. Make the reset
      delay configurable to allow customising this for a specific modem.
      Default delay, if not specified is kept at 200ms.
      
      * ci(pre-commit): Apply automatic fixes
      
      ---------
      Co-authored-by: default avatarpre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
      9e55ccd9
    • Rodrigo Garcia's avatar
      fix(doc): Update boards.rst (#9925) · 47298ffa
      Rodrigo Garcia authored
      Fixes documentation for ESP32 family. Arduino Core 3.0.x has 6 supported SoC and each has a different radio specification.
      47298ffa
    • Me No Dev's avatar
      feat(net): Switch to typedefs for WiFiClient, WiFiServer, WiFiUdp and WiFiClientSecure (#9909) · ad1de0b3
      Me No Dev authored
      * feat(net): Deprecate old WiFi APIs
      
      Deprecates WiFiClient, WiFiServer, WiFiUdp and WiFiClientSecure
      
      * fix(net): add defines to WiFi.h
      
      Defines are added to not cause deprecation warnings. Will be removed in the future
      
      * fix(net): Use typedefs instead to help with forward declarations
      
      Defines do not allow forward declarations
      ad1de0b3