obrusvit
0696090691
feat(eckhart): implement basic UiFirmware fns
...
- confirm_action, confirm_value
- few show_xyz
- provisional homescreen
2025-05-30 17:38:16 +02:00
obrusvit
ea4d704a8a
feat(core): add color op to FormattedText
...
[no changelog]
2025-05-30 17:38:16 +02:00
obrusvit
9b25644c17
feat(eckhart): full-screen textual component
...
- TextScreen is a full-screen component for (paginated) texts
- it's supposed to wrap FormattedText or Paragraphs
2025-05-30 17:38:16 +02:00
obrusvit
17ba44d8c1
feat(eckhart): componets
...
- Header
- Hint
- ActionBar
2025-05-30 17:38:16 +02:00
obrusvit
c96dc29bff
feat(eckhart): stylekit
...
- icons
- textstyles
- fonts
2025-05-30 17:38:16 +02:00
obrusvit
62933d2d62
feat(eckhart): initial commit
...
- build
- directory structure
- bootloader UI and assets copied from delizia
- FirmwareUI trait functions are empty
- Python layout functions are copied from delizia except some of more
complicated ones which raise NotImplemented for now
2025-05-30 17:38:16 +02:00
tychovrahe
80a18f1156
fix(core/prodtest): fix backlight setting in prodtest
...
[no changelog]
2025-05-30 14:39:10 +02:00
tychovrahe
b8b2d7cf13
feat(core/bootloader): add separate bootloader-entry haptic effect
...
[no changelog]
2025-05-30 14:38:56 +02:00
tychovrahe
a688bae64b
fix(core/bootloader): fix entering bootloader on battery powered devices
...
[no changelog]
2025-05-30 14:38:56 +02:00
kopecdav
7d3d2e877f
refactor(core): add power manager api comments
...
[no changelog]
2025-05-30 14:04:45 +02:00
tychovrahe
b97d05247c
fix(core/prodtest): fix power off led signalization
...
[no changelog]
2025-05-30 14:04:45 +02:00
tychovrahe
378b81b663
feat(core/prodtest): add command to adjust SOC limit
...
[no changelog]
2025-05-30 14:04:45 +02:00
tychovrahe
7de6e438eb
fix(core/prodtest): adjust power manager command documentation
...
[no changelog]
2025-05-30 14:04:45 +02:00
tychovrahe
33b8b2c8f7
fix(core): fix kernel power manager initialization
...
[no changelog]
2025-05-30 14:04:45 +02:00
tychovrahe
b634eaca91
feat(core/bootloader): adjust boot sequence for battery devices
...
[no changelog]
2025-05-30 14:04:45 +02:00
tychovrahe
a4eaf4dc27
feat(core): respect manufacturing mode in power on sequence
...
[no changelog]
2025-05-30 14:04:45 +02:00
tychovrahe
2e23349419
feat(core/prodtest): limit charging in prodtest to 70% SOC
...
[no changelog]
2025-05-30 14:04:45 +02:00
tychovrahe
278a09f4c5
fix(core): improve robustness of device power on check
...
[no changelog]
2025-05-30 14:04:45 +02:00
tychovrahe
e01edaad4a
feat(core/prodtest): add fuel gauge to prodtest welcome screen
...
[no changelog]
2025-05-30 14:04:45 +02:00
tychovrahe
26dc39b941
feat(core/bootloader): add power management to bootloader
...
[no changelog]
2025-05-30 14:04:45 +02:00
tychovrahe
c63ff3bf44
feat(core): implement reboot command to bypass button check
...
[no changelog]
2025-05-30 14:04:45 +02:00
tychovrahe
7fa4e2d510
fix(core/prodtest): fix power management initialization in prodtest
...
[no changelog]
2025-05-30 14:04:45 +02:00
tychovrahe
c89ca35bbc
feat(core): event polling for power manager
...
[no changelog]
2025-05-30 14:04:45 +02:00
tychovrahe
e3be94d599
feat(core): add pm_get_events syscall
...
[no changelog]
2025-05-30 14:04:45 +02:00
tychovrahe
6e82c2415f
refactor(core): refactor power manager syscalls
...
[no changelog]
2025-05-30 14:04:45 +02:00
tychovrahe
0cd38186bf
fix(core): adjust to powerctl->power manager transition
...
[no changelog]
2025-05-30 14:04:45 +02:00
kopecdav
48ef573649
refactor(core): remove recursion from power manager state machine automat
...
[no changelog]
2025-05-30 14:04:45 +02:00
kopecdav
a530fb2c76
feat(core): add pm_charging_set_max_current function to API
...
[no changelog]
2025-05-30 14:04:45 +02:00
kopecdav
e1e6d77ba5
feat(core): update fuel gauge parameters + agressive regions at charging profiles boundry
...
[no changelog]
2025-05-30 14:04:45 +02:00
kopecdav
56c55cf69d
feat(core): add charging profiles forced bounderies [no changelog]
2025-05-30 14:04:45 +02:00
kopecdav
b4fc523711
fix(core): fix power_manager dependencies
...
[no changelog]
2025-05-30 14:04:45 +02:00
kopecdav
0e228caac1
feat(core) add prodtest precharge test [no changelog]
2025-05-30 14:04:45 +02:00
kopecdav
46272a854e
fix(core) fuel gauge not updated while charging is IDLE.
...
[no changelog]
2025-05-30 14:04:45 +02:00
kopecdav
4b9fb839cd
refactor(core): split pmic as a separate feature
...
[no changelog]
2025-05-30 14:04:45 +02:00
kopecdav
58e31be4ec
feat(core): add power_state into prodtest pm_report
...
[no changelog]
2025-05-30 14:04:45 +02:00
kopecdav
892a1b8171
style(core): fix cstyles [no changelog]
2025-05-30 14:04:45 +02:00
kopecdav
a3ab75b5aa
fix(core): fix prodtest to not hibernate with external power source [no changelog]
2025-05-30 14:04:45 +02:00
kopecdav
f31e190795
feat(core): disclose full power manager state machine to app [no changelog]
2025-05-30 14:04:45 +02:00
kopecdav
6ba574cd82
feat(core): add pm stabilization in init function [no changelog]
2025-05-30 14:04:45 +02:00
kopecdav
f050136abb
feat(core): store fuel gauge covariance into backup ram [no changelog]
2025-05-30 14:04:45 +02:00
kopecdav
ac65d1f59d
chore(core): put soc recovery inside the pm_init [no changelog]
2025-05-30 14:04:45 +02:00
kopecdav
f6bb7684cc
chore(core): add machine readable output of pm report [no changelog]
2025-05-30 14:04:45 +02:00
kopecdav
b3e76e557e
fix(core): fix async pmic variable reading [no changelog]
2025-05-30 14:04:45 +02:00
kopecdav
17031852cf
feat(core): add pm_wait_until_active function [no changelog]
2025-05-30 14:04:45 +02:00
kopecdav
704bf3ed7c
feat(core): improve power_manager backup ram data check [no changelog]
2025-05-30 14:04:45 +02:00
kopecdav
7acac1a0fd
fix(core): remove reduntant store to backup ram function [no changelog]
2025-05-30 14:04:45 +02:00
kopecdav
63b374067c
fix(core) fix fuel gauge sampling period calculation [no changelog]
2025-05-30 14:04:45 +02:00
kopecdav
3beebe5956
fix(core): remove ULTRA_POWER_SAVE and STARTUP_REJECTED states, improve battery low state detection [no changelog]
2025-05-30 14:04:45 +02:00
kopecdav
19948372c7
feat(core): extend power manager backup ram data with battery critical flag
...
[no changelog]
2025-05-30 14:04:45 +02:00
kopecdav
8e7d5a2a01
chore(core): unify prodtests under power_manager
...
[no changelog]
2025-05-30 14:04:45 +02:00