~aleteoryx/muditaos

bb6989c2 — Hubert Chrzaniuk 5 years ago
[EGD-4978] Add Bluetooth virtual audio device

Bluetooth audio device requires different handling than other
audio devices. The commit adds proxy device that does not
handle requests itself but instead sends requests too Bluetooth
service.
43526432 — Jakub Pyszczak 5 years ago
[EGD-5035] Fix error translation fs

Quickfix for error translation issue in new filesystem.
f8c83ce2 — SP2FET 5 years ago
[EGD-4869] Add bluetooth message status to application settings

This change demonstrates how to work with Bluetooth messages
in application settings windows.
Responses to bluetooth status messages are mocked because
settings storage and message handlers in Service Bluetooth
are not ready yet.
97f60737 — Przemyslaw Brudny 5 years ago
[EGD-5010] Fix Text tests leaks

Fixed leaks in gui Text tests.
edc7fd63 — SP2FET 5 years ago
[EGD-4579] Add bluetooth settings storage

Add settings storage to bluetooth related items
d1b2d4cd — Wojtek Rzepecki 5 years ago
[EGD-4952] Changelog update
0acc24d1 — Wojtek Rzepecki 5 years ago
[EGD-4952] Branch fix applied
d210ef00 — Wojtek Rzepecki 5 years ago
[EGD-4952] Reverted usage of settings
a03f490b — Wojtek Rzepecki 5 years ago
[EDG-4952] Default value if does not exist in DB.
9e909e3f — Wojtek Rzepecki 5 years ago
[EGD-4952] Added stetings for battery critical level
24608a36 — Wojtek Rzepecki 5 years ago
[EGD-4952] Cleanup
f1160fb1 — Wojtek Rzepecki 5 years ago
[EGD-4952] Moved battery level check to separate module
df37008c — Wojtek Rzepecki 5 years ago
[EGD-4952] Fixes for rt1051
4b27ef07 — Wojtek Rzepecki 5 years ago
[EGD-4952] Added battery check at init and if crit level changed
243deec8 — Wojtek Rzepecki 5 years ago
[EGD-4952] Added critical level check + messages
98a0a1fe — Lucjan Bryndza 5 years ago
Merge branch 'stable'
e4972de6 — Marcin Smoczyński 5 years ago
update changelog for v0.51.1
6b36d355 — Hubert Chrzaniuk 5 years ago
[EGD-5009] Change messy callback logic in audio module

Refactor audio module to use only one callback for communication
with audio service. This also simplifies the logic and removes
necessity to define defaults for audio values in multiple places.
17f64cb3 — Lucjan Bryndza 5 years ago
[EGD-5022] Fix invalid open flags in vfscore

Opening file with O_CREAT mode on the mounted fat filesystem
should create file if doesn't exist. Currently it returns ENOENT
This path fix this issue. ff_fat create flags are fixed.
62615d6c — Lucjan Bryndza 5 years ago
[EGD-5016] Fix vfs-littlefs failed mount init

Fix issue with memory leak during mount in littlefs core
when mount fails.
Next