~aleteoryx/muditaos

ref: 323786c4d2cd22d91d1a966a231b866c75146b8b muditaos/module-sys/SystemManager/SystemManager.cpp -rw-r--r-- 17.2 KiB
323786c4 — Wojtek Rzepecki 5 years ago
[EGD-4797] Battery bar as widget

Battery bar now is present as
a separate widget in top bar.
Additionally refactored passing
battery status.
11aa4c7f — Maciej-Mudita 5 years ago
[EGD-5382] Add LowPower CpuSentinels

In order to synchronize the Low Power mode, the services were
immediately informed about the frequency change,
so that they can update their resources (e.g. PWM filling)
and services may request the maximum CPU frequency in order
to perform a task (e.g. screen redraw, telephone conversation)
a0b79647 — lblach 5 years ago
[EGD-4068] Add Update Package Installation Mode

It is necessary that the PureOS update mechanism enters Update Package
Installation Mode (where most of the services are stopped)
when the PureOS update package gets downloaded into the phone.
65119cb4 — Piotr Tański 5 years ago
[EGD-5027] Services synchronization introduced

Dependencies between services are now supported.
ec56afc9 — Maciej-Mudita 5 years ago
[EGD-5381] Add Low Power Drivers

Peripherals clock synchronization dependent on PLL2
bc4d32c7 — Piotr Tański 5 years ago
[EGD-5158] Change access to the bus methods

The bus is now accessible only via Service object.
[EGD-3247] Remove reminders of unused ping-pong feature

Feature was already removed some time ago but still some reminders
persist. This commit only removed mentioned reminders.
Some minor style fixes suggested by clang tidy were also applied.
abdca6d6 — Wojtek Rzepecki 5 years ago
[EGD-5090] Add Brownout GUI window

Gui window will appear due to brownout
event. System shutdown will be also called.
92a8a78e — Marcin Smoczyński 5 years ago
Merge branch 'master' into stable
fc5ab3a7 — Hubert Chrzaniuk 5 years ago
[EGD-5325] Remove using namespace directives from headers

"Using namespace" directive should not be added in headers
because this practice pollutes source files.
0e1ca098 — Marcin Smoczyński 5 years ago
Merge commit 'c7dd6b399' into stable
b24f0bca — Wojtek Rzepecki 5 years ago
[EGD-2501] Add gsm powerdown due to battery

Gsm model power state maintenance based on battery level.
7e157e83 — Wojtek Rzepecki 5 years ago
[EGD-5050] Add brownout detection

Brownout detectection realized through charger driver
f9b9967b — Maciej-Mudita 5 years ago
[EGD-4694] Add CPU frequency shift mechanism

The CPU frequency changes automatically which saves energy
df37008c — Wojtek Rzepecki 5 years ago
[EGD-4952] Fixes for rt1051
243deec8 — Wojtek Rzepecki 5 years ago
[EGD-4952] Added critical level check + messages
4e0f72e7 — Piotr Tanski 5 years ago
[EGD-4696] Several stabilization patches. (#1192)

bcb2f3dd — Lucjan Bryndza 5 years ago
Merge branch 'master' into stable
9c9e921a — Maciej Gibowicz 5 years ago
[EGD-4693] PowerManagement: CPU load measurement (#1156)

Add FreeRTOS idle tasks Run Time Statistics

This will allow to measure the CPU load
9d35def1 — Mateusz Grzegorzek 5 years ago
[EGD-4477] Dump logs to a file for linux (#1081)

[EGD-4477] Implement dumping logs to a file for linux
Next