~aleteoryx/muditaos

ref: 9cc5b47bdd32fd4f1d46ffb522131ab00bc2cbae muditaos/module-bsp/board/rt1051/bsp d---------
9cc5b47b — Maciej Gibowicz 5 years ago
[EGD-4863] Add harness test for cellular sleep mode

Adding test for outgoing call and text message
in cellular sleep mode
67a02a90 — Maciej Gibowicz 5 years ago
[EGD-4852] Add sleep mode for GSM modem

When the GSM modem is idle and there is no communication,
it enters the sleep mode, where the power consumption
is significantly reduced.
5ab1ef65 — Marek Niepieklo 5 years ago
[EGD-5868] Add access to backup over MTP

This change adds access to backups via MTP
after backup file has been successfuly created.
efef7dcf — Piotr Tański 5 years ago
[EGD-6111] Timers refactored

Deep refactor of system timers.
9098f69e — Wojtek Rzepecki 5 years ago
[EGD-5814] Fix battery revert

Revert of temporary fix
for old battery operation
3c813add — Marek Niepieklo 5 years ago
[EGD-6237] Add memory clearing of MTP database storage

Clear allocated memory to avoid occasional HFs due to accessing
trashed entries
e69576aa — Wojtek Rzepecki 5 years ago
[EGD-6192] Add torch hw control v2

Change behavior of torch
control according to newest
design.
f6cf68ad — Maciej Gibowicz 5 years ago
[EGD-4851] Add URC support in sleep mode

When URCs come from the network and GSM is in sleep mode,
we wake up the modem to properly handle the incoming data.
1336f482 — Mateusz Grzywacz 5 years ago
[EGD-5229] Cellular modem, change receiving to DMA

Changes implementation for receiving data from
cellular modem from IRQ byte-by-byte to DMA transactions.
Drop in replacement, works with current CMUX (TS07.10)
6aae5f50 — Maciej Janicki 5 years ago
[EGD-5101] Add flow control configuration for cellular

Fix flow control pin configuration in OS.
Turn on flow control for cellular modem.
0fa3c714 — Wiktor S. Ovalle Correa 5 years ago
[EGD-6067] Fix database performance issues

New filesystem works differently and some vFAT optimizations
backfired badly after switch.

- avoid unnecessary folder traversing
- eliminate some unnecessary fstats
- rework sqlite file driver
- reduce MMC startup delay
- fix errno bug in iosyscalls
da27b16d — SP2FET 5 years ago
[EGD-6100] Add BT device turn off handling

After BT device disconnects (e.g. because of shutdown) Pure is now
aware of this
66db7b08 — SP2FET 5 years ago
[EGD-5512] Usb security refactor and devices pairing

Move all security related functionality to single security endpoint
Paired devices can be added to avoid further passcode requests
9f87dead — Maciej Gibowicz 5 years ago
[EGD-4853] Add Wake up GSM modem on demand

System wakes up Cellular when there is a need to communicate
with the modem, e.g. to handle an outgoing call
0c098808 — Wojtek Rzepecki 5 years ago
[EGD-5660] Add PWM Cpu sentinel

Change of PWM frequency due
to main clock change in low
power operation.
d5c3d41c — Piotr Tański 5 years ago
[EGD-5204] Secure USB communication

Secure all endpoints by returning 403(Forbidden) when USB is connected.
Request screen passcode to enable secured endpoints.
e61a7d2d — Lucjan Bryndza 5 years ago
Merge branch 'EGD-5737-merge-master-to-exp-lbr-fix'
f4f85049 — Wiktor S. Ovalle Correa 5 years ago
[EGD-5565] USB: Fix stack size for littlefs

Update USB submodule
d16947c8 — Wiktor S. Ovalle Correa 5 years ago
[EGD-5737] Fix compilation issues after merge

Master was using some fetures removed by new filesystem
fe721693 — Wiktor S. Ovalle Correa 5 years ago
[EGD-5737] Merge master into experimental

Synchronize with master before merging
Next