~aleteoryx/muditaos

ref: d066f87772f0c8878714153022cae8d479d678a2 muditaos/config d---------
ac4b1aac — Artur Śleszyński 5 years ago
[EGD-5638] Use ignore_paths in formatting script hook mode

When used as a pre-commit hook, the formatting script should ignore
paths and files the same way as in standalone mode.
a4a6288c — Radoslaw Wicik 5 years ago
[EGD-4831] Fix commit message generator

Commit message generator had extra space which make
template to be treated as a message
d14e40d3 — Radoslaw Wicik 5 years ago
[EGD-4831] Add license headers to c, h and sql files

Add license headers to `h`, `c` and `sql` files as this files haven't
been checked previously, script now to automatically updates current
year in existing licenses.
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.
5822c47e — Marek Niepieklo 5 years ago
[EGD-5329] Change Mudita USB VID PID via CMake options

Added CMake options to define Mudita USB Vendor and
Product IDs for USB stack
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.
280c5930 — Marcin Smoczyński 5 years ago
Merge branch 'master' into stable
42c22d78 — Radoslaw Wicik 5 years ago
[EGD-5270] Add packages rhash, tar, zip to docker image

These packages are required for building packages, standalone and
update one.
3578ea98 — Radoslaw Wicik 5 years ago
[EGD-5249] Add Clang Tidy packages in docker

New packages are required for static analyses features.
2420d023 — Wojtek Cichon 5 years ago
[EGD-5103] Fix year in license header check

Bumped year to 2021 in automated license header checker.
83ec53d4 — Maciej-Mudita 5 years ago
[EGD-5078] Fix Debug UART conditional enabling

Uart debug will be enabled only when redirecting logs to Uart
[EGD-5003] Fix for 'test' spelling issue in bootstrap.sh

There was a spelling issues in bootstrap.sh
b92c4023 — Marek Niepieklo 5 years ago
[EGD-5004] Add USB-CDC echo mechanism

Added echo mechanism to USB-CDC, update usb_stack submodule
and added a test case to test harness
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.
bcb2f3dd — Lucjan Bryndza 5 years ago
Merge branch 'master' into stable
30c70d53 — Wojtek Cichoń 5 years ago
[EGD-4658] Change 'dev workflow' article (#1130)

Changed 'Development workflow' article regarding how to
write commit messages and introduced a template for commit messages.
9ec5548f — Radoslaw Wicik 5 years ago
[EGD-4830] Add libfdis-dev package to docker

Add new packages to docker image, required by new file system
and CI.
c0d1d524 — Lucjan Bryndza 5 years ago
Merge branch 'master' into stable
84d61d60 — Radoslaw Wicik 5 years ago
[EGD-3596] Add python test environment in docker

`[docker]` Add python requirements for test with simulator

Change is required to support running python test with simulator.
Next