~aleteoryx/muditaos

ref: 2a17ec9254c16a55cf2b664b19d1bbe95377bdc4 muditaos/CMakeLists.txt -rw-r--r-- 14.9 KiB
332aed93 — Marcin Smoczyński 4 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 4 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 4 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 4 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 4 years ago
[EGD-5855] Daily build scripts

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

It fixes build for Linux with GSM enabled.
ea7264d4 — Marcin Smoczyński 4 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 4 years ago
[EGD-5860] Fix build packages

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

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

Synchronize with master before merging
b7622bf1 — Radoslaw Wicik 4 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 4 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
067ca948 — Lucjan Bryndza 5 years ago
[EGD-5737] Merge master into experimental

Keep experimental up to date with changes from master
ad4fba1f — Lucjan Bryndza 5 years ago
[EGD-5135] Add new lfs part scheme in emulator

Add new littlefs filesystem user partion in the fat database
bda18b5b — Marcin Smoczyński 5 years ago
[EGD-5706] Refactor creating audio device

Audio devices are created in the audio subsystem and it is not possible
to send a device to bt service upon creation.

Introduce hookable audio device factory to allow sharing bluetooth
audio device. Move audio devices from bsp to audio allowing removal of
unwanted bsp -> audio dependency.

Remove Bluetooth proxy device which turned out to be a dead end.

Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com>
Next