~aleteoryx/muditaos

ref: d5c3d41ca469c8498d66a34077a19e59ec8e56d2 muditaos/tools d---------
e9fae2e3 — Marcin Smoczyński 5 years ago
[EGD-5869] Add puregdb

Add misc-tools repo containing:
 - linker map file analyzer (firmware size analyzer)
 - gdb's plugin which checks system memory health

Automatically load puregdb at startup of a debug session.

Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com>
fe721693 — Wiktor S. Ovalle Correa 5 years ago
[EGD-5737] Merge master into experimental

Synchronize with master before merging
c7c45122 — Piotr Tański 5 years ago
[EGD-5236] Clang tidy diff integrated

It is now possible to run clang-tidy analysis only on the HEAD commit.
3b141041 — Wiktor S. Ovalle Correa 5 years ago
[EGD-5737] Merge master into experimental

Keep experimental up to date with changes from master
a53bd826 — Lucjan Bryndza 5 years ago
[EGD-5737] Merge master into experimental

Keep experimental up to date with changes from master
46f9cc7e — Lucjan Bryndza 5 years ago
[EGD-5737] Merge master into experimental

Keep experimental up to date with changes from master
067ca948 — Lucjan Bryndza 5 years ago
[EGD-5737] Merge master into experimental

Keep experimental up to date with changes from master
b661aa03 — Radoslaw Wicik 5 years ago
[EGD-4763] Update tests add missing corner cases

Some tests where not added during the initial setup,
and there where few more corner cases that need to fixed
like line wrapping by `catch2 -l` and need of escaping
some characters [],
bb496101 — Radoslaw Wicik 5 years ago
[EGD-4763] Add check if all Unit Tests where run

Catch2 doesn't report some errors in test, and some test are
disabled on porpoise this commit adds set of scripts and changes to CI
that will clearly mark what test haven't been run.
844903ad — Radoslaw Wicik 5 years ago
[EGD-5384] Download selected assets from releases

Allows easy downloading of assets in MuditaOS repository, where there
is multiple packages.
92a8a78e — Marcin Smoczyński 5 years ago
Merge branch 'master' into stable
da3a4382 — Radoslaw Wicik 5 years ago
[EGD-4529] on release upload packages to GitHub assets

Uploading packages to github assets release is required for
Mudita Center application to be able to update phones.
f5543544 — Marcin Smoczyński 5 years ago
[EGD-5344] Fix commit subject check

Commit subject check run with CI was lacking check for:
 - EGD identifier (any word was allowed),
 - capital letter start.
c8a31091 — Piotr Tański 5 years ago
[EGD-3390] Add integration with clang-tidy

Clang-tidy is used to perform static code analysis.
1a26cdb4 — Borys Jelenski 5 years ago
[EGD-4527] Add creating update package as CMake target

Standalone and update packages can be generated by CMake targets. During
creation of update package, the bootloader will be downloaded
and included in the package along with version information.

Additionally, a small refactor was performed since the Version.cmake
script is now used for generating both the version.hpp and version.json
files. Observervable side effects from this script have been moved to
separate scripts which are invoked at build time.
7d7003d6 — Marcin Smoczyński 5 years ago
Merge branch 'master' into stable
e63cb65a — Piotr Leniec 5 years ago
[DW-31] Don't require commit subject to start with Add/Change/Fix

After the testing period we decided that the rule to start
a commit subject with Add/Change/Fix is overly restrictive.
33ae5357 — Piotr Leniec 5 years ago
[DW-31] Add documentation link to the commit format error

Make sure that reference is easily accessible by printing the link to it
on commit message check failure.
2695cc83 — piotrleniec-mudita 5 years ago
[DW-31] Add commit message format checking on CI (#1201)

The changes include adding a custom github action and
integrating it into the main flow.
9cf04ca2 — Radoslaw Wicik 5 years ago
[EGD-4627] Add target for ecooboot.bin download

ecoboot.bin - bootloader is required in final package.
We will not build it here, we just download newest available
in github releases.
Next