Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cskulkarni/arduino-esp32
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: espressif/arduino-esp32
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 3 commits
  • 14 files changed
  • 3 contributors

Commits on Jul 11, 2025

  1. feat(matter): new matter lambda function example (espressif#11561)

    Adds a new Matter Library example using lambda function to creat 6 endpoints using a single callback
    SuGlider authored Jul 11, 2025
    Configuration menu
    Copy the full SHA
    4ee17de View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2025

  1. feat(wire): std::functional Wire slave callback functions (espressif#…

    …11582)
    
    This PR enhances the Wire library to support std::function–based callbacks for I2C slave mode, enabling the use of lambdas and captured contexts.
    
    - Replaces raw function pointers in TwoWire and HardwareI2C with std::function for onRequest and onReceive
    - Updates constructors, method signatures, and default initializations to use std::function
    - Adds new example sketch, CI config, and documentation updates demonstrating the functional callback API
    SuGlider authored Jul 12, 2025
    Configuration menu
    Copy the full SHA
    0a45a06 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2025

  1. ci(gitlab): Initial GitLab setup (espressif#11577)

    * ci(gitlab): Initial GitLab setup
    
    * fix(version): Add to version update script
    
    * ci(pre-commit): Apply automatic fixes
    
    ---------
    
    Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
    lucasssvaz and pre-commit-ci-lite[bot] authored Jul 14, 2025
    Configuration menu
    Copy the full SHA
    1f0d4b5 View commit details
    Browse the repository at this point in the history
Loading