~aleteoryx/muditaos

ref: 317baa04e949a32ef1e72b2dd2b61c1e7a97ca25 muditaos/module-bsp/board/rt1051 d---------
317baa04 — Wojtek Rzepecki 4 years ago
[BH-872] Fix encoder hadnling

interrupt driven encoder handling
53d6c881 — Paweł Joński 4 years ago
[BH-845] Add battery indicator

Add battery indicator
d6649d45 — Maciej Janicki 4 years ago
[BH-944] Fix double click

Fix double click
Add latch state retention between runs
3065fe25 — Paweł Joński 4 years ago
[BH-926] Fix hw startup battery crash

Fix fw startup battery crash
0ab8cf83 — Maciej Janicki 4 years ago
[BH-920] Fix display rotation

Fix display rotation as it was upside down.
1f2a810a — Lukasz Skrzypczak 4 years ago
[BH-651] Bell fuel gauge

PR and rebase change
71bbdc50 — Lukasz Skrzypczak 4 years ago
[BH-650] Bell battery charger

After rebase and PR
1f9109b9 — Marcin Smoczyński 4 years ago
[BH-819] Fix illegal dependencies in bsp

Break circular dependencies in the BSP module. Fix some missing
dependencies which surfaced after fixing BSP.

Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com>
bd90e575 — Marcin Smoczyński 4 years ago
[BH-907] Split utils module into components

Split module-utils into smaller components for better dependency
management. Fix many dependencies throughout the project.

Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com>
82eaee53 — Paweł Joński 4 years ago
[BH-885] Fix Bell hw

Increased stack for apps and service
Deleted invalid call to uninitialized SML in BatteryCharger
Moved torch handling from common code to pure specific
e0fae087 — Marcin Smoczyński 4 years ago
[BH-908] Fix macros header location

Remove duplicated header for linux; move header for rt1051 to the same
tree as for linux.
_exit.c uses os so it should be placed in the os.

Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com>
f16a18d9 — Marcin Smoczyński 4 years ago
[BH-860] Decouple charger driver from system

Remove system dependency from charger driver implementation. Remove
circular, lambda driven dependency between charger and brownout
detector. Remove event manager dependency in driver as well.
Encapsulate some of charger logic in introduced battery controller.

Extract path configuration to the separate target to decouple charger
from vfs middleware.

Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com>
441b9b46 — Maciej Janicki 4 years ago
[BH-715] Add switches handling

Add Bell switches handling including latch support.
c55a1aff — Maciej Janicki 4 years ago
[BH-511] Add encoder UI events handling

Add encoder rotation event handling.
d676a86d — Maciej Gibowicz 4 years ago
[EGD-4808] Add band gap switching

To reduce the power consumption, we switch the band gap
to the low power mode.
73948115 — Maciej Gibowicz 4 years ago
[EGD-4809] Add LDO switching

To reduce the power consumption, we switch LDO
to the low power mode.
6d1ec66c — Lucjan Bryndza 4 years ago
[BH-510] Knob driver

Add knob driver for the rotary encoder.

Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
1134a385 — Maciej Gibowicz 4 years ago
[EGD-4875] Add internal load resistor switching

To reduce the power consumption, we disconnect
internal load resistor
36602b13 — Lukasz Skrzypczak 4 years ago
[BH-653] Moved driver to product subdir

Moved to Bell subfolder to be built only for BH
78728e18 — Lukasz Skrzypczak 4 years ago
[BH-653] Added missing defines for pure

Added missing defines
Next