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_RPClite
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: fb059ea
Choose a base ref
...
head repository: arduino-libraries/Arduino_RPClite
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a456b87
Choose a head ref
  • 15 commits
  • 6 files changed
  • 2 contributors

Commits on Oct 21, 2025

  1. Configuration menu
    Copy the full SHA
    c97c0af View commit details
    Browse the repository at this point in the history
  2. Merge pull request #32 from arduino-libraries/linter_warning

    ops: quench linter warning about lib manager
    eigen-value authored Oct 21, 2025
    Configuration menu
    Copy the full SHA
    b076252 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8ba53d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #33 from arduino-libraries/unoq_taget

    ops: add compile target unoq
    eigen-value authored Oct 21, 2025
    Configuration menu
    Copy the full SHA
    6ea0195 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2025

  1. Merge pull request #31 from arduino-libraries/rpc_response_pointer

    feat: decoder.h can pick 1st available response anywhere in the buffe…
    eigen-value authored Oct 24, 2025
    Configuration menu
    Copy the full SHA
    1efd7cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    426196a View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2025

  1. impr: decoder code

    fix: decoder not consuming resp in buffer
    eigen-value committed Nov 28, 2025
    Configuration menu
    Copy the full SHA
    73b70d7 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2025

  1. Configuration menu
    Copy the full SHA
    01fd54a View commit details
    Browse the repository at this point in the history
  2. MsgPack: set default log level to WARN to avoid CI issues

    Not setting the default log level causes a warning on every CI run.
    Setting it to WARN avoids the warning and is a reasonable default.
    
    Signed-off-by: Luca Burelli <l.burelli@arduino.cc>
    pillo79 committed Dec 15, 2025
    Configuration menu
    Copy the full SHA
    2a4f864 View commit details
    Browse the repository at this point in the history
  3. decoder.h: warning cleanup

    Fix a compiler warning about a possibly uninitialized variable (the
    compiler cannot prove that the variable is always initialized before
    use, even though the code logic guarantees it).
    
    Signed-off-by: Luca Burelli <l.burelli@arduino.cc>
    pillo79 committed Dec 15, 2025
    Configuration menu
    Copy the full SHA
    fb521eb View commit details
    Browse the repository at this point in the history
  4. Merge pull request #35 from pillo79/pr-warning-fixes

    Warning cleanup
    eigen-value authored Dec 15, 2025
    Configuration menu
    Copy the full SHA
    745bf7a View commit details
    Browse the repository at this point in the history
  5. MsgPack: set default log level to WARN to avoid CI issues (2)

    Missed this spot while setting the default log level for MsgPack to
    avoid a warning on every CI run.
    
    Signed-off-by: Luca Burelli <l.burelli@arduino.cc>
    pillo79 committed Dec 15, 2025
    Configuration menu
    Copy the full SHA
    151f39b View commit details
    Browse the repository at this point in the history
  6. Merge pull request #36 from pillo79/pr-warning-fixes2

    MsgPack: set default log level to WARN to avoid CI issues (2)
    eigen-value authored Dec 15, 2025
    Configuration menu
    Copy the full SHA
    6c76ab7 View commit details
    Browse the repository at this point in the history
  7. ver 0.2.1

    eigen-value committed Dec 15, 2025
    Configuration menu
    Copy the full SHA
    986cb16 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a456b87 View commit details
    Browse the repository at this point in the history
Loading