1. 01 Dec, 2023 1 commit
    • Cristian Maglie's avatar
      Added `debug check` command to check if a combination of board/programmer... · ce6bb989
      Cristian Maglie authored
      Added `debug check` command to check if a combination of board/programmer supports debugging. (#2443)
      
      * Moved rcp message to proper position
      
      * Added gRPC command to check for debugger support
      
      * Made debug flags var non-global
      
      * Implementation of 'debug check' command
      
      * Implementation of cli command 'debug check'
      
      * added integration test
      
      * Renamed field for clarity
      
      * Added minimum debug_fqbn computation in 'debug check' command
      ce6bb989
  2. 27 Nov, 2023 1 commit
  3. 24 Nov, 2023 2 commits
  4. 16 Nov, 2023 2 commits
  5. 15 Nov, 2023 2 commits
  6. 14 Nov, 2023 1 commit
  7. 13 Nov, 2023 1 commit
  8. 08 Nov, 2023 1 commit
  9. 02 Nov, 2023 1 commit
  10. 31 Oct, 2023 3 commits
  11. 26 Oct, 2023 1 commit
  12. 19 Oct, 2023 3 commits
    • github-actions[bot]'s avatar
    • Umberto Baldi's avatar
      Introduce new "v" version format (#2374) · 74cdc800
      Umberto Baldi authored
      we'll keep 0.35.x release branch name. We'll use "v" only for the tag,
      this way the documentation branches will work just like before,
      we are using "v" only for the github tag
      this way we are semver compliant
      74cdc800
    • Cristian Maglie's avatar
      [skip-changelog] refactor: Made `command` functions to access PackageManager... · 4b2a32be
      Cristian Maglie authored
      [skip-changelog] refactor: Made `command` functions to access PackageManager unavailable from public API (#2335)
      
      * Let instance commands require an *rpc.Instance
      
      Removed the shorthand of the InstanceCommand interface.
      This makes the API more coherent among the `commands` instance handling.
      
      * Moved 'command' package's instances functions inside internal package
      
      This change highlights the incorrect PackageManager access in 'cli'
      package. Now those are errors:
      
      package github.com/arduino/arduino-cli
      	imports github.com/arduino/arduino-cli/internal/cli
      	imports github.com/arduino/arduino-cli/internal/cli/board
      	imports github.com/arduino/arduino-cli/internal/cli/arguments
      	internal/cli/arguments/completion.go:23:2: use of internal package github.com/arduino/arduino-cli/commands/internal/instances not allowed
      package github.com/arduino/arduino-cli
      	imports github.com/arduino/arduino-cli/internal/cli
      	imports github.com/arduino/arduino-cli/internal/cli/board
      	imports github.com/arduino/arduino-cli/internal/cli/arguments
      	internal/cli/arguments/port.go:24:2: use of internal package github.com/arduino/arduino-cli/commands/internal/instances not allowed
      
      * Made CoreInstance private
      
      * Inlined coreInstancesContainer singleton methods
      
      * Removed all wrong accesses to package Explorer
      
      * Replaced DiscoveryManager.Watch with equivalent gRPC BoardListWatch call
      
      * Replaced direct access to PackageManager to get discovery protocols
      
      Previously the function GetConnectedBoards() counter-intuitively
      returned a list of port address. Now it has been reneamed
      GetAvailablePorts() and returns the full Port object that is mapped into
      an array of Addresses or into an array of Prorocols based on the
      auto-completion request.
      4b2a32be
  13. 18 Oct, 2023 2 commits
  14. 17 Oct, 2023 3 commits
  15. 16 Oct, 2023 1 commit
  16. 13 Oct, 2023 3 commits
  17. 12 Oct, 2023 1 commit
  18. 11 Oct, 2023 1 commit
  19. 09 Oct, 2023 1 commit
  20. 02 Oct, 2023 3 commits
  21. 27 Sep, 2023 1 commit
  22. 26 Sep, 2023 1 commit
  23. 25 Sep, 2023 3 commits
  24. 22 Sep, 2023 1 commit