1. 10 Mar, 2021 2 commits
  2. 09 Mar, 2021 1 commit
  3. 08 Mar, 2021 1 commit
  4. 05 Mar, 2021 1 commit
  5. 04 Mar, 2021 2 commits
  6. 01 Mar, 2021 1 commit
    • per1234's avatar
      [skip changelog] Remove outdated information re: debug config from platform spec (#1203) · b2b9fba7
      per1234 authored
      Since the time the documentation for the initial experimental debugging configuration system was added to the Arduino
      Platform Specification, the system has changed significantly, resulting in some of the documentation no longer being
      applicable to the current version of Arduino CLI. This only removes the outdated information, leaving the parts that are
      still correct. The new debug system will be fully documented at a later time.
      b2b9fba7
  7. 26 Feb, 2021 3 commits
    • per1234's avatar
      [skip changelog] Improve wording of docs introduction (#1200) · bf364db7
      per1234 authored
      The introductory sentence of the documentation homepage is the first thing the user may see when discovering Arduino
      CLI. For this reason, it's important for it to quickly and clearly convey what Arduino CLI is. Toward that goal, the
      following changes are made:
      
      - Use more understandable terms
      - Rearrange features list in the order of typical usage (install dependencies, compile, upload)
      bf364db7
    • per1234's avatar
      [skip changelog] Correct library+sketch specifications re: spaces in folder name (#1194) · 33067500
      per1234 authored
      The previous mention of spaces as one of the characters allowed in library and sketch folder names was a copy/paste
      error originating in the allowed characters in library.properties `name` properties. This specific part of the `name`
      property specification doesn't apply to folder names. The reason it is allowed in the `name` property is because that
      value is "sanitized" before being used by Library Manager for the library installation folder name by replacing all
      spaces with underscores.
      33067500
    • per1234's avatar
      [skip changelog] Update Platform Specification link in warning (#1199) · 33242988
      per1234 authored
      When a boards platform uses an outdated `recipe.ar.pattern`, Arduino CLI displays a helpful message:
      
      Unable to cache built core, please tell foo:bar@1.2.3 maintainers to follow http://goo.gl/QdCUjo
      
      That short link points to the old Arduino Platform Specification page in the arduino/Arduino repository's wiki. The
      platform specification has since been moved to the arduino/arduino-cli repository.
      
      Even though the old page provides a
      link to the new location, this message uses an anchor to direct the developer to the relevant section of the
      specification. When they follow the link from the old page, they will simply end up at the top of the specification and
      may have a hard time finding the information that tells them how to fix the platform. Updating the link restores the
      intended behavior.
      33242988
  8. 25 Feb, 2021 2 commits
  9. 24 Feb, 2021 1 commit
  10. 23 Feb, 2021 2 commits
  11. 18 Feb, 2021 1 commit
  12. 16 Feb, 2021 1 commit
  13. 12 Feb, 2021 3 commits
  14. 11 Feb, 2021 6 commits
  15. 09 Feb, 2021 1 commit
  16. 05 Feb, 2021 1 commit
  17. 04 Feb, 2021 1 commit
  18. 02 Feb, 2021 2 commits
    • Silvano Cerza's avatar
      Fix gRPC interface function to merge configs (#1164) · fa478dd9
      Silvano Cerza authored
      * Fix gRPC interface function to merge configs
      
      This fix adds the possibility to set empty values with the Merge gRPC
      function, previously they would have been ignored.
      
      Because of this change I had also to modify the GetValue() function
      since it would first check if the value was set using the
      Viper.InConfig() function that wouldn't check for values set with
      Viper.Set().
      
      * [skip changelog] Add clearer example to client_example
      
      * [skip changelog] Simplified some code and enhance a test
      fa478dd9
    • Silvano Cerza's avatar
  19. 01 Feb, 2021 1 commit
    • Silvano Cerza's avatar
      [skip changelog] Fix release process (#1163) · c40f1e55
      Silvano Cerza authored
      The current release process uses git to get the tag at the current
      commit. It might happen that are are multiple tags when calling that
      command, in cases the rc and the final release are done on the same
      commit, that would make the build process to fail.
      
      This fixes that issue by taking only one tag.
      c40f1e55
  20. 29 Jan, 2021 5 commits
  21. 26 Jan, 2021 1 commit
  22. 22 Jan, 2021 1 commit
    • Silvano Cerza's avatar
      [skip changelog] Update release process (#1148) · 079bb6c6
      Silvano Cerza authored
      * [skip changelog] Ditch goreleaser in favor of a new release process
      
      * [skip changelog] Fix version output test
      
      * [skip changelog] Fix some workflows issues
      
      * [skip changelog] Fix panic when running integration tests
      
      * [skip changelog] Remove extra chars from package name prefix
      079bb6c6