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: arduino/ArduinoCore-API
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2505cd8
Choose a base ref
...
head repository: arduino/ArduinoCore-API
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e034fa5
Choose a head ref
  • 12 commits
  • 12 files changed
  • 1 contributor

Commits on Jul 21, 2025

  1. Introducing ErrorCode

    The objective of error code class to wrap an integer that may be
    returned from a function that may fail for different reasons. Since we
    are not able to return values different from 0 in case of error in the
    arduino language we need to wrap them into this class and redefine
    boolean operator to mantain the same behaviour
    andreagilardoni committed Jul 21, 2025
    Configuration menu
    Copy the full SHA
    c8a56d6 View commit details
    Browse the repository at this point in the history
  2. Introducing ReturnValue

    The objective of ReturnValue is to maintain coherency with ErrorCode
    class in cases where a single value is used to represent both the error
    and the return value
    andreagilardoni committed Jul 21, 2025
    Configuration menu
    Copy the full SHA
    863ca66 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ee998a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    047d9a3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5a417ea View commit details
    Browse the repository at this point in the history
  6. codestyle unification

    andreagilardoni committed Jul 21, 2025
    Configuration menu
    Copy the full SHA
    a553fae View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4ccc1ba View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9a9ef24 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    43a3d9c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0e21f4e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    57050bf View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e034fa5 View commit details
    Browse the repository at this point in the history
Loading