~aleteoryx/muditaos

ref: ce82aad981873b243b133e33abadaf628cd2c243 muditaos/CMakeLists.txt -rw-r--r-- 16.4 KiB
ce82aad9 — Pawel.Paprocki 4 years ago
[BH-358] Add Move TPLIB (CRC32) to separate directory

Change directory location and update CMAKE
085bccb7 — Borys Jelenski 5 years ago
[EGD-6355] Adjust MuditaOS to be used with Secure Boot

The start address of the OS image adjusted to comply with HAB
Secure Boot. Proper SNVS initialization performed at system startup.
SNVS drivers updated to most recent version. Image signing can be
performed as a part of build process. See doc/secure_boot.md for
more info.
124b6cb6 — Lucjan Bryndza 5 years ago
[EGD-6558] Add automount mechanism of the mfgconf

Add optional mounting nfgconf partition on the EEPROM with
the LFS filesystem for the manufacturing data.

Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
332aed93 — Marcin Smoczyński 5 years ago
[EGD-6507] Enable per-module testing

Add per-module:
 - test build
 - test execution
 - coverage reporting (xml/html).

Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com>
3fe2bff5 — Wiktor S. Ovalle Correa 5 years ago
[EGD-3469] Fix assets and image creation

Preparing and copying of assets to the image was unreliable.
Switched from cmake mechanism to rsync, making resulting
scheme universal and reducing output folder pollution.
763cdbf3 — Marcin Smoczyński 5 years ago
[EGD-5567] Add code coverage reporting

Add HTML and XML code coverage report generation with gcovr.

Cleanup unittests list - add missing googletest-gui to the unittests
list; remove dead functional tests.

Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com>
0fd72b06 — Radoslaw Wicik 5 years ago
[EGD-6204] Add version.json to the udate package

`versin.json` is required for update process. This commit puts it back
to update package
7a55c370 — Radoslaw Wicik 5 years ago
[EGD-5855] Daily build scripts

Adding script for creating daily releases in docker environment
25584f2b — Kuba Kleczkowski 5 years ago
[EGD-5641] Fix cellular on linux

It fixes build for Linux with GSM enabled.
ea7264d4 — Marcin Smoczyński 5 years ago
[EGD-5941] Add tool to analyze stack usage

Add a script to determine a stack usage of code components.
The GENERATE_STACK_USAGE option must be used in the build configuration.

Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com>
9d8eff64 — Radoslaw Wicik 5 years ago
[EGD-5860] Fix build packages

Merging and cleaning cmakes requred cleaning.
c5baf39b — Radoslaw Wicik 5 years ago
[EGD-5860] Fix build packages

Error introduced by merge, fixed paths and dependences.
e61a7d2d — Lucjan Bryndza 5 years ago
Merge branch 'EGD-5737-merge-master-to-exp-lbr-fix'
fe721693 — Wiktor S. Ovalle Correa 5 years ago
[EGD-5737] Merge master into experimental

Synchronize with master before merging
b7622bf1 — Radoslaw Wicik 5 years ago
[EGD-5812] Add cmake support for Products

Move cmake scripts/modules to separate directory, adding Products will
add new more scripts so first clean up, then changes.
c7b7cc4c — Wiktor S. Ovalle Correa 5 years ago
[EGD-5737] Merge master into experimental

Keep experimental up to date with changes from master
3b141041 — Wiktor S. Ovalle Correa 5 years ago
[EGD-5737] Merge master into experimental

Keep experimental up to date with changes from master
f1806717 — Lucjan Bryndza 5 years ago
[EGD-5686] Change image script for gen RT1051 imgs

After this patch emulator flash gen script also will be able to generate
images for generate disk images for flashing RT1051 using dd command.

For flashing Phone user need to switch bootloader into the MSC mode
and then write image using following command:

sudo dd if=test.image of=/dev/<mscdisk> status=progress  conv=sparse

where <mscdisk> is a pure phone disk device.
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
Next