[BH-358] Add Move TPLIB (CRC32) to separate directory Change directory location and update CMAKE
[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.
[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>
[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>
[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.
[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>
[EGD-6204] Add version.json to the udate package `versin.json` is required for update process. This commit puts it back to update package
[EGD-5855] Daily build scripts Adding script for creating daily releases in docker environment
[EGD-5641] Fix cellular on linux It fixes build for Linux with GSM enabled.
[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>
[EGD-5860] Fix build packages Merging and cleaning cmakes requred cleaning.
[EGD-5860] Fix build packages Error introduced by merge, fixed paths and dependences.
Merge branch 'EGD-5737-merge-master-to-exp-lbr-fix'
[EGD-5737] Merge master into experimental Synchronize with master before merging
[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.
[EGD-5737] Merge master into experimental Keep experimental up to date with changes from master
[EGD-5737] Merge master into experimental Keep experimental up to date with changes from master
[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.
[EGD-5737] Merge master into experimental Keep experimental up to date with changes from master
[EGD-5737] Merge master into experimental Keep experimental up to date with changes from master