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/arduino-create-agent
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.7.0
Choose a base ref
...
head repository: arduino/arduino-create-agent
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 3 commits
  • 5 files changed
  • 2 contributors

Commits on Apr 1, 2025

  1. Configuration menu
    Copy the full SHA
    b717430 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2025

  1. fix: Serial Monitor corrupted output in some rare cases (#1032)

    * Synchronize multiple open commands coming together.
    
    * Allow re-opening of already opened ports
    
    * Renamed mutex var and added comment
    
    * Error out if baudrate and buftype of already opened port do not match
    cmaglie authored Apr 24, 2025
    Configuration menu
    Copy the full SHA
    e7ea376 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2025

  1. ci(Taskfile): add a command to test autoupdate (#1033)

    * feat: add demo task for local auto-update workflow of the Agent
    
    * fix: update autoupdate demo description and improve server wait logic
    
    * fix: remove unnecessary blank lines in Taskfile.yml
    
    * fix: clarify the importance of the 'CreateAgent/Stable' path in update file search
    dido18 authored May 15, 2025
    Configuration menu
    Copy the full SHA
    b2b9887 View commit details
    Browse the repository at this point in the history
Loading