Commit Graph
15 Commits
Author SHA1 Message Date
Dawid Wojtas 8883bf2df5 [BH-1717] Fix no clock update
The secure RTC can lock and the clock is not updated.
To prevent this situation we reset LP registers (except for
timestamps and alarms) and clear the LVD flag. Then we
enable again LP SRTC.
2023-06-21 17:29:16 +02:00
Dawid Wojtas ff18f17e52 [BH-1700] Add date and time to logs at the startup
Save date and time at the startup of the system for analysis purposes.
2023-05-29 10:03:27 +02:00
Borys Jelenski cbbd94719d [EGD-6605] Fix RTC time not retained between resets if set manually
When setting datetime from timestamp (manually, not from network),
SRTC is set in order to retain the RTC datetime between resets.

RTC handling was refactored in order to get rid of unnecesary
conversions and third-party code mixed with proprietary code
within a single file.
2021-05-24 04:54:02 +02:00
Adam Dobrowolski f724d9074b [EGD-5701] Added DOM dump to harness
* Added generic handler to developerMode
* Added DOM message handling
2021-02-18 16:53:07 +01:00
Radoslaw Wicik 2276ceed67 [EGD-3743] Update copyrights in fies 2020-10-20 12:55:10 +02:00
Radoslaw Wicik a8573a404c Apply new style 2020-03-17 10:03:16 +01:00
Mateusz dd4474f3c3 WiP: Massive refactor in module-bsp, cleaned up include paths and compilation warnings/errors 2019-08-08 10:27:45 +02:00
Kuba 410df0ac7b Fixes and code cleanup in event manager. 2019-07-26 10:09:55 +02:00
Kuba d23a2f7e7d WiP elerms i event manager. 2019-07-23 13:16:04 +02:00
Kuba 63ca689a17 Fixes in AlarmDB messages. 2019-07-18 10:16:17 +02:00
Kuba 317d9a1f06 Added DBAlarm messages. Working on alarm evenets. 2019-07-17 14:51:42 +02:00
Kuba 40f1f11341 Small refactor in rtc driver. Added irq in linux rtc driver. Changes in WorkerEvent. 2019-07-12 15:16:21 +02:00
Kuba 7c87083161 Pull request sugestions implemented. 2019-07-01 09:43:30 +02:00
Kuba a654a0b54d Merge branch 'master' of github.com:muditacom/PurePhone into module-bsp-rtc 2019-06-27 13:22:46 +02:00
Kuba 8e9238ca58 Testing RTC functions. Added linux RTC driver skeleton. 2019-06-26 15:54:52 +02:00