[BH-1164] Remember value for Chime Interval
Meditation timer Chime Interval displays last saved value
[BH-1182] Onboarding updates
Fixed wrong font size
[BH-1183] Auto back timer update
[BH-1108] Fix main clock time setup
Fix clock setup for 12H and 24H time formats
[BH-1157] Fix deactivate state stuck
Fix deactivated stuck
[EGD-7948] Extend log dumping
Log are now dumped:
* on system shutdown including hard faults and aborts
* every 5 minutes
Fixed some logs
[BH-1155] Fix alarm time after snooze
Don't set default alarm time after soonze
[BH-1189] Fix battery usage optimization
tweaks in power profile for bell to stay low with
fcpu as much as possible
[EGD-7976] Umount all filesystems on failure
Umount all mounted filesystems in case of fault like
Hardfault, abort, uncautched exception.
Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
[CP-670] Fix save crash dump
Fix saving crash dump and add create crash dump
when exit function is called.
Also crashdumps size is slighthy reduced
because for backtrace we don't need to grab
the text section and heap section.
Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
[EGD-7975] Added more cores and general ccache
more cores in use - one jenkins at once with all might we can get
ccache one 100gb catalog
[EGD-7973] Fixed luts file problem
Luts file was to big to download via api which limit is 1MB
[CP-825] Interrupted transfer to FS endpoint may corrupt the filesystem
Using std::fstream for file I/O at every file access in FileContext.
Reworked file opening/closing to happen on each file chunk
read/write, so that a file isn’t left open in case of an error
or transfer cancelation.
Separeted RxID and TxID for reliable cancelation of stalled xfers.
[EGD-7400] Device won't reconnect to MC when unplugged
In case of disconnection from MC during reception of large messages
(e.g. to FS endpoint), the parser may be left in a state expecting
further parts of the message. This causes incorrect handling of new
messages arriving after reconnection to MC.
Added a timer to reset a Parser when transfer times out.
[BH-977] Fix inversed list navigation
Invert of list navigation keys in relation to knob
movements
[BH-1166] Disable temperature feature
Added possibility to enable/disable
displaying of temperature and corresponding
settings/onboarding views.
[BH-1170] Fix HF on shutdown
Fix hf cause by faulty BedtimeModel deallocation
[EGD-7969] Added lacking dependencies in cmake
We didn't have proper dependency for assets
[EGD-7969] Fix assets script
Luts were downloaded to the wrong directory
[BH-1149] Fix popup layout
Make popup layout according to the design