~aleteoryx/muditaos

ref: 0f2503e76d95868bd3b4df91cd3b68b054c8e87f muditaos/config d---------
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.
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.
f8d09151 — Roman Kubiak 5 years ago
[EGD-4382] fixes for update generation/apply scripts (#1127)

488ac363 — Radoslaw Wicik 5 years ago
[EGD-4341] Detect static globals in CI
4d4882dc — Radoslaw Wicik 5 years ago
[EGD-4282] Add warnings in scripts on wrong pram usage
7a172893 — Radoslaw Wicik 5 years ago
[EGD-4282] Add warnings in scripts on wrong pram usage
23533f8b — Roman Kubiak 5 years ago
[EGD-4147] Script to apply update packages from Linux/OSX (#894)

* [EGD-4147]: Script to apply update packages from Linux/OSX

* [EGD-4147] renamed PUREOS->MUDITAOS -f switched to -u

this script needs PR https://github.com/mudita/MuditaOS/pull/901
to be merged

* [EGD-4147] added set -o v
Next