~aleteoryx/muditaos

ref: 488aedcf7f8b14cfacc32d6de18500d20318ea07 muditaos/module-bsp/board/linux d---------
399acf82 — Wojtek Rzepecki 4 years ago
[EGD-6672] Fix missing key after slider

Fix of not working key press right after
slider movement or disconnecting tethtering
5324fcc0 — Lucjan Bryndza 4 years ago
[CP-312] Add reboot to update function

Because update procedure it is splitted to the two stages
downloading and update throught separate binary we need
to pass ecoboot special flag to request reboot to updater
bin after update procedure.
This patch adds this functionality to the PureOS.

Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
bf06b5ba — Marek Niepieklo 4 years ago
[CP-206] Report Pure serial number in USB descriptors

Added serial number to USB device descriptor
02b8d2bf — Piotr Tański 4 years ago
Merge branch 'master' into stable
95d96b82 — Pawel.Paprocki 4 years ago
[BH-370] Convert utils common_data into a libs

Create clipboard and eventsore libs
2911b6b4 — Lukasz Skrzypczak 4 years ago
[BH-378] PR changes

PR changes - mainly includes
7fee0d9c — Lukasz Skrzypczak 4 years ago
[BH-378] Utils move log to library

Moved log to separate library
82030a32 — Alek Rudnik 4 years ago
Merge branch 'master' into stable
87f7cc4b — Wojtek Rzepecki 4 years ago
[EGD-6807] Add improved brownout detection

Added immproved battery brownout detection
based on filtered voltage measurement
ba0e0345 — Bartosz Cichocki 4 years ago
[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
cbbd9471 — Borys Jelenski 4 years ago
[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.
db8c1d35 — Pawel.Paprocki 4 years ago
[EGD-6739] Fix Enable change of display resolution on simulator

Define screen dimesions in one place
89c263c0 — Lucjan Bryndza 4 years ago
[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>
6468e0d4 — Lukasz Skrzypczak 5 years ago
[EGD-6576] Create EEPROM low level driver

Created low level driver for M24256 eeprom & dummy for linux.
ee5b62a1 — Kuba Kleczkowski 4 years ago
[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.
c88c82ae — Maciej Janicki 5 years ago
[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.
ea27e687 — Maciej Janicki 5 years ago
[EGD-5748] Remake Cellular flow

This commit remakes cellular data flow
introducing full error propagation.
6a80654b — Maciej Gibowicz 5 years ago
[EGD-6457] Add power management for USB

When the USB is disconnected, we turn off the peripherals
by going into the suspend bus mode.
c80e8250 — Bartosz Cichocki 5 years ago
[EGD-6545] Enable magnetometer LPDCM mode

To be able to reduce the power usage of the phone, magnetometer
has been switched into interrupt driven LPDCM mode. Added some
fixups maintaining current behavior on startup and disabling
the tethering mode
7fe84233 — Pawel Olejniczak 5 years ago
[EGD-6506] Turn on function keys backlight during call

Backlight of function keys are on when call is active.
When call ends, previous backlight mode is restored.
Next