mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-04-17 21:49:10 -04:00
* options work a bit better ,now services and apps are selectable by option in cmake * test service example added * major documentation for module-services * documentation for project configs and logs Co-authored-by: Bartosz Cichocki <sp2fet@gmail.com> Co-authored-by: Mateusz Piesta <mateusz.piesta@mudita.com>
examplary test service
To enable it:
- configure the project
- run
ccmake .in the build catalog and set:ENABLE_SERVICE_TESTtoON
By default, this service will:
- add and log variable from settings::Settings
- log from a timer each 1000ms