~aleteoryx/muditaos

ref: acc7acf108c2c5bede686f52bcbb25bd2d87eaa0 muditaos/module-services/service-evtmgr/EventManager.cpp -rw-r--r-- 16.3 KiB
c4763957 — Mateusz Grzegorzek 4 years ago
[EGD-4593] Increase dumping logs timeout

Increase dumping logs timeout
efef7dcf — Piotr Tański 4 years ago
[EGD-6111] Timers refactored

Deep refactor of system timers.
e69576aa — Wojtek Rzepecki 4 years ago
[EGD-6192] Add torch hw control v2

Change behavior of torch
control according to newest
design.
a60e27fa — Mateusz Grzegorzek 4 years ago
[EGD-4593] Dump logs to file on timeout

- Dump logs to file every 10 sec.
- max file size is 50 MB
  (after reaching it, no more logs will be logged),
- Add `LockGuard` with locking mechanism
  supporting IRQ and use it in `Logger`.
- Fix minor style issues in `Logger`.
- Add `mount_user_lfs_partition.py` script for mounting LFS on Linux FS
  in order to get `MuditaOS.log` file from `user` partition
31b24ed4 — Mateusz Grzegorzek 4 years ago
[EGD-5932] Add more queries to Quotes agent

Added queries:
- list quotes from selected category,
- enable/disable category,
- enable/disable single quote,
- list enabled quotes,

Other fixes:
- move `msgHandled` and `msgNotHandled` to `Message.hpp`,
- use `typeid` in `QuotesAgent::registerMessages`,
- change `Quotes::Queries` style,
- make `quotesList` private

Queries to add in next PR:
- add/read/write quote
f6cf68ad — Maciej Gibowicz 4 years ago
[EGD-4851] Add URC support in sleep mode

When URCs come from the network and GSM is in sleep mode,
we wake up the modem to properly handle the incoming data.
ef63ee26 — Wojtek Rzepecki 4 years ago
[EGD-5304] Add new way of system close

Unified method of closing
the system orchestrated by
system manager
65650cee — Lucjan Bryndza 4 years ago
[EGD-6006] Stack optimization in the EventManager

Tweak stack usage in the EventManager service
30fde886 — Adam Dobrowolski 4 years ago
[EGD-5326] Fixed AT commands harness utility

We can now use test harness to send and check at commands
fe721693 — Wiktor S. Ovalle Correa 4 years ago
[EGD-5737] Merge master into experimental

Synchronize with master before merging
8f079721 — Mateusz Grzegorzek 5 years ago
[EGD-5312] Add Time selection window

- add ChangeDateAndTimeWindow,
- extract EventTimeItem to common widgets folder
  and rename it to TimeWidget,
- extract EventDateItem to common widgets folder
  and rename it to DateWidget,
- replace timeWidget with common TimeWidget
  in NightshiftWindow,
- refactor time setting in
  DesktopMainWindow and TopBar,
- Remove dead code from EventManager
  (GetNextAlarmTimestamp and HandleAlarmTrigger)
cefe442d — Lukasz Skrzypczak 4 years ago
[EGD-3685] PR fixes

Included Alek's suggestions from PR
5cfa6d34 — Lukasz Skrzypczak 4 years ago
[EGD-3685] Added infinite repeat

Addef API for infinite vibra repeat
215329c5 — Lukasz Skrzypczak 4 years ago
[EGD-3685] PR fixes

Fixes after PR suggestions
a5d1fadf — Lukasz Skrzypczak 4 years ago
[EGD-3685] Vibra handling

Added driver & business logic. Responds to messages.
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 4 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
e6213e94 — Lucjan Bryndza 5 years ago
[EGD-5737] Merge master into experimental

Keep experimental up to date with changes from master
7513629c — Wojtek Rzepecki 5 years ago
[EGD-5028] Add batt critical level db

Battery critical level sotred in
database.
Next