[EGD-6258] Add CMake options to the Quick Start
Added description of CMake options used during generation
[EGD-6537] Create Jenkins CI
Try to fix GitHub problems by switching to Jenkins CI system.
[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-6554] Fix emulator to simulator
Fixed every mention of emulator to simulator - in
docs and shell scripts.
[EGD-6515] Answer/reject calls using headset
Clean up propagation of headset keys events
Clean up volume control with headset keys
Update key mappings for simulator
Use headset OK key to answer/reject calls
[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-6238] Write Pure simulator guide
Added a simple Pure simulator guide to the docs.
[EGD-6188] Add PurePhone flash script
Currently dd doesn't handle sparse files properly,
so the mudita pure flashing script should be used
on the linux platform instad of the dd command.
Tools will be created in the build dir
example usage is: pureflash <image_file> <block_device>
[EGD-5989] Update quickstart article
Updated quickstart article with security-related info.
[EGD-5989] Update quickstart.md
Fixed a bit of a security risk.
[EGD-5965] Add BT-Harness API documentation
Added documentation:
* BT endpoint API
* BT-Harness tests
[EGD-6008] Create Pure flashing guide
Added small changes after trying to
boot the image on my own.
[EGD-6092] Create Pure flashing guide
Fixed some lines in the docs
[EGD-6092] Create Pure flashing guide
Ported Pure flashing guide macOS/Win to GitHub.
[EGD-5737] Merge master into experimental
Synchronize with master before merging
[EGD-5813] Add add to docker group step in bootstrap
Introduce one more step to bootstrap so user doesn't have
to run in manually.
[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