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-libraries/Arduino_DebugUtils
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: arduino-libraries/Arduino_DebugUtils
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: logging-improvements
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 3 files changed
  • 1 contributor

Commits on Apr 8, 2025

  1. improving logging level values

    Improve values of logging level to allow for bitwise operations for
    bitmask instead of comparison operator
    andreagilardoni committed Apr 8, 2025
    Configuration menu
    Copy the full SHA
    1585021 View commit details
    Browse the repository at this point in the history
  2. Making use of DEBUG_LEVEL macros

    in this way we are able to select the debug level that needs to be
    included in the sketch at compile time. The default value is to include
    all the possible logs
    andreagilardoni committed Apr 8, 2025
    Configuration menu
    Copy the full SHA
    7a914b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    88d05c6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    daa33a0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5e5387c View commit details
    Browse the repository at this point in the history
Loading