1. 16 May, 2023 1 commit
  2. 15 May, 2023 2 commits
  3. 10 May, 2023 1 commit
  4. 09 May, 2023 1 commit
  5. 08 May, 2023 1 commit
  6. 05 May, 2023 1 commit
  7. 02 May, 2023 3 commits
  8. 27 Apr, 2023 2 commits
  9. 26 Apr, 2023 1 commit
  10. 19 Apr, 2023 2 commits
    • Cristian Maglie's avatar
      Fix preprocess output (do not print stats after the preprocessed source) (#2152) · 2c2a5cc6
      Cristian Maglie authored
      * Added test
      
      * Hide compile stats when using preprocess flag
      2c2a5cc6
    • Cristian Maglie's avatar
      Implemented `--show-properties` in `board details` command (#2151) · 7b774e14
      Cristian Maglie authored
      * Renaming some variables for clarity
      
      * Moved 'build.board' property generation out of legacy package
      
      * Moved unit tests related to build properties out of legacy package
      
      * Removed legacy TargetBoardResolver and refactored unit-tests
      
      * Removed legacy HardwareLoader
      
      * Factored sketch-related build properties creation
      
      * Moved SetupBuildProperties into proper package
      
      * Removed SetCustomBuildProperties from legacy
      
      * Factored --show-properties cli flag parser
      
      * Made 'board ...' command arguments variables local
      
      * Implemented --show-properties in 'board details'
      
      * Fixed integration test
      7b774e14
  11. 12 Apr, 2023 2 commits
  12. 07 Apr, 2023 3 commits
  13. 05 Apr, 2023 1 commit
  14. 31 Mar, 2023 1 commit
  15. 30 Mar, 2023 1 commit
    • Cristian Maglie's avatar
      Remove legacy "rewrite-rules" feature (#2132) · 5a1c2fe8
      Cristian Maglie authored
      * Refactored AddMissingBuildPropertiesFromParentPlatformTxtFiles
      
      Previously the specific recipes to run CTags were added to global build
      properties. Now the global build properties are not altered anymore and
      the CTags-specific properties are created only to run CTags and dropped
      afterward.
      
      * Removed platform rewrite-rules functionality
      5a1c2fe8
  16. 29 Mar, 2023 3 commits
  17. 28 Mar, 2023 3 commits
  18. 27 Mar, 2023 5 commits
  19. 24 Mar, 2023 1 commit
  20. 22 Mar, 2023 4 commits
  21. 17 Mar, 2023 1 commit
    • Lluis Campos's avatar
      Fix invalid JSON and YAML outputs for `outdated` command (#2111) · a8b52ea5
      Lluis Campos authored
      Fixes issue #2104
      
      The code for `internal/cli/core` and `internal/cli/lib` has been
      refactored so that we can use only the `Get` functions from
      `internal/cli/outdated` package and compose there composited object.
      
      For regular text output, the new table will have some extra fields that
      either for platforms or for libraries will be blank.
      
      For JSON and YAML output, the resulting object will have the top-level
      keys `platforms` and `libraries` which contain, respectively, the array
      of outaded platforms and outdated libraries.
      Signed-off-by: default avatarLluís Martínez <lluis@tastaollet.es>
      a8b52ea5