[EGD-6559] Fix typos
Corrected typos in config/bootstrap.sh, config/format-config.sh,
config/license_header_check.sh, config/style_check_hook.sh and
in_docker.sh.
[EGD-5238] Fixed diff failure on removed file in clang-check
Checker git diff pass was failing due to diff to removed file
[EGD-5238] Fix ignored files breaking the script
File ignored were passed with Ignore text making script return error
[EGD-5238] Fix clang checking files config value loading
Value loading was to strict and required exact match, where we
expect match with lowercase value of value stored
[EGD-5238] Fixed error on escape in clang_check script
Passing files as one string made python script use all files
passed as one file instead of split multiple files
[EGD-5238] Added tidy target to CI to inform about added tidy issues
* Small fixups based on shellceck
* Tool now:
can:
* take diffs and pass it to clang-tidy
cant:
* set error on warnings/errors (errno)
* copy compilation_database.json and sanitize it
[EGD-6455] Add rsync to docker
Rsync is neeeded for building images
[EGD-5855] Daily build scripts
Adding script for creating daily releases in docker environment
[EGD-5638] Use ignore_paths in license checker hook mode
License checker script should check against all excluded files,
not just directories.
Fix find command used to list file types present in the repo.
Merge branch 'EGD-5737-merge-master-to-exp-lbr-fix'
[EGD-5737] Merge master into experimental
Synchronize with master before merging
[EGD-5830] Update gcc to v10
New compile is faster and produces smaller code
[EGD-5813] Add add to docker group step in bootstrap
Introduce one more step to bootstrap so user doesn't have
to run in manually.
[EGD-5737] Merge master into experimental
Keep experimental up to date with changes from master
[EGD-5737] Merge master into experimental
Keep experimental up to date with changes from master
[EGD-5318] Fix coding style in board/
Code style check was disabled for board/ subfolder.
This commit fixes coding and enables style check
for this folder.
[EGD-5737] Merge master into experimental
Keep experimental up to date with changes from master
[EGD-5737] Merge master into experimental
Keep experimental up to date with changes from master
[EGD-4873] Add colors to rt1051 logs
Bring back possibility to get colorful logs from rt1051.
Colored logs can be now turned on in runtime using
Logger::enableColors method.
[EGD-5381] Add Low Power Drivers
Peripherals clock synchronization dependent on PLL2