Skip to content
Snippets Groups Projects
  1. Mar 15, 2024
  2. Mar 13, 2024
  3. Oct 02, 2022
  4. Dec 21, 2021
  5. Dec 12, 2021
  6. Dec 11, 2021
  7. Dec 09, 2021
  8. Dec 08, 2021
    • Damiano Amatruda's avatar
      [SBS] Allow to edit and add support for clang-tidy · d2aeac58
      Damiano Amatruda authored
      - SBS wrapper script now requests CMake to create file
        'compile_commands.json', which is used by clang-tidy and
        IntelliSense (VSCode). It could also be used by Cppcheck, but
        currently Cppcheck checks files with also options of targets excluded
        from 'all', therefore being much more slower.
      - clang-tidy is supported by using implicit definitions and implicit
        include directories of arm-miosix-eabi-g++. However, clang-tidy
        outputs errors due to Miosix using CMSIS headers that do not support
        Clang.
      - Cppcheck is no longer quiet, in order to monitor progress.
      - Script arguments are parsed in alphabetical order.
      - Lint tools are reordered based on duration and priority.
      - New option '-e/--edit' allows clang-tidy and clang-format to
        automatically fix the code by editing files in-place.
      - New option '--clang-tidy' allows to use clang-tidy (it is not run by
        default).
      - Help message is reorganized.
      d2aeac58
    • Damiano Amatruda's avatar
      [SBS] Use Bash instead of Bourne Shell · a10e35c9
      Damiano Amatruda authored
      - Local variables and arrays are used for command options instead of concatenated strings
      - Option '-j' sets also number of jobs used in Cppcheck
      a10e35c9
    • Damiano Amatruda's avatar
      8cccd7e5
    • Alberto Nidasio's avatar
      [linter] Fixed clang-style errors in CI · 703bb067
      Alberto Nidasio authored
      703bb067
  9. Dec 07, 2021
  10. Dec 06, 2021
  11. Dec 01, 2021
  12. Nov 30, 2021
  13. Nov 29, 2021
    • Damiano Amatruda's avatar
      [SBS] Refactor wrapper script 'sbs' · 7d25238a
      Damiano Amatruda authored
      - All sh functions are refactored.
      
      - Boolean sh variables are used for all checks.
      
      - Files '.sbs_debug' and '.sbs_verbose' are created in the build folder to remember used options, allowing to reconfigure only when necessary.
      
      - Function 'clean' uses CMake only when appropriate and prints a message while removing build folder.
      
      - Function 'flash' prints an error when the specified target is not flashable.
      7d25238a
    • Damiano Amatruda's avatar
  14. Nov 18, 2021
  15. Nov 15, 2021
  16. Sep 14, 2021
  17. Jul 18, 2021
  18. May 24, 2021
  19. May 13, 2021
  20. May 11, 2021
  21. Apr 27, 2021
    • Luca Conterio's avatar
      Merge branch 'testing' into sensors-dev · 20b5660a
      Luca Conterio authored
      Squashed commit of the following:
      
      commit 2a57b6ab
      Author: Luca Erbetta <luca.erbetta105@gmail.com>
      Date:   Mon Apr 26 23:43:56 2021 +0200
      
          Fixed mxgui path in gitmodules
      
      commit d5f245a6
      Merge: 58cfbe74 dd1c7543
      Author: Luca Erbetta <luca.erbetta@skywarder.eu>
      Date:   Mon Apr 26 21:39:15 2021 +0000
      
          Merge branch 'xbee-rework' into 'testing'
      
          [Xbee] Driver Rework & GUI to perform antenna test
      
          See merge request scs/skyward-boardcore!59
      
      commit dd1c7543
      Author: Luca Erbetta <luca.erbetta@skywarder.eu>
      Date:   Mon Apr 26 21:39:14 2021 +0000
      
          [Xbee] Driver Rework & GUI to perform antenna test
      
      commit 58cfbe74
      Author: luca.conterio <luca.conterio@skywarder.eu>
      Date:   Sat Apr 24 20:13:33 2021 +0200
      
          [SDCard] SDCard Benchmark
      20b5660a
  22. Apr 26, 2021
  23. Feb 25, 2020
  24. Feb 24, 2020
  25. Oct 28, 2019
  26. Oct 13, 2019
  27. Oct 07, 2019
Loading