[BH-378] PR changes PR changes - mainly includes
[BH-378] Utils move log to library Moved log to separate library
[EGD-6807] Add improved brownout detection Added immproved battery brownout detection based on filtered voltage measurement
[EGD-6868] Restore magnetometer polling mode To be able to properly operate with the slider under every circumstance the polling mode has to be restored. It's related to the bug in the magnetometer chip, which is not described in the datasheet. This reverts commit 744eef1d9b39cdf2cdbc35f57d6182f5e7942c2f with few small fixes
[EGD-6843] Fix invalid assert in FSL SNVS driver Fix an invalid assert after the driver was modified in EGD-6605.
[EGD-6654] Add self-tuning for RC oscillator Calibrate the RC before switching to the internal oscillator. This improves the precision of the system clock.
[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.
[CP-88] Pure rejects upload of non-audio files via MTP Fix handling of UNDEFINED OBJECT for playback formats.
[EGD-6739] Fix Enable change of display resolution on simulator Define screen dimesions in one place
[EGD-6518] Change optional methods for the DM Change numer of minimal optional methods required by the block device in the disk manager Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
[EGD-6518] Add EEPROM block device driver for VFS Add block device driver for the factory EEPROM memory needed for factory settings (aka personalizations) Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
[EGD-6576] Corrected after PR comments I hope this is final
[EGD-6576] Create EEPROM low level driver Fixed style
[EGD-6576] Create EEPROM low level driver Working eeprom driver.
[EGD-6576] WiP I2C HAL API need to be modified WiP
[EGD-6576] Create EEPROM low level driver Created low level driver for M24256 eeprom & dummy for linux.
[EGD-6678] Fix Display backlight turns on when is set off Duty cycle update performed only on enabled pwm
[EGD-6651] Fix communication with modem on Linux Fixed cellular bsp on Linux, so now emulator is able to comunicate with modem. Fixed memory leak in CellularResult struct.
[EGD-6319] Refactor cellular modem directory - Removed not used files from old implementations. - Renamed some classes to follow naming convention. - Renamed methods to use consistent styling. - Restructured code.
[EGD-6591] Remove excessive logs from USB stack Removed log entries in conflict with charger driver BSP logs